body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-image:url(./images/background.png);
	background-repeat:repeat-x;
	background-color:#FFFFB3;
	font-size:14px;
}

#content
{
	width:900px;
	margin:0 auto;
	background-color:#fff;
}

#content #header
{
	height:186px;
	width:900px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#content #header a
{
	color:white;
	text-decoration:none;
}

#content #header a:hover
{
	text-decoration:underline;
}

#content #header #logo
{
	float:left;
	margin:90px 0px 0px 40px;
	height:67px;
	width:150px;
	background-image:url(./images/logo2.png);
	background-repeat:no-repeat;
	
}


#content #header #right
{
	float:right;
	margin-top:30px;
	margin-right:40px;
	color:#fff;
	text-align:right;
	text-size:12px;
	line-height:18px;
	font-weight:bold;
	
}

#content #leftnav
{
	float:left;
	width:200px;
	height:414px;
	margin:0;
	border:0;
	background-color:#03003C;
	background-image:url(images/backnav.png);
	background-repeat:repeat-x;
	color:#fff;
}

#content #leftnav ul
{
	border:0;
	margin:0;
	padding:0;
}

#content #leftnav ul li
{
	list-style:none;
}

#content #leftnav ul li a
{
	text-decoration:none;
	padding-left:5px;
	color:white;
	display:block;
	width:195px;
	height:25px;	
	line-height:25px;
	font-size:12px;
	font-weight:bold;
}

#content #leftnav ul li a:hover
{
	text-decoration:none;
	color:#03003C;
	background-color:#fff;
}

#content #leftnav ul li #nav_selected a
{
	background-color:yellow;
	color:#03003C;
	padding:0;
	padding-right:5px;
	text-align:right;
}

#content #detail
{
	float:right;
	width:690px;
	height:404px;
	overflow-y:scroll;
	color:#03003C;
	background-color:#fff;
	margin:0;
	padding:5px;
}

#content #detail p
{
	font-size:12px;
}

#content #detail h1
{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

#content #detail h2
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#content #detail h3
{
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

#content #detail h4
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#content #detail h5
{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#content #detail h6
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}

#content #detail #documents
{
float:right;
width:145px;
height:404px;
padding:0px 5px 0px 5px;
background-color:#03003C;
}

#content #detail #documents a
{
width:145px;
height:100px;
display:block;
text-align:center;
color:#FEFE00;
text-decoration:none;
padding-top:5px;
}

#content #detail #documents a
{
text-decoration:underline;
}

#content #detail #documents a img
{
border:0;
}


#content #detail form table tr td
{
	font-size:11px;
	font-weight:normal;
}

#content #detail form input,textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#03003C;
	border:1px solid #03003C;
}

#content #detail form textarea
{
	width:400px;
}

#content #detail table th,td
	{
	text-align:left;
	font-size:12px;
	vertical-align:text-top;
	}
	
#content #footer
{
	clear:both;
	width:900px;
	height:20px;
	line-height:20px;
	background-color:#03003C;
	color:white;
	font-size:10px;
}

#content #footer #left
{
	margin-left:5px;
	float:left;
	text-align:left;
}

#content #footer #right
{
	margin-right:5px;
	float:right;
	text-align:right;
}

#content #footer a
{
	text-decoration:none;
	color:white;
}

#content #footer a:hover
{
	text-decoration:underline;
}

#footernav
{
	width:900px;
	height:51px;
	margin:0 auto;
	border:0;
	color:#fff;
}

#footernav ul
{
	border:0;
	margin:0;
	padding:0;
}

#footernav ul li
{
	list-style:none;
}

#footernav ul li a
{
	text-decoration:none;
	display:block;
	width:128px;
	color:#03003C;
	float:left;
	height:17px;	
	line-height:17px;
	margin:0px;
	font-size:9px;
	font-weight:normal;
	text-align:center;
}

#footernav ul li a:hover
{
	text-decoration:underline;
}

<!-- css for admin section -->
p
{
	font-size:12px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

h2
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

h3
{
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

h4
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

h5
{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

h6
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}
