body
{
	margin:0px;
	padding:0px;
	background:#999999 url('images/bbkg.gif') repeat-x;
	text-align:center;
	font-family:arial,sans serif;
	font-size: 12px;
	line-height:135%;
}

html, body {
	height:auto !important;
	height:100%; 
	min-height:100%;
}

body a:link, a:visited, body a:hover, body a:active
{	
	color:#cc0000;
	text-decoration: none;
}
body a:hover
{	
	color:#cc0000;
	text-decoration: underline;
}

h1,h2,h3,h4,h5
{
	display:inline;
}

h1
{
	font-size:20px;
	color:#cc0000;
}
h1.white { color:#FFFFFF; }
	h1.blue { font-size:18px; color:#15394f; }

h2
{
	font-size:18px;
	color:#FFFFFF;
}

h3
{
	font-size:16px;
	color:#66CCFF;
}

h4
{
	font-size: 12px;
	color:#FFFFFF;
}

.small
{
	font-size:10px;
}

a.blue:hover, a.blue:active, a.blue:visited, a.blue:link
{
	color:#66CCFF;
	text-decoration: none;
	font-weight:bold;
}

a.grey:hover, a.grey:active, a.grey:visited, a.grey:link, .greyfake
{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}
a.grey:hover,a.grey:active { color:#FFFFFF; }

a.black:hover, a.black:active, a.black:visited, a.black:link
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a.orange:hover, a.orange:active, a.orange:visited, a.orange:link
{
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}

a.white:hover, a.white:active, a.white:visited, a.white:link, a.white_lg:hover, a.white_lg:active, a.white_lg:visited, a.white_lg:link
{
	color:#FFFFFF;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
}

a.white_lg:hover, a.white_lg:active, a.white_lg:visited, a.white_lg:link
{
	font-size:13px;
}

a.blue:hover,a.ul:hover,a.grey:hover,a.black:hover,a.white:hover, a.white_lg:hover, a.orange:hover
{
	border-bottom:1px solid #cc0000;
}


a.fimg:hover { text-decoration:none; }

select.gs
{
	background:#333333;
	color:#ffffff;
}

input.clear
{
	border: 0px solid #666666;
	font-size:11px;
	vertical-align:30%;
	width:168px;
	margin:0px 0px 0px 10px;
}

.input_submit
{
	border: 1px solid #666666;
	font-family:verdana;
	font-weight:bold;
}

#cnt
{
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	border-color:#000000;
	border-width:0px 5px 5px 5px;
	border-style:solid;
	text-align: left;
	background:#FFFFFF;
	height: 105%; 
}

#cntlng
{
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	border-color:#000000;
	border-width:0px 5px 5px 5px;
	border-style:solid;
	text-align: left;
	background:#FFFFFF;
	height: 210%; 
}

#hd
{
	width: 540px;
	white-space:nowrap;
}

#src
{	
	margin: 9px 2px 0px 0px;
	float:right;	
}

.text
{
	font-size:11px;
}

.currentpage
{
	font-size:12px;font-weight:bold;color:#143a4d;
}

/* HOME PAGE */

.fp_hl
{
	width: 500px;
	text-align:center;
	color: #FFFFFF;
	margin: 8px;
}

.fp_h2
{
	margin: 0px 12px 0px 0px;
	line-height:140%;
	text-align:left;
}

#fpts_h
{
	margin: 0px 0px 0px 0px;
	background: #4A4A4A;
	width:490px;
	height:16px;
}

#fpts
{
	width:500px;
	height:200px;
}

.hlpad
{
	padding: 8px;
}



/* SUB NAV */

/* ARCHIVE */

/* ANIMATIONS */

/* FOOTER */

#footer
{	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url('images/bkg_footer.gif');
	background-repeat: no-repeat;
	width:800px;
	height:41px;
	padding: 0px 0px 10px 0px;
	color:#666666;
}
/* BUTTONS */

#but_bios
{
	padding: 80px 6px;
}


/* ROUNDED */

.button
{
	padding:2px 6px 2px 6px;
	background:#eeeeee;
	font-size:14px;
	font-weight:bold;
	border:1px solid #cccccc;
	text-decoration:none;
	margin:0px 2px 0px 2px;
}

.srch_pager
{
	font-size:14px;
	font-weight:bold;
	padding:15px 0px 8px 32px;
}

.hl
{	
	padding:10px 8px 10px 8px;
	line-height:130%;
	text-align:left;
}

.rundownimage
{
	border:1px solid #000000;
	margin:4px 4px 0px 4px;
}


.popup
{
	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	filter:alpha(opacity=93);-moz-opacity:.93;opacity:.93;
}

.popup_inner
{
	background:#FcFcFF;
	border:1px solid #DDDDDD;
	padding:10px;
	line-height:100%;
	font-family:arial;
	white-space:nowrap;
}

.img_title
{
	width:150px;
	height:20px;
	padding-bottom:10px;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}