 /*Normalizing across site///*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}
/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

a{
	text-decoration: none;
}

*{	outline:none;
}

/*End Normalizing//*/



/*COMMON STYLE FOR PAGES*/
* { padding: 0; margin: 0; }

ul{
	list-style: none;
}


body{
	background-color: #44443f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}

h1 { 
	font-size: 28px;
	line-height: 1.1em;
	color: #999999; 
	}

h2 { 
	font-size: 1.5em;
	line-height: 1.1em;
	color: #5861a1; 
	}

h3 { 
	font-size: 100%; 
	line-height: 1.1em;
	color: #5861a1; 
	
	}

#banner{
	width:100%;
	background-color:#181d24;
	height:85px;
	border-bottom:5px solid #3d5a84;
	}

#bottom_banner{
	width:100%;
	height:25px;
	background-color:#e1dca5;
	border-top:5px solid #8097b8;
	}	
#inner_foot_banner{
	width: 965px;
	height:25px;
	background-color:#181d24;
	border-top:5px solid #3d5a84;
	color: #FFFFFF;
	}	
		
.footer{
	padding-top: 5px; 
	font-size: 12px;
	}	
.blacktext_link14px{ font-size:14px; color: #000000; text-decoration: none; font-weight:bold;}



a {
color: #0033FF;
}

a:visited{
color: #0033FF;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
#site_statistics{
visibility:hidden;
}

/*Main NAVIGATION*/
#base-nav{
	width: 865px;
	height: auto;
	margin-left:60px;
}

ul#tabs{
	padding-top:5px; 
    margin-left: auto;
    margin-right: auto;
}
ul#tabs { list-style: none; }

ul#tabs li { font-size: 14px; padding: 0.54545em; background: #efefef; border: 1px solid #ddd; border-left: 0; text-transform: uppercase; letter-spacing: 2px; float: left;}

ul#tabs li.current_page_item { background: #fff; border-bottom-color: #5861a1; }

ul#tabs li a, ul#tabs li a:visited { color: #111; text-decoration: none; }

ul#tabs li a:hover { color: #111; text-decoration: underline; }

ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited { cursor: default; }

ul#tabs li.current_page_item a:hover { text-decoration: none; }


/*//END OF HOME NAVIGATION///*/


/*END OF COMMON STYLE FOR PAGES*/
