html,body {
	height: 100%;
	margin: 0px;
	background:url(images/background.gif) repeat-x #375675;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
a,a:visited,a:active { color:#486da7;text-decoration:none; }
a:hover { text-decoration:underline; }	
p {padding-left:0px; margin-left:10px;}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ff3300;
	margin-bottom: 0px;
	line-height: 26px;
}

h2 {
		font-size:13px;font-family:verdana;font-weight:bold;color:#175d83;display:block;
		margin:0;line-height:1em;text-transform:uppercase; padding:10px;
	}

hr {border : none; border-top : dashed 1px #CCCCCC; height : 1px; margin-top:3px; margin-bottom:3px;}

/* Base Container */

#container {
	margin:0 auto;
	/*height: 100%;*/
	width: 790px;
	background-color: #FFF;
	padding: 10px;
	border:2px solid #CCCCCC;
}

/* Left and right sides */

#leftSide {
height:100%;
	float:left;
	/*clear:left;*/
	width: 447px;
	padding-top: 10px;
}
#rightSide {
	height:100%;
	float:right;
	/*clear:right;*/
	width: 340px;
	padding-top: 10px;
}

/* Main Page News Story */
#newsStory {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contentContainer {
	padding: 10px;
	height: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#statsContentContainer {
	padding: 0px;
	background-color: #E7E7E9;
	height: 100%;
}
#subHeaders {
	height: 20px;
	background:url(images/blueHeading.gif);
	margin: 0px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#newsStory img {
	padding:5px;
	border: 2px solid #CCCCCC;
}
#subContent img {
	padding:5px;
	border: 1px solid #CCCCCC;
	
}
#footer {
	width: 100%;
	background:url(images/footer_gradient.gif);
	color: #FFF;
	font-weight:bold;
	height: 24px;
	margin-top: 0px;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

#spacer {
	height: 5px;
}
#navBar { height:24px;border:1px solid #42474f;margin:0 0px 0px;background:url(images/nav_gradient.gif);}
#navBar ul { list-style:none;display:inline;padding:0;margin:0; }
#navBar li { float:left;padding:1px;border-right:1px dotted #999999;line-height:28px;text-transform:uppercase;font-size:10px;color:#757678; }
#navBar a { display:block;padding:0 11px;line-height:22px;color:#FFF;text-decoration:none;font-weight:bold; }
#navBar a:hover { background:url(images/nav_gradient_hover.gif);color:#FFF;font-weight:bold; }
#navBar li.sel a { background:#5f6268;color:#FFFFFF; }

/* FOR USE LATER
#navBar1 a.nav-1, #navBar2 .nav-2,#navBar3 .nav-3,#navBar4 .nav-4,#navBar5 .nav-5,#navBar6 .nav-6,#navBar7 .nav-7, {
	background:#5f6268;color:#FFFFFF;
}
*/
#mainHeader {
	height: 175px;
	width: 790px;
	background-image: url(images/header-image3.jpg);
	padding: 0px;
}
div.clear {
clear: both;
}

td { vertical-align:top; }

#subContent {  }

.txt { padding:10px; }
.photobox { margin:5px;border:1px solid #D7D9DA;padding:5px; }
.photoborder { border:1px solid #D7D9DA;display:compact; }
	
.left_header {
	color:#FFF;padding:5px 0 5px 1px;text-indent:10px;font-size:11px;font-weight:bold;text-transform:uppercase;
	border-bottom:1px dotted #848587; background:url(images/blueHeading.gif);
}
ul.left_nav { list-style:none;display:inline;padding:0;margin:0; }
.left_nav li { color:#828587;padding:1px 0;display:block;border-bottom:1px dotted #E2E2E2; }
.left_nav a { display:block;padding:4px 0 4px 1px;margin-left:1px;color:#757678; }
.left_nav a:hover { background:url(images/left_hover.gif);color:#000;color:#000;text-decoration:none; }

.articleHeadline {font-size:14px; margin-left:2px; font-weight:bold; color:#175d83;text-transform:uppercase;}
.article p {margin-left:10px;}