/*-------------------------------------- Defaults --------------------------------------*/

body {		
background-color: #ffffff;
/*	background:url("../images/main-bg.gif"); */
		
			font-family:verdana, arial, helvetica, sans-serif;
			font-size:90%;
			text-align:center;}

* {			margin:0;
			padding:0;
			border:0;}

h1, h2, h3 {		font-weight:bold;
 color: #524584; 

			font-family:arial, helvetica, sans-serif;}

h1 {			font-size:1.5em;
		
			background:inherit;}

h2 {		
font-size: 1.4em;
			background:inherit;
			}

h3 {			font-size:1.4em;
	
			background: inherit;}

hr {			display:block;
			visibility:hidden;
			clear:both;}

p {			margin-bottom:10px;}





/*-------------------------------------- Div ID's --------------------------------------*/

#container {
background-color: white;
		width:640px;
	/*		border:solid 2px #000; */
			margin:10px auto;}

#content {	
			width:565px;
			padding:40px;
			text-align:left;}

		
}
#content .bheader {	font-size: 16px;
		font-weight: bold;
	color: #524584; 
}
#description {		position:relative;
			float:left;
			width:110px;
			font-weight:bold;
			
			font-size:1.4em;
			padding:25px 0 10px 35px;}

#footer {		clear:both;
			width:780px;
		/*	background:url("../images/fnnn1b.jpg"); */
		background-color: #ffffff;
color: #42417B;
			line-height:1.5em;}



#left {		float:left;
			width:135px;
			margin-top: 35px;
			
		}

#logo {		float:left;
margin-left: 3px;
			width:99px;
		/*	padding:2px 4 10px 0;  10 lfe padding */
			text-align:left;}

#main {			width:640px;
	
			}

#nav {			clear:both;
			width:780px;
		/*	background-color: #4A4676; url("../images/nav-bg8.jpg"); */
			line-height:1.7em;
			color:#ffffff;}

#statue {		float:right;
			padding:20px 15px 0 0;}

#title { position:relative; 
z-index: 55;
		float:right; 
			
			width:620px;
		/*	padding:5px; */}






/*------------------------------------ Div Classes ------------------------------------*/





/*----------------------------------- Link Classes ------------------------------------*/
a:link, a:visited{
font-weight:bold;
			color: #524584; 
			text-decoration:none;}
a:hover, a:active{
font-weight:bold;
			color: #ffffff; 
			background-color: #524584;
			text-decoration:none;}			

#left a, #left a:link, #left a:visited {
			display:block;
			padding:10px 0;
			font-weight:bold;
			color:#A5D7D6;
			text-decoration:none;
			background-color: transparent;}

#left a:hover, #left a:active {
			color: #ffffff; /* #BD9A5A; */
			text-decoration:none;
			background-color: transparent;
			}

#nav a, #nav a:link, #nav a:visited {
			font-weight:bold;
			color:#A5D7D6;
			text-decoration:none;}

#nav a:hover, #nav a:active {
			color:#ffffff;
			text-decoration:none;}

#footer a, #footer a:link, #footer a:visited {
			font-size: 80%;
			font-weight:bold;
			color:#A5D7D6;
			text-decoration:none;}

#footer a:hover, #footer a:active {
			font-size: 80%;
			color:#ffffff;
			text-decoration:none;}






/*----------------------------------- Image Classes -----------------------------------*/

img.left {		float:left;
			margin:0 10px 0 0;}

img.right {		float:right;
			margin: 0 0 0 10px;}





/*--------------------------------- Paragraph Classes ---------------------------------*/

p.header {		font-weight:bold;
			margin:15px 0 7px 0;}
