
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:none;
}
body {
	background-color:#dfdfdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	text-align: center;
	color: #333;
	padding:5px 0;
	}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin:0 auto;
	width:660px;
	background-color:#fff;	
	border-width:1px 3px;
	border-style:solid;
	border-color: #999;
	text-align: center;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background:#fff url(../img/topbanner_full2.jpg) no-repeat bottom right;
	height:97px;
	}	
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #414493; 
	border-bottom: 0px solid #fff;
	height: 22px;
	background:#414493;
	}
#nav li {
	list-style-type: none;
	display: inline;
	}		
#nav li a { 
	text-decoration: none; 
	color:#fff;
	background-color:#414493;
	border-right: 0px solid #fff; 
	padding: 4px 8px;
	float: left;
	font-weight: bold;
	letter-spacing:1px;
	}
#nav li a:hover {
background-color:#090; 
color:#fff; 
}

/*------------------------------------------------------------*
** inner Content
**------------------------------------------------------------*/
#minheight {
	float:left;
	display:inline;
	height:400px;
	width:0;
	font-size:0px;
	visibility:hidden;
}
#maintext {
float:left; 
display:inline;
width:638px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float:left;
	display:inline;
	width:639px;
	padding:10px;
	line-height:20px; 
	text-align: left; 
	background-color:#fff;
	}

/* hyperlinks: normal blue turns to green on mouse over */
#content a  { 
border:none; 
font-weight:bold;
letter-spacing:1px;
}
#content a:link, #content a:visited { 
/* unvisited and visited link */
background:inherit; /* keep whatever background is in use at the time*/
color:#414493; 
text-decoration:none; 
} 
#content a:hover, #content a:active { 
background:inherit; /* keep whatever background is in use at the time*/
color:#008b3c;
text-decoration:none; 
}

/* headers */

#content h1,h2 {
background-color:inherit;
}
#content h1 { /*use as a title*/
margin:10px 0 0 0; 
color: #c00; 
font-size:140%; 
text-align:center;
/*font-variant:small-caps;*/
}
#content h2,h3,h4,h5,h6 {
margin:10px 0;
padding:0 3px;
}
#content h2 { /*use as a subtitle*/
color:#008b3c;
font-size:120%; 
}
#content h3,h4,h5,h6 {
background-color:inherit;
}
#content h3 { 
font-size:115%;
color:#008b3c;
}
#content h4 { 
font-size:110%;
color:#333; 
}
#content h5 { 
font-size:110%;
color:#333;
}
#content h6 { 
font-size:100%;
color:#333;
}

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

#content p {
	margin:10px 0;
	text-align:justify;
}

#content .tablebox {
margin:10px 20px;
}
#content table {
margin:0 auto;
border-width:0 0 1px 1px;
border-style:solid;
border-color: #414493;
}
#content th, td {
border-width:1px 1px 0 0;
border-style:dashed;
border-color: #414493;
padding:2px 5px;
}

#content li {
	margin-left:30px;
} 
#breadcrumbs {
	text-align:left;
	font-size:90%;
}

#breadcrumbs a {
	font-size:100%;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
clear:both;
width:660px;
background-color:#eee;
padding:5px 0;  
border-top:1px solid #999;
text-align:center;	
color:#666;
font-size:80%;

}

/* hyperlinks: normal blue turns to green on mouse over */
#footer a { 
text-decoration:none; 
font-weight:normal;
letter-spacing:0;
}
#footer a:link, #footer a:visited { 
/* unvisited and visited link */
background:inherit; /* keep whatever background is in use at the time*/
color:#333; 
} 
#footer a:hover, #footer a:active { 
background:inherit; /* keep whatever background is in use at the time*/
color:#333;
text-decoration:underline;
}

/*------------------------------------------------------------*
** Common
**------------------------------------------------------------*/



