/* CSS Document */

html{
	font-family: Trebuchet MS;
	}
body{
	padding: 0px;
	margin: 0px;
	}
h1{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 18px;
	border-bottom: 1px solid #0066CC;
	padding-bottom: 5px;
	}
h2,{
	font-size: 16px;
	border-bottom: 1px solid #0066CC;
	padding-bottom: 5px;
	}
h3{
	font-size: 12px;
	color:#000000;
	background-color: #D7EBFF;
	border: 1px solid #0066CC;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 4px;
	}
h1.or, .center   {
        text-align:center;
        border:none;
        }
h4{ text-align:center;
	}
h5{
	}
div.box {
	width:30%;
	float:left;
	padding:5px;
	border:none;
	margin:0;
	}
.red {
	style="color:#FF0000;
	}
.box span a, .box span a:visited {
	text-decoration:underline;
	text-transform:capitalize;
	color:#003366;
	font-weight:300;
	}
.color {
        color:#003366;
        }
a.worddoc {
	font-size:11px;
	font-family:Tahoma Verdana, Arial, Helvetica, sans-serif;
        color:#003366;
        text-align:center;
	border:none; 
	}

a.download {
	background:#ffffff url(images/download_button.jpg) no-repeat 0 0 ;
	padding:8px 5px 4px 2px;
	width:180px;
	text-align:center;
	color:white;
	text-decoration:none;
	font:18px bold;
	margin:1px;
	}
.download_text {
	color:#003366;
	font:16px bold Verdana, Arial, Helvetica, sans-serif;
	}
.project_category {}
.names { 
	 color:#028899;
	 text-transform:uppercase;
	 text-align:left; 
	 font-size:bold;
	 }
.bold {
	font-weight:bold;}
.position { 
	color:#003399;
	font-size:16px;
	font-weight: 900 ;
	text-transform:uppercase;
	}
.floatleft{
	float: left;
	padding-right: 10px;
}
	
/* Topmost Navigation */
#topnavdiv{
	background-color: #D7EBFF;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	}

#topnav{
	width: 800px;
	margin: auto;
	font-size: 12px;
	}

#topnv .name{
	padding: 5px;
	}
	
#topnv ul{
	margin: 0px;
	width: 800px;
	list-style: none;
	}
#topnv a{
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 18px;
	padding-right: 18px;
	}
#topnv a:hover{
	text-decoration: none;
	color: #FF0000;
	background-color: #FFFFFF;
	}
/* Banner Area */

#banerdiv{
	width: 100%;
	height: 122px;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

#baner{
	width: 800px;
	height: 100px;
	margin: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	}

/* Sub Banner */
#subbanner{
	width: 800px;
	height: 30px;
	margin: auto;
	border-bottom: 1px solid #CCCCCC;
	}
	
#subbanner .heading{
	color: #FF9900;
	padding-left: 10px;
	font-weight: normal;
	font-size: 20px;
	}
/* Body Area */
#body{
	width: 800px;
	margin: auto;
	margin-top: 10px;
	}

	/* Left Navigation */
	#leftnav{
		width: 180px;
		vertical-align: top;
		padding-right: 10px;
		font-size: 11px;
		}
	
	#leftnav ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-size: 10px;
		background-color: #EAF4FF;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
	#leftnav li{
		padding-left: 15px;
		background-image: url(images/arrow.gif);
		background-position: 5px;
		background-repeat: no-repeat;
		border-bottom: 1px solid #FFFFFF;
		}
	#leftnav a{
		text-decoration: none;
		color: #000000;
		display: block;
		line-height: 30px;
		}
	#leftnav a:hover{
		text-decoration: underline;
		color: #FF0000;
		}
		
	#leftnav .down{
		background-color: #7E7E7E;
		color: #FFFFFF;
		line-height: 30px;
		}
	.noborder {
		border:none;
		}
	/* Content Area */
	#content{
		vertical-align: top;
		padding: 10px;
		font-size: 14px;
		}
	.describe {
		 color:#0000FF; 
		 font-size:bold;
		}
	#content h1, .h1style {
		color:#000099;
		text-align:center;
		}
	#content .img{
		float: left;
		margin: 2px;
		}
	
	/* Right Navigation */
	#rightnav{
		width: 150px;
		vertical-align: top;
		padding: 2px;
		font-size: 12px;
		}
		
	#rightnav p{
		border: 1px solid #0066CC;
		padding: 4px;
		margin: 0px;
		}
/* Footer */
#footer{
	width: 800px;
	margin: auto;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	}
#footer td{
	padding: 10px;

	}
#footer ul{
	margin: auto;
	width: 700px;
	list-style: none;
	}
#footer li{
	border-right: 1px solid #0066CC;
	float: left;
	}
#footer a{
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}
#footer a:hover{
	text-decoration: none;
	color: #FF0000;
	}
#footer p{
	clear: both;
	}
