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

*{
margin: -2;
padding: 0;
}

body {
	background: #102438 url("bc2.jpg") repeat-y center 0px;
	background-attachment:fixed;
	background-repeat: no-repeat;

	
}

A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: blue}
A:active {text-decoration: none; color: blue}
A:hover {text-decoration: underline; color: red; font-weight:bold;}

h2 {
	line-height:155%;

}

#tablebg {
	background: #102438 url(cNHeader.jpg) no-repeat center;
	height: 242px;
	width: 1000px;
}

#homepage-link {
		float: left;
		display: block;
		width: 100px;
		height: 115px;
	}
	
#homepage-link span { display: none; }

#navigation {
	float:left;
	width:1000px;
	background:#212d49;
	line-height:normal;
}

#navigation ul {
	padding:0px 0px 0px 58px; /* last digit positions the navbar */
	margin:0px;
	list-style:none;
	font:13px Tahoma;
	font-weight:bold;
}

#navigation ul li ul {
	background:#9E978D; /* bgcolor for mouse over dropdown */
	padding:0px;
	left:2px; 
	margin-left:-1px;
	margin-top:0px;
	margin-top:25px;
	border-top:none;
	border-left:none;
	width:173px;
	display:none;
	position:absolute;
	list-style:none;
	z-index: 2;
}

#navigation li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 2;
}

#navigation li ul li {
	position:relative;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	line-height:10px;
	z-index: 2;
}

#navigation li a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0px 0px 0px 4px;
	text-decoration:none;
}

#navigation a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#F3D823;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
      color:#FFF;
      }
    #navigation a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }

#navigation li:hover ul, #navigation li.over ul {display: block;}
#navigation li ul li a 		{display:block;background:none;position:relative;color:#272C3A;text-decoration:none;width:155px;width:156px !important;padding:0px 7px 0px 10px !important;line-height:22px;}
#navigation li ul li a:hover{text-decoration:none;background:#40465F;color:#FFFFFF;}

#header {
	font-size:11px
}


#header ul {
	padding-right:	0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 0px 0px 8px; /* Position of the Naviagation ()*/
	padding-top: 0px;
}

#header ul li {
	border-right: #547ecb 1px solid; /* #547ecb */
	padding-right: 1px; 
	border-top: #547ecb 1px solid;
	padding-left: 1px;
	filter: alpha(opacity=75);
	float: left;
	padding-bottom: 1px;
	text-transform: uppercase;
	border-left: #547ecb 1px solid;
	margin-right: 10px; /* Space between Navigation */
	padding-top: 1px;
	border-bottom: #547ecb 1px solid;
	list-style-type: none;
	opacity: 0.75;
	moz-opacity: 0.75;
	z-index: 2;
}

#header ul li a {
	padding-right: 15px;
	display: block;
	padding-left: 15px;
	background: #506588; 
	font-size: small;
	filter: alpha(opacity=100);
	padding-bottom: 5px;
	color: #fff;
	padding-top: 5px;
	text-decoration: none;
	opacity: 1;
	moz-opacity: 1
	z-index: 2;
}

#header ul li a:hover {
	color: #002142;
}

#container {
	background: #FFFFFF;
	font-size:13pt;
	font: Calibri, Arial, Helvetica, sans-serif, serif;
	padding:0px 35px 0px 35px;
}

.tablebg {
	background: #FFFFFF;
}

.tablefont {
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:oblique;
}

.tableheadings {
	text-align:center;
}

.tablecontentfonts {
	font-size: 15px;
	text-align: left;
	padding-left: 8px;
	line-height: 24px;
}

.tablecontentfonts2 {
	font-size: 15px;
	text-align:center;
}

.tablecontentfonts3 {
	font-size:15px;
	list-style:disc;
	line-height:125%;
}

#leftcal {
	margin-top: 5px;
	width: 48%;
	float: left;
	text-align:center;
	overflow: hidden; 
	word-wrap: break-word;
}

#righttwl {
	margin-top: 5px;
	width: 48%;
	float: right;
	text-align:center;
	overflow: hidden; 
	word-wrap: break-word;
}

.navbgcolor {
	background:#102438;
}

#tablecenter {
	margin-left: auto;
	margin-right: auto;	
}
	


#footer {
	background: #FFFFFF url(none.jpg) no-repeat;
	text-align: right;
	padding-right: 20px;
	font:14px Tahoma;
	position: relative;
	overflow:auto;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}
