@charset "utf-8";
/* CSS Document */

body {
background-color:#2f4562;
}

h1 {
font-size:14px;
color:42628d;
font-weight:bold;
margin:5px;
}

#img {
margin:15px;
border-color:42628d;
Font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}

#container {
Font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
width:800px;
background-color:ffffff;
padding:10px;
}
.content {
font-size:12px;
margin-left:10px;
list-style-type:none;
line-height:20px;
}
#nav {
background-image:url(images/header2_02.jpg);
height:34px;
width:800px;
}

.horizontalcssmenu ul{
margin: 0;
padding-top: 6;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
text-align:center;
display: block;
width: 60px; /*Width of top level menu link items*/
height:18px;
padding: 2px 7px;
text-decoration: underline;
color: #5983bc;
font: bold 12px Arial;
line-height:20px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #444343;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 146px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #f3dfd7;
color: #063800;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
color:ffffff;
background-color:42628d;
}

.horizontalcssmenu ul li ul li a:hover{
color:#f3dfd7;
background: #063800;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul {margin-left:45px;}
* html .horizontalcssmenu ul li { float: left; height: 1%; padding-left:10px;}
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


#footer {
height:52px;
width:800px;
background-image:url(images/header2_10.jpg);
}

A {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #42628d;
}

A:hover {
	text-decoration: underline;
	color : #5983bc;
}

P.footertype {
	padding-top:20px;
	text-align:center;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #ffffff;
}

.footertype a:link {
	color:#ffffff;
	text-decoration:underline;
}

.footertype a:hover {
	text-decoration: underline;
	color : #8b2842;
}

.footertype a:visited {
	text-decoration: underline;
	color : #FFFFFF;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}

