@charset "UTF-8";
/* CSS Document */

body {
	font: 10px 	Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image:url("../images/bgtile.png");
	background-color: #00294D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color:#6E97C2;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#999999;
}

.headline1 a:link, .headline1 a:visited {
	color:#deb406;
	text-decoration:none;
}
.headline1 a:hover {
	text-decoration:underline;
}

#container {
	width: 960px;
	background: #0e0e0e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #D2CDC2;
	padding-bottom: 11px;
}
#contentbody {
	padding:13px;
	background-image:url(../images/contentbg.png);
	background-repeat:no-repeat;
	line-height:1.45em;
}
td {
	text-align: left;
	vertical-align: top;
}
#homelinkimagehome {
	padding: 10px 9px 0px 11px;
	float:left;
	width:247px;
	height:247px;
}
#homelinkimage {
	padding: 10px 9px 0px 11px;
	float:left;
	width:247px;
	height:36px;
	border:none;
}
#nav_main {
	padding: 13px 0px 40px 0px;
	border: 0px;
	margin:0px;
}
#showcase_home {
	width: 479px;
	height: 200px;
}

.headline1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #deb406;
	margin-bottom:15px;
}

.headline1small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #deb406;
	margin-bottom:5px;
	margin-top: 5px;
}

.headline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #6E97C2;
	margin-bottom:15px;
}	

.baselinetd {
	width:25%;
	line-height:16px;
	padding:8px 12px 0px 12px;
	border-right:2px solid #664400;
	background:url(../images/baselinebg.png) repeat-x;
}

.pullquote {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	line-height:36px;
	color:#999999;
}

.newsheadline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#deb406;
}

.newsstory {
	color:#CCCCCC;
}

.newsimage {
	width:204px;
	height:auto;
	margin-top:8px;
	border:1px solid #999999;
}

.highlightb {
	color:#6E97C2;
}
.highlightbb {
	color:#6E97C2;
	font-weight:bold;
}

.highlightg {
	color:#deb406;
}
.highlightgb {
	color:#deb406;
	font-weight:bold;
}

.highlightw, .highlightw a:link, .highlightw a:visited {
	color:#ffffff;
	text-decoration:none;
}
.highlightw a:hover {
	text-decoration:underline;
}

.navBase{
	border-top:1px solid #CCCCCC;
}

.navSelected{
	background-image:url(../images/sidebar_bg.png); 
	background-repeat:no-repeat; 
	border-top:1px solid #CCCCCC;
}

.roundedpic {
	background-image: none;
	border:4px solid #FFFFFF;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	}
	
.squarepic {
	border:2px solid #FFFFFF;
}
	
.sociallink {
	border:0px;
	width:24px;
	height:24px;
	margin-right:8px;
}