body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-image: url(images/main_layout_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}
h1 {
	font-size:36pt;
	}
h2 {
	font-size:24pt;
	background-color: #EEEEEE;
	padding: 2px;
	}
.lateBreaking {
	color: #CC0000;
	padding: 2px;
	}
h3 {
	font-size:18pt;
	}
h4 {
	font-size: 16pt;
}
a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: none;
	margin: 5px 0 0 5px;
}
.bodyMiddle {
	background-color: #FFFFFF;
	background-color:#FFFFFF; 
	padding: 0 15px 0 15px;
	height: 100%;
}
.footer {
	padding-left: 10px;
	background-image: url(images/main_layout_r14_c3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 110px;
}
/*///////////////// Navigation Menu /////////////////*/
/* Menu box holder for un-ordered list */
.menu {
	width: 100%; 
	position: relative; 
	z-index: 100;
}
/* Format top level list to "none" for custom style */
.menu ul { 
	margin: 0; 
	padding: 0;
	list-style: none;
}
/* Format top level list items */
.menu ul li {
	float: left; 
	position: relative;
}
/* Format how top level menu links will be displayed */
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	overflow: hidden;
	padding: 6px 0 0 0;
	font-size: 9pt;
	width: 91px;
	text-align: center;
	background-color: #AD8533;
	border-right: 1px solid #FFFFFF;
}
/* Format top menu link, on hover */
.menu ul li a:hover {
	background-color: #D1AD63;
}
/* Format top level link while on 2nd level menu*/
.menu ul li:hover {
	margin: 0;
}
.menu ul li:hover a {
	margin: 0;
	background-color: #D3B16B;
	color: #333333;
}
/*///////// 2nd Level Menu Formats /////////*/
/* Format 2nd level lists to be hidden*/
.menu ul li ul {
	display: none;
	background-color: #AD8533;
}
/* Format 2nd level menu list */
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 165px;
	border: 1px solid #ACA899;
	background-color: #AD8533;
}
/* Format 2nd level menu, static */
.menu ul li:hover ul li a {
	display: block;
	width: 155px;
	padding-left: 5px;
	border: none;
	text-align: left;
	background-color: #AD8533;
	color: #FFFFFF;
}
/* Format 2nd level menu, mouseover */
.menu ul li:hover ul li a:hover {
	width: 160px;
	background-color: #D3B16B;
	color: #333333;
	}
.textAds {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 8pt;
	}
.textAds a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 12px;
	}
.textAds a:hover {
	color: #000000;
}
.textAdsTitle {
	color: #0000CC;
	text-decoration: underline;
	}
.pdfUL {
	list-style: url(images/icon_adobe.gif);
	margin: 3px 0 3px 25px;
	}
.pdfUL li {
	margin-bottom: 5px;
}
.searchActive {
	padding: 5px; 
	background-color: #EEEEEE;
	border: 1px solid #0033FF;
}
.searchInactive {
	padding: 5px; 
	background-color: #EEEEEE;
	color: #999999;
	border: 1px solid #999999;
}
.readArticle {
	text-align: right;
	
}
.readArticle a {
	color: #FFFFFF;
	font-size: 9pt;
	padding: 5px;
	background-color: #AD8533;
	text-decoration: none;
}
.readArticle a:hover {
	color: #000000;
	background-color: #D3B16B;
	text-decoration: none;
}
.caption {
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
#Preview {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	z-index: 2;
	text-align: center;
	background-color: #EEEEEE;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #CCCCCC;
}
