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

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0d2235;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	text-decoration:none;	
}

#container {
	position: relative;
	
	border: 15px solid #;
	background-color: #;
	margin: 0 auto;
	margin-top: 0px;
	top: 0;
}

#bg_header {
	width: 100%;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/pageImages/Header_Bg.jpg);
	background-repeat: repeat-x;
}

body {
	background-color:#14354f;
	margin:0;
	padding:0;
}

.navBG {
	background-position:left;
	background-image: url(images/pageImages/nav_center_bg.jpg);
	background-repeat:repeat;
	padding:0px 15px 0px 15px;
}


.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}
.nav:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
}


/* ---------------------------------------------------------   Text   -------------------------------------------------------- */

.copyWriteText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6d6d;
}

.socialText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e6c9d;
	padding-top:7px;
	padding-left:10px;
	float:left;
}
.sectionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:5px 0px 0px 5px;	
	float:left;
}

.sectionDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:5px 10px 5px 0px;	
	float:Right;
}

.sectionText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:7px 10px 5px 3px;	
	float:Left;
}

.clear {
	clear:both;
}

.adminTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	
	
}

.TopStoryTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0a709f;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	width:370px;
	text-decoration:none;
}

.articleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
}

.fullStory {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0a709f;
	text-decoration:none;
	
}

.moreStories {
	color:#98be00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}

.moreArticlesSub{
	color:#565656;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

.month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	text-decoration:none;
}

.StoryTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0a709f;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}

.StoryTitleSM {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0a709f;
	font-weight:bold;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}


.loginText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}

.longLine {
	background-color:#dce8f3;
	height:1px;
	width:90%;
	
}
/* ---------------------------------------------------------  Sections   -------------------------------------------------------- */
.sectionCenter {
	background-image:url(images/pageImages/title_Bg_Center.jpg);
	background-repeat:no-repeat;
	width:203px;
	height:29px;
	margin:5px 5px 0px 0px;
	
}

.sectionLeft {
	background-image:url(images/pageImages/title_Bg_Left.jpg);
	background-repeat:no-repeat;
	width:383px;
	height:29px;
	margin:5px 5px 0px 0px;
}

.sectionLeftLong {
	background-image:url(images/pageImages/title_Bg_left_Long.jpg);
	background-repeat:no-repeat;
	width:493px;
	height:29px;
}
.sectionRight {
	background-image:url(images/pageImages/title_Bg_Long.jpg);
	background-repeat:no-repeat;
	width:322px;
	height:29px;
	margin:5px 5px 0px 0px;
}

.pagedOff {
	font-size:12px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

.pagedOn {
	font-size:16px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

/* ---------------------------------------------------------  Images   -------------------------------------------------------- */

.image {
	border:none;
	padding:5px 5px 5px 5px;
}

.imageOver {
	border:5px #069 solid;
}

