﻿/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #CECECE;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	color: #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

/* links */
a	{
	text-decoration: underline;
	color: #ce2e19;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FC0000; 	 
}

/* headers */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 0;
	margin: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1 {
    font-size: 18px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 0;
	margin: 2px;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	color: #0f3f9f;
	font: bold regular Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
	padding: 0px;
	margin: 5px; 
}
.bluebold {
	color: #0f3f9f;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
}
.bold {
	font: bold small Verdana, Arial, Helvetica, sans-serif; 
}
.boldcenter {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.center {
	text-align: center;
}
ul, ol {
	margin-left: 3em;
	
}
ul span, ol span {
	margin-left: 3em;
}
ul li {
	margin: 0;
} 
ol li {
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
		
}

/* images */
img {
	border: none;
}
img.left {
	float: left;
	margin: 5px 10px 0 0;
}
img.right {
	float: right;
	margin: 5px 0 0 10px;
}


/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #EEEEEE;
	height:100px;
	display:block;
	color:#777777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCCCCC url(../buttonbg.gif) repeat-x left bottom; 
	color: #333333;/* color: #E78230; */
}

/*****************************
      LAYOUT 
******************************/
#content {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#121d38;
   width: 791px;  	
}

#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 791px;		
}

/* Header */
#header {
	position: relative;
	clear:left;
	width: 791px;
	height: 100px;
	margin: 0 auto;
	padding: 3px 0px 0 0px;
	background: #121d38 url(../images/nc_header.jpg) no-repeat;
}

/* Header > Logo */
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 97px;
}

/* Top Menu */
#topmenu {
	float: right;
}
#topmenu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	line-height: normal;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	padding: 0 10px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color : #FFFFFF;
}
#topmenu a:hover {
	text-decoration: underline;
	
}
#topmenu .first a {
	border: none;
}

/* Content > LeftSidebar */
#leftsidebar {
	float: left;
	width: 185px;
}

/* Content > Left Sidebar > Blue Background*/
#leftsidebarbluebkgrnd {
	margin: 5px;
	background-color: #121d38;
}
#leftsidebarbluebkgrnd ul {
	margin: 0;
	list-style: none;
}
#leftsidebarbluebkgrnd h2 {
	margin: 0px;
}
#leftsidebarbluebkgrnd h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#leftsidebarbluebkgrnd p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Content > Left Sidebar > Green Background*/
#leftsidebargreenbkgrnd {
	margin: 5px;
	background-color: #4D6862;
	color: #ffffff;
}
#leftsidebargreenbkgrnd a {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
#leftsidebargreenbkgrnd a:hover {
	text-decoration: underline;
	color: #FFFFA8;
	font-weight: bold;
}
#leftsidebargreenbkgrnd ul {
	margin: 0;
	list-style: none;
}
#leftsidebargreenbkgrnd h2 {
	margin: 0;
}
#leftsidebargreenbkgrnd h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#leftsidebargreenbkgrnd p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Content > Left Sidebar > LtBlue Background*/
#leftsidebarltbluebkgrnd {
	margin: 5px;
	background-color: #6D65A0;
	color: #ffffff;
}
#leftsidebarltbluebkgrnd a {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
#leftsidebarltbluebkgrnd a:hover {
	text-decoration: underline;
	color: #FFFFA8;
	font-weight: bold;
}
#leftsidebarltbluebkgrnd ul {
	margin: 0;
	list-style: none;
}
#leftsidebarltbluebkgrnd h2 {
	margin: 0;
}
#leftsidebarltbluebkgrnd h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#leftsidebarltbluebkgrnd p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Boxed Style Content For Left Colored Box Column*/
.boxlft {
	margin-bottom: 10px;
	padding: 1px 1px;
	background: #dcdde1;
	border: 1px solid #FFFFFF;
}
.boxlft .title {
	height: 34px;
	padding: 8px 3px 3px 5px;
	background: url(../images/nc_leftnav_headerbkgrndblue.jpg) repeat-x;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}
.boxlft .title2 {
	height: 34px;
	padding: 8px 3px 3px 5px;
	background: url(../images/nc_leftnav_headerbkgrndblue2.jpg) repeat-x;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}
.boxlft .content {
	padding: 3px;
}

/* Boxed Style Content For Left Navigation Column*/
.boxleft {
	margin-bottom: 10px;
	background: #67799e;
	border: 3px solid #FFFFFF;
}
.boxleft .titledate {
	height: 30px;
	padding: 6px 0px 0px 8px;
	background: url(../images/img02.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	color: #355379;
}
.boxleft .title {
	height: 28px;
	padding: 8px 0px 0px 8px;
	background: url(../images/nc_leftnav_headerbkgrnd.jpg) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	color: #355379;
}
.boxleft .title2 {
	height: 28px;
	padding: 8px 0px 0px 8px;
	background: url(../images/nc_leftnav_headerbkgrnd2.jpg) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	color: #355379;
}

.boxleft .content {
	padding: 5px;
}

/* Content > LeftSidebar > Menu */
#leftsidebarmenu {
	margin: 5px;
}
#leftsidebarmenu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftsidebarmenu li {
	
}
#leftsidebarmenu h4 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#leftsidebarmenu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color : #FFFFFF;
	text-transform:uppercase
}

* html body #leftsidebarmenu a { height: 18px; }/* LeftSidebar > Left Sidebar Menu Spacing Fix for IE*/

#leftsidebarmenu a:hover {
	background: #D7DDE4;
		color : #121d38;
}
#leftsidebarmenu .active a {
	color: #FFFFFF;
}

/* Content > LeftSidebar > Links */
#leftsidebarlinks {
	margin: 5px;
}
#leftsidebarlinks ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftsidebarlinks li {
	
}
#leftsidebarlinks h4 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#leftsidebarlinks a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color : #FFFFFF;
	text-transform:uppercase
}

* html body #leftsidebarlinks a { height: 18px; }/* LeftSidebar > Left Sidebar Links Menu Spacing Fix for IE*/

#leftsidebarlinks a:hover {
	background: #FFFF66;
		color : #121d38;
}
#leftsidebarlinks .active a {
	color: #FFFFFF;
}

/* Content > Main */
#main {
	float: left;
	width: 418px;
	padding: 5px 1px;
}
#main a {
}

/* Content > Main > Main Center Focus */
#maincenterfocus {
	background-color: #ffffff;
}

/* Content > Main > Main Center Content Background */
#maincenterbkgrnd{
	background-color: #ffffff;
}

.maincenterlist{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px dashed #005826;
	text-decoration: none;
	
}
.maincenterlist h2{
	text-transform: uppercase;
	color: #005826;
	font-weight: bold;
	
}

/* Content > RightSidebar */
#rightsidebar {
	float: right;
	width: 185px;
}
#rightsidebar a {
}

/* Content > Right Sidebar > Gray Background*/
#rtsidebargraybkgrnd {
	margin: 5px;
	background-color: #dcdde1;
}
#rtsidebargraybkgrnd ul {
	margin: 0;
	list-style: none;
}
#rtsidebargraybkgrnd h2 {
	margin: 0;
}
#rtsidebargraybkgrnd h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#rtsidebargraybkgrnd p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Boxed Style Content For Right Column*/
.boxrt {
	margin-bottom: 10px;
	padding: 1px 1px;
	background: #dcdde1;
	border: 1px solid #FFFFFF;
}
.boxrt .title {
	height: 34px;
	padding: 8px 3px 3px 5px;
	background: url(../images/nc_rtnav_headerbkgrnd.jpg) repeat-x;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}
.boxrt .title2 {
	height: 34px;
	padding: 8px 3px 3px 5px;
	background: url(../images/nc_rtnav_headerbkgrnd2.jpg) repeat-x;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}
.boxrt .content {
	padding: 3px;
}

/* Main Center Box */
.centerbox {
	margin-bottom: 5px;
	padding:0px;
	background: #ffffff;
	border: 1px solid #121d38;
}
.centerbox .titleblue {
	height: 36px;
	padding: 5px 3px 0px 3px;
	background: url(../images/nc_content_headerbkgrnd_blue.jpg) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
}
.centerbox .titleblue2 {
	height: 49px;
	padding: 5px 3px 0px 3px;
	background: url(../images/nc_content_headerbkgrnd_blue2.jpg) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
}
.centerbox .titlegreen {
	height: 36px;
	padding: 8px 3px 0px 3px;
	background: url(../images/nc_content_headerbkgrnd_grn.jpg) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
}
.centerbox .titlegreen2 {
	height: 49px;
	padding: 8px 3px 0px 5px;
	background: url(../images/nc_content_headerbkgrnd_grn2.jpg) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
}
.centerbox .titlegreenorangetext {
	height: 36px;
	padding: 8px 3px 0px 3px;
	background: url(../images/nc_content_headerbkgrnd_grn.jpg) no-repeat;
	color: #FF9900;
	text-transform: uppercase;
	font-size: 1em;
}
.centerbox .titlegreenorangetext2 {
	height: 49px;
	padding: 8px 3px 0px 5px;
	background: url(../images/nc_content_headerbkgrnd_grn2.jpg) no-repeat;
	color: #FF9900;
	text-transform: uppercase;
	font-size: 1em;
}



.story {
	margin: 8px;
	line-height: 120%;
}

/* Footer */
#footer {
	clear: both;
	width: 791px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #121d38;
}
#footer li {
	display: inline;
}
#footer ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	line-height: normal;
	font-size: x-small;
	text-align: center;
}
#footer a {
	padding: 0 10px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .first a {
	border: none;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.redcenterlarge {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.red {
	color: #ce2e19;
}
	
.yellow {
	color: yellow;
}