/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*line-height: 1.166;	 */
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:10px; 
	/*font-size:11px;    */
	background-color: #3C6;
}


a{
	color: #006699;
	/*text-decoration: none;*/
	text-decoration: underline;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration:  underline;
}

a:hover{
	color: #00C;
	text-decoration: underline; 
	background-color: #FCC;
	/*text-decoration: underline overline line-through blink;*/
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 118%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 111%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 105%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs  <div id="leftcol">             */
/***********************************************/

.bodyheader #container { 
  
	width: 998px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
       
     font-size:11px; 

	/*border: 3px solid #000000;*/
	/*background-color: #300;*/
                background-color: #330;
	border: medium  double #FF0;  /*  thin medium thick */
	text-align: left; /* this overrides the text-align: center on the body element. */
          overflow: hidden;      
} 

.bodyheader #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.bodyheader #leftcol  {
	 float: left; 

	width: 160px;
height: 1000px;
	/* height: 600px; */
vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.bodyheader #content{
	  float: left; 
	margin: 0; 
	/*left-margin: 1px; */
	/*right-margin: 1px; */
       width: 537px;

	vertical-align: top;
text-align:left;
font-size:11px; 
/*border: 3px solid #000000;*/
	background-color: white;
}



.bodyheader #rightcol{
	  float:left; 
         width: 288px;

         vertical-align: top;
/* height="100%"   */
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	
}


.addClearance { clear: both; } 


#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#navBar{
	float: left;
	width: 16%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}



#content1{
	float: left;
  width: 55%;
  margin: 5px;
}

#headlines{
  float:right;
	width: 26%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#sitenameh{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 110%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 90%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	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{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	margin-left: 5%;
	margin-right: 3%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}



/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.logobot {
	font-size: 11px;
	color: #CFC;
}
.logotop {
	font-size: 16px;
	color: #60C;
}
.bodyheader table tr td .logotop strong {
	color: #FFFF80;
}


