/* CSS Document */
body{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8C00;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8C00;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8C00;
	font-weight:bold;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000080;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF8C00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFFFFF;
	margin-left:200px;
	text-align:center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align:right;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0B0B0;
	text-align:right;
	padding:0px;
	margin:0px;
}

 ul#navlist
{
padding: 4px ;
margin: 0;
list-style-type: none;
vertical-align:baseline;


}

ul#navlist li a
{
float: right;
width: auto;
color: #ffffff;
background-color: #000080;
padding: 0.0em 1em;
text-decoration: none;
text-align:center;
border-left: 1px solid #ffffff;

}

ul#navlist li a:hover
{

background-color: #FF8C00;
color: #ffffff;
}

.maincontainer
{
position:relative;
margin:0px;
top: 0px;
left: 0px;
width:600px;
height:400px;

}

.banner
{
	position:relative;
	height: 100px;
	background-color:#000080;
	background-image:url(header1.gif);
	background-repeat:no-repeat;
	padding: 0px;
	text-align:right;
	
	border-right-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	border-bottom-style: solid;

}

.content
{
	background-color:#FFFFFF;
	position:relative;
	padding: 0px;
	height:450px;
	padding:4px;
	
	border-right-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	
	text-align:center;
	overflow:auto;
}

.close
{
	position:relative;
	width:auto;
	height:auto;
	text-align:right;

	border-right-width: 1px;
	border-right-color: #000080;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #000080;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	border-bottom-style: solid;
}
