* {
margin:0;
padding:0;
text-decoration: none;
border:none;
list-style-type: none;
}

body {
	font-family:Verdana, arial, sans-serif;
	font-size:62.5%;
	/*overflow:-moz-scrollbars-vertical;*/
	text-align:center;
	color: #676885;
	background: #FFF7BE url(images/gradient.png) repeat-x left top;
	}


#toplogo{background-image: url(images/title.png);
	background-repeat: no-repeat;height:160px;}

h1#toplogo a{
	display: block;
	text-indent: -9000px;
width:760px; height:140px;
}

p {
	line-height:140%;
	font-size:1.1em;
	height:1%;
	color: #676885;
	background-color: #FFF7BE;
}

h2, h3, h4, h5, h6, p, blockquote,
form, label, ol, dl, fieldset, address {
margin-bottom: 12px;
}

.fr{float:right;}
.imageborder{padding:4px; border: solid 1px #ccc}
.imagefl{float:left; padding:4px; border: solid 1px #ccc}
.imagefr{float:right; padding:4px; border: solid 1px #ccc}
.spacer{ height:25px;}
#content h2, #content h3 {
	font-size:1.6em;
	color: #5D5793;
	margin-top: 15px;
	background-color: #FFF7BE;
	
}

h3 { font-size:1.2em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1.1em; }

#content ul{margin-left:30px;}
#content li{font-size:11px; line-height:150%; list-style-type: disc; color: #676885; background-color: #FFF7BE;}

#wrapper{
position:relative;
	margin: 0 auto 0;
	width:760px;
	text-align:left;
		}
#topmenu{font-size:.9em;
	position:absolute;
	top: 5px;
	right: 15px;
	color:#fff;
	background-color: #5B568A;
}
#topmenu a{color:#fff; background-color: #5B568A;}

#navcontainer
{
	float:left;
	display:inline;
	width:150px;
	margin-top: 20px;
	
}



#header{
	clear:both;
	border-top:4px solid #fff;
	border-bottom: 4px solid #33CC33;
	padding-bottom:1px;
}

#content { width:580px; float:right;
}
#content a{
	text-decoration:underline;
	color: #FF6600;
	background-color: #FFF7BE;
}

#content a:hover{
	color: #FD8A00;
	background-color: #FFF7BE;
}

#content p{margin-right:50px; text-align:justify;}
#content img{
	background-color: #fff;
	color: #676885;
	padding: 6px;
	border: 1px solid #CFD2EB;
	margin-bottom:20px;
	
}

#footer {
	clear:both;
	padding-left:150px;
	text-align:center;
	padding-top: 50px;

	}

#footer a{color:#FF6600; background-color: #FFF7BE; padding-bottom:1px; text-decoration: underline;}
#footer a:hover{ color: #FD8A00; background-color: #FFF7BE;}
#footer li{display:inline; margin:3px;}
#footer p{ 	font-size: 1em; }
