body, html    { height: 100%; 
			color: #000; 
			font-family: century gothic, Arial, Helvetica, sans-serif; 
            margin: 0px; 
			padding: 0px; 
			text-align: center; /*** Centers the design in old IE versions ***/
			min-width: 900px;
			font-size:90%;
			}
			
body { 		background-image: url('../images/bg.jpg'); 
        	background-repeat: repeat-x;
			background-color: #fff; }
			
			
p, table, div, ul, li { text-align: left; 
		font-size: 1em;
		line-height: 1.5em;}
			
#content {
		margin-left: auto; 
		margin-right: auto;
		width: 900px;

		}	

#head       { height: 127px;
			margin: 0 auto; 
			padding: 0px;
			  }			
#logo       { height: 127px;
			margin: 0 auto;
			margin-left: 50px;
			padding: 0px;
			  }					  
#nav	{position: absolute;
		display: inline;
		top: 100px;
		height: 20px;
		width: 600px;
		margin: 0 auto;
		padding: 0px;
		float: left;
		text-align: left;
		margin-left: 150px;} 

#flash       { height: 284px;
			margin: 0 auto; 
			padding: 0px;
			  }		
			  
#narrow       { position: relative; 
			width: 310px;
			float: left; 
			margin: 0 auto; 
			padding: 0px;
			background-image: url('../images/cnarrow_bg.jpg'); 
        	background-repeat: no-repeat; 
			  }				
			  
#wide       { position: relative; 
			width: 550px;
			float: left; 
			margin: 0 auto; 
			padding: 0px;
			background-image: url('../images/cfull_bg.jpg'); 
        	background-repeat: no-repeat;
			  }				    	
			
#column1    { 
			width: 280px; 
			text-align: left; 
			margin: 0px 10px 0px 10px; 
            padding: 0px;
			min-height: 300px;
}

#columnFull {
		width:530px;
		margin: 0px 10px 0px 10px; 
		padding: 0px;
		text-align: left;
		min-height: 300px;
		}	
#foot {
	clear: both;
	height: 100%;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	
}
#footContent { margin-left: auto; margin-right: auto; width: 900px; text-align: left; font-size:12px; 	color: #666;}

a {
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #333366;
	text-decoration: underline;
}
#foot a {
	color: #666;
	text-decoration: none;
}
#foot a:hover{
	color: #666;
	text-decoration: underline;
}

h1 { font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #666;
	line-height: 130%;
}


h2 {
	font-size: 14px; 
	font-weight: normal;
	color: #003366;
	line-height: 130%;
}
.headbg { font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	color: #fff;
	line-height: 140%;
	background-color:#003366;
}
.headbg a, .headbg a:active, .headbg a:visited, .headbg a:hover{ color: #fff; text-decoration: none;   }

.sml {font-size: 0.9em; }
	
ul { list-style: outside url('../images/blt_menu.gif'); margin-left: 40px; margin-right: 10px; padding: 0px;}
li {  margin-left: -18px;  }

ul.side {  list-style: outside url('../images/blt_menu.gif'); margin-left: 40px; margin-right: 10px; padding: 0px;}
 ul.side li {  margin-left: -18px; padding: 7px 3px 7px 3px; border-bottom: 1px dotted #ccc; }
.side a, .side a:active, .side a:visited  { color: #666; font-size: 13px; text-decoration: none;   }
.side a:hover { color: #333; text-decoration: underline;}

ol { margin-left: 40px; margin-right: 10px; padding: 0px; }
ol li { margin-left: -18px; line-height: 18px;  }
	
hr {
	color: #ccc;
	border-style: dotted;
	background-color: #ccc;
	height: 1px;
	}

.clear { clear: both;
         display: block;     
         height: 0;          
         visibility: hidden; }

select, input, menu, list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.border {border-width: 1px;
	border-style: solid;
	border-color: #ccc; 
	padding: 5px;
	margin: 1px;
	background-color:#fff;}


		
#red {
	font-weight: normal;
	color: #cc0000;
}	
	

/*** -----------------main menu navigation-------------------- ***/	
.topmenu{
width: 900px;
font-weight: bold;
color: #333366;
padding: 0;
top: -15px;
position: relative; 
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.topmenu ul{
margin: 0; text-align: left; padding: 0px;   }

.topmenu li{ margin-left: 7px; }

.topmenu ul li{
background-image: url('../images/blt_menu.gif'); background-repeat: no-repeat; background-position: -3px center; display: inline;}

.topmenu ul li a{
color: #333366;
padding: 3px;
margin-left: 5px;
text-decoration: none;
font-size: 11px; 
}

.topmenu ul li a:hover{
color: #D5011A;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff; border-bottom:0px solid #fff; position:absolute;
margin-top: 7px;
z-index:100;
background-color: #F0F0F0;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
font-size: 11px; 

}


.dropmenudiv a{
width: 150px;
display: block;
border-bottom: 1px solid #fff;
padding: 3px;
text-decoration: none;
color: #333366;
}

.dropmenudiv a:hover{ 
background-color: #ccc;
color: #333366;
}

