/* CSS Document */
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;text-align:center;}
body {font-family:verdana, arial, sans-serif; font-size:8pt;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
	text-align: center;
} 

p {
	margin: 0px;
    padding-bottom: 2px;
}

#allinall {
	width: 900px;
	margin: 20px auto 10px;
	text-align: left;
}
#left {
	float: left;
	width: 150px;

}

.logo {
	background-color: #FFEFB0;
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 2px solid #FFEFB0;

}

.menu {
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #FFEFB0;
	border-bottom-color: #FFEFB0;
	border-left-color: #FFEFB0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.80; 
	opacity:0.80;
	
}

#content {
	float: right;
	width: 710px;
	padding: 5px;
	height: 550px;
	border: 2px solid #FFEFB0;
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #333333;
	filter: progid;
	overflow: auto;
	filter: progid;
	background-image: url(../images/background/mainback1.jpg);
:DXImageTransform.Microsoft.Alpha(opacity=97);
    -moz-opacity: 0.97; 
	opacity:0.97;

}
#content0 {

	float: right;
	width: 710px;
	padding: 5px;
	height: 550px;
	border: 2px solid #FFEFB0;
	font-size: 10pt;
	color: #333333;
	overflow: auto;
}
.menu a {
	line-height: 30px;
	color: #333333;
	background-image: url('sunU.gif');
	background-position: left center;
	display: block;
	height: 30px;
	width: 150px;
	background-repeat: no-repeat;
	text-indent: 25pt;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt
	
}
.menu a:hover {
	line-height: 30px;
	color: #FF0000;
	background-image: url('sunO.gif');
	background-position: left center;
	display: block;
	height: 30px;
	width: 150px;
	background-repeat: no-repeat;
	text-indent: 25pt;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt
	
}
h1 {

	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding-bottom: 2px;
}
h2 {
	font-size: 24pt;
	font-weight: bolder;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding-bottom: 2px;
	color: #CC3300;

}
h3 {

	font-size: 14pt;
	font-weight: bolder;
	text-align: center;
	font-variant: small-caps;
	margin: 0px;
	padding-bottom: 2px;
	color: #000000;
}
.title {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFEFB0;
	display: block;
	font-weight: bold;
	color: #000000;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;

}
.title:first-letter {
    font-size: 12pt;
}
