/* CSS Document */
body {
	background : #E7E7E7;
}
a:link{
	color:#0C4596;
	text-decoration: underline
	}
a:visited {
	color: #0C4596;
	text-decoration: underline
	}
a:hover {
	text-decoration: underline;
	color: #5D5D5D
	}
a:active {
	color: #5D5D5D;
	text-decoration: underline
	}
p {
	font-family : Georgia, Times, serif;
	font-size : 14px;
	line-height : 1.3em;
	color : #454545;
	}
p.large {
	font-family : Georgia, Times, serif;
	font-size : 20px;
	line-height : 1.3em;
	color : #000;
	margin-bottom : -10px;
	}
h1 {
	font-family : Georgia, Times, serif;
	font-size : 30px;
	font-weight : normal;
	color : #C4C4C4;
	}
#main {
	width : 300px;
	}
/* Drop Downs  =DRP
--------------------------------------------------------*/
a.mainnav {
	color: #F5F5F5;
	text-decoration: none
}
a:visited.mainnav {
	color: #F5F5F5;
	text-decoration: none
	}
a:hover.mainnav {
	color: #F5F5F5;
	text-decoration: none
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px;
	border-bottom: 1px solid #F5F5F5;
	font-family : Lucida Grande, Verdana, Arial, sans serif;
	font-size : 11px;
	color: #CDCDCD;
}
ul li {
	position: relative;
	background-color : #0A3F73;
	/*background-image : url("grad.gif");*/
	background-repeat : repeat-y;
	background-position : top;
	/*background : url("");
	background-repeat : repeat-y;
	border-bottom : 1px solid #fff;
	*/
}
li ul {
	position: absolute;
	left: 209px;
	top: 0;
	display: none;
	background-color : #0A3F73;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #0A3F73;
    background-image : url("images/off.jpg");
	padding: /*t*/9px /*r*/9px /*b*/9px 25px;
	border: 1px solid #F5F5F5;
	border-bottom: 0;
}
li:hover ul, li.over ul { 
	display: block;
}
ul li a:hover {
	background-color: #001F4E;
	color : #FFF;
	border-top : 1px solid #F5F5F5;
	background-image : url("images/on.jpg");
	/*background-repeat : no-repeat;*/
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

td, tr {
	font-family : Georgia, Times, serif;
	font-size : 14px;
	line-height : 1.3em;
	color : #454545;
	}
#styleblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 15px;
	color: #000000;
}
#styleblue b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 15px;
	font-weight: bold;
	color: #698BAB;
}
.stylegraybackgroung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #BAB9B9;
	line-height: 11px;
	color: #666666;

}
.imggallery{
	background-color: #FFFFFF;
	padding: 15px 10px 10px 10px;
	margin: 10px 3px 5px 3px;
	text-align: center;
	width: 135px;
	border: 1px solid #D5D5D5;
	height: 200px;
	overflow: hidden;
		
}
.imggallery h1{	
	font-family : Georgia, Times, serif;
	font-size : 12px;
	font-weight: bold;
	color: #666666;
	margin: 2px;
	padding: 2px;	
}
h1.blue{
font-family : Georgia, Times, serif;
	font-size : 12px;
	font-weight: bold;
	color: #0C4596;
	margin: 2px;
	padding: 2px;
}
p.gallery{
	text-align: left;
	margin-left: 10px;
	font-size: 11px;
	margin-top: 2px;
	padding-top: 2px;
}
.imggallery a img{
	border: 4px solid #DDDDDD;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.lboarder{
	border: 1px solid #D5D5D5;
	padding: 5px;
	background-color: #FFFFFF;
}
.resource{
	border: 1px solid #DDDDDD;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	
}


