@charset "utf-8";

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

.menuLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.menuLinkSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}

.whoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}

.contentText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}

#headerDiv {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 82px; 
	z-index: 6; 
	text-align:left; 
	overflow: hidden;
	/* for IE */
    filter:alpha(opacity=75);
    /* CSS3 standard */
    opacity:0.75;
	background-color: #FFFFFF;
}

#menuDiv {
	position: absolute; 
	left: 10px; 
	top: 170px; 
	width: 200px; 
	height: 520px; 
    /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
	background-color: #FFFFFF;
	z-index: 7
}

#mainContentDiv {
	position: absolute;
	left: 220px;
	top: 95px;
	width: 75%;
	height: 75%;
	z-index: 4;
	text-align:left;
	overflow: auto;
	background-color: #FFFFFF;
}

#mainContentWidthChangesDiv {
	position: absolute;
	left: 220px;
	top: 95px;
	width: 650px;
	height: 75%;
	z-index: 4;
	text-align:left;
	overflow: auto;
	background-color: #FFFFFF;
}

#homeContentDiv {
	position: absolute;
	left: 220px;
	top: 100px;
	z-index: 4;
	text-align:left;
	overflow: auto;
	background-color: #FFFFFF;
}

#homeWhatsNewDiv {
	position: absolute;
	left: 254px;
	top: 100px;
	z-index: 4;
	text-align:left;
	overflow: auto;
	background-color: #FFFFFF;
	/* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.80;
}

#slideshowDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	text-align:center;
	overflow: hidden;
	opacity:0.5;
	background-color: #FFFFFF;
}

#footerDiv {
	position: absolute; 
	left: 0px; 
	top: 90%; 
	width: 100%; 
	height: 52px; 
	z-index: 3; 
	text-align:left; 
	overflow: hidden;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.50;
}

