/***********************************************/
/* TOP                                 */
/***********************************************/
#container { 
	height: auto !important; /* For Modern Browsers */	
	height: 100%; /*/</strong> For IE */ 	
	min-height: 100%; /*For Modern Browsers <strong>*/	
	} 
#header{	
	background-image:  url("../images/wallpap.jpg");
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	}	
#headbanner{
	background-image:  url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;	
	height:100px;
	width:890px;
	}
	
/***********************************************/
/* Body                                        */
/***********************************************/
body {
	margin:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	height: 100%;
	}
	
html{ 
	height: 100%; /* Required */ 
	} 	
/***********************************************/
/* Menu Bar                                    */
/***********************************************/	
#navTop{
	background-color: #CBDFFF;
	border-top:1px solid white;
	border-bottom:1px solid black;
	float:left;
	width:100%;
	}	
#navWrap{
	width:890px;	
	}
ul{
	font-family: Arial;
	list-style:none;
	margin:0;
	padding:0;
	}	
li ul {	
	display: none;
	font-family: Arial;
	font-weight: normal;
	left: 0;
	padding: 0.5em 0 1em 0;
	position: absolute;
	/*	top: 1em;*/
	}
li>ul {
	top:auto;
	left:auto;
	}
li:hover ul, li.over ul {
	display:block;
	}
#navMenu  {
	background: #CDDCF5;
	list-style:none;
	padding: 0px 0px 0px 50px;	
	}
#navMenu a {
	color: #042061;
	font-size:	12px;
	/** height:14px; **/
	font-weight:bold;
	text-decoration: none;
	}
#navMenu li {
	cursor: default;
	font-size:small;
	float:left;
	position: relative;
	width: 8.5em;
	}
#navMenu li li {
	border-left: 1px solid black;
	border-right: 1px solid black;
	display: block;
	margin:0px;
	padding:0px;
	}
.bottom{
	border-bottom: 1px solid black;
	}
.top{
	border-top: 1px solid black;
	}
.both{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
ul#navMenu li li{
	display: block;
	margin:0;
	padding:0px;
	}
#navMenu li li a {
	background:#CDDCF5;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style:solid;
	border-width: 1px;
	color: black;
	display: block;
	font-family:Arial;
	font-size:85%;
	font-weight: normal;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-decoration: none;	
	}
#navMenu li li a:hover {
	border-color: #aaab9c #fff #fff #ccc;
	color:#DC0C0C;
	}
#navMenu ul {
	background: #CDDCF5;
	list-style:none;
	margin: 0;
	padding: 0;	
	}

/***********************************************/
/* Content                                */
/***********************************************/
a{
	color: #006699;
	text-decoration: none;
	}
a:link{
	color: #006699;
	text-decoration: none;
	}
a:visited{
	color: #006699;
	text-decoration: none;
	}
a:hover{
	color: #006699;
	text-decoration: underline;
	}
h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 120%;
 	color: #334d55;
	margin: 0px;
 	padding: 0px;
	}
h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #006699;
 	margin: 0px;
	padding: 0px;
	}
h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: black;
	margin: 0px;
	padding: 0px;
	}
h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	}
ul ul{
	list-style-type: disc;
	}
ul ul ul{
	list-style-type: none;
	}
label{
	color: #334d55;
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;

	}
/***********************************************/
/* Left side bar, Content &amp; Right side bar     */
/***********************************************/
#columns{
	clear:both;
	/*float: left keeps from wrapping but puts space in the bottom*/
	margin:50;
	width:890px;
	}
#base{
    /*float: left keeps from wrapping but puts space in the bottom*/
	padding: 0px 0px 0px 20px;
	float: left;	
	width:700px;
	}
#firstscroll{
	float:left;
	width:300px;
}
#secondscroll{
	float:left;
	padding: 0px 0px 0px 55px;
	width:300px;
}
#navBar{	
	float: left;
	height:475px;
	margin: 0px;
	padding: 0px 5px 130px 3px;	
	width: 140px;
	}
#firstcol{
	background-color: white;
	font-family:verdana;
	font-size: 80%;
	float: left;
	padding: 0px 0px 5px 5px;
	width:350px;	
	}
#firstcol a{
	color:black;	
	}
#firstcol blockquote a{
	color:#006699;
	}
	
#widecol{
	background-color: white;
	font-family:verdana;
	font-size: 80%;
	float: left;
	padding: 0px 0px 120px 5px;
	width:500px;	
	} 
#image{
	float:left;
	margin-top:0px;
	padding: 40px 0px 15px 25px;
	/* padding: top right bottom left*/
	width:350px;
	/*margin-top: -120px;*/
	}
#secondcol{
	background-color: white;
	font-family:verdana;
	font-size: 80%;
	float:left;
	padding: 0px 0px 0px 25px;
	/*padding: causes space at bottom of screen;*/
	width:350px;
	}
#secondcol a{
	color:black;	
	}
#secondcol blockquote a{
	color:#006699;
	}
	
#secondcol p{
	/*padding: 5px 0px 5px 0px;*/
	}	
/*************** #pageName styles **************/
#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
/************* #breadCrumb styles *************/
#breadCrumb{
	background-color: white;
	font-size: 80%;
	padding: 2px 0px 0px 10px;
	}
/************** .feature styles ***************/
.feature{
	background-color: white;
	padding: 10px 5px 0px 10px;
	margin-top:0px;
	/*width:30%; */
	}
.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	}
.newslinks{	
	font-family:verdana;
	font-size: 80%;
	/**background-image:url(../images/news2.jpg);	
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 70%;
	height: 275px;
	list-style:none;
	margin-left: 0px;
	position: relative;
	text-decoration:none;
	width: 325px;**/
	}		
#pscroller{
	background-color:none;
	border: none;
	height: 100px;
	/**padding: 5px;**/
	/**top right bottom left**/
	}
#pscroller2{
	background-color:none;
	border: none;
	height: 125px;
	/**padding: 5px;**/
	/**top right bottom left**/
	}
/************** .story styles *****************/
.story{
	padding: 10px 10px 0px 10px;
	}
.story p{
	padding: 0px 0px 10px 0px;
	}
/************* #search styles ***************/
#search{
	font-size: 90%;
	padding: 5px 0px 5px 10px;
	}
#search form{
 	margin: 0px;
 	padding: 0px;
	}
#search label{
	color:black;
	display: block;
	margin: 0px;
	padding: 0px;
	}
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/*********** #sectionLinks styles ***********/
.sectionLinks{
	border: 1px solid #cccccc;
	font-family: Verdana; 
	font-size: 60%;
	list-style:none;
	margin-left: 10px;
	position: relative;
	text-decoration:none;
	}
.sectionLinks h3{
	background-color:#052162;
	color:white;
	font-family: Verdana;
	font-size: 140%;
	font-weight:550;
	padding: 10px 0px 2px 6px;
	}
.sectionLinks a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color:black;
	display: block;
	font-family:verdana;
	/*font-size caused problem here*/
	padding: 2px 0px 2px 10px;
	}
.sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration:none;
	}
.sectionLinks li ul, ul, li {
		}
.sectionLinks a:link,
.sectionLinks a:visited {
	color:black;
	}	
/*********** .relatedLinks styles ***********/
.relatedLinks{
	border: 1px solid #cccccc;
	color:black;
	font-family:Verdana;
	font-size:60%;
	position: relative;
	margin-left: 10px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	}
.relatedLinks h3{
	background-color:#052162;
	color:white;
	font-size:140%;
	font-weight:550;
	padding: 10px 0px 2px 6px;
	}
.relatedLinks a{
	color:black;
	display:block;
	font-family:Verdana;
	padding: 2px 0px 2px 10px;
	}	
.relatedLinks a:hover{
	background-color: #dddddd;
	text-decoration:none;
	}
.relatedLinks a:link,
.relatedLinks a:visited {
	color:black;
	}
.relatedLinks li {
	color:black;
	font-family:Verdana;
	list-style: none;	
	}	
/************** #advert styles **************/
#advert{
	/*padding: 30px 0px 10px;*/
	}
#advert img{
	/*display: block;*/
	}
/************** #headlines styles **************/

/************* #FOOTER ***************/
#footwrap{
	background-image:  url("../images/wallpap.jpg");
	clear:both;
	color: white;
	font-family: Arial;
	font-size: 75%;	
	font-weight: bold;
	width:100%;
	
	height: 115px; 
	margin-top:-115px;	
	} 
#footbanner{		
	padding: 10px 0px 0px 0px;	
	width:890px;
	}
#lft{
	float:left;
	padding: 0px 0px 0px 10px;
	}
#mid{
	float:left;	
	width:35%;
	}
#rght{
	float:left;
	
	}
a.footer{
	color:white;
	text-decoration: none;
	}
a.footer:link{
	color:white;
	text-decoration: none;
	}
a.footer:visited{
	color:white;
	text-decoration: none;
	}
a.footer:hover{
	color:white;
	text-decoration: underline;
	}