/* Global Page Styles   

----------------------------------------------- */

body {
	margin: 0px;
	padding:  0px;
	text-align:center;
	background: url(images/bg.jpg) top repeat-x #FFFFFF;
}

tr, td, div, body {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: 400;
	line-height: 1.7;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding-top:10px;
}

#header {
	width: 970px;
	height:290px;
}

#content {
	width: 900px;
	margin: 0 35px;
}

#left {
	width: 570px;
	float: left;
}

#right {
	width: 280px;
	float: right;
	padding-top: 40px;
}

.clearBoth {
	clear:both;
	line-height:1px;
	height:1px;
	overflow:hidden;
}

/* Main Navigation Bar
----------------------------------------------- */

#nav {
	width: 970px;
	height:20px;
	text-align:right;
}
#nav ul {
	margin:0;
	padding:0;
	text-align:right;
}
#nav ul li {
	list-style-type: none;
	list-style-image: none;
	background-image:none;
	padding: 0;
	margin:0;
	display: inline;
	
}
#nav ul li a {
	text-decoration: none;
	color: #006699;
	font-size:13px;
	font-weight: 700;
	padding: 0 25px;
	line-height: 20px;
	text-transform:uppercase;
	background:url(images/arrow.gif) left center no-repeat;
}

#nav ul li a:hover {
	color: #003366;
	text-decoration: none;
}


/* Footer
----------------------------------------------- */

#footer {
	width: 950px;
	margin: 25px 10px;
	height:50px;
	line-height:50px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	font-size:10px;
	background:url(images/bg_footer.gif) no-repeat;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#web {
	width: 970px;
	padding: 20px 0;
	text-align:center;
}

#web a {
	color: #dddddd;
}

/* Generic Links
----------------------------------------------- */

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Heading Styles
----------------------------------------------- */

h1,  #contactMessage H2,  #NltListHeader {
	font-size: 30px;
	color:  #006699;
	font-weight: 400;
	padding-top:0;
	margin-top:0;
	line-height:1.2;
}

h2,  #contactMessage {
	font-size: 20px;
	color:  #006699;
	font-weight: 400;
	line-height:1.3;
}

h3 {
	font-size: 18px;
	color:  #006699;
	font-weight: 700;
	font-style:italic;
	line-height:1.4;
}

H4, H5, H6 {
	font-size: 17px;
	color:  #006699;
	font-weight: 400;
	line-height:1.4;
}



/* Forms
----------------------------------------------- */
/*Contact Form #ContactForm */

.tdLeft,
.tdLeft {
	line-height:1.2;
	white-space:nowrap;
	padding: 3px 10px 3px 0;
}

#contact_message {
	width:300px;
	height:100px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.contactIncorrect {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}
#ct9c td {
	font-weight: bold;
	color: #FF0000;
	padding:10px;
}
#ContactForm table td {
	padding:0;
}
#contactMessage {
	padding-bottom: 140px;
}
#aMessage {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom:25px;
	margin-top:1px;
	border: 1px solid #FF9900;
}
form {
	margin: 0px;
	padding: 0px;
}
.blueBox {
	background-color: #7a92d0;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	padding: 10px;
}
.blueBox a {
	color: #FFFFFF;
	text-decoration: none;
}
.blueBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Generic
----------------------------------------------- */
#NewsDate {
	width: 150px;
	text-align:right;
	float:right;
}
#NewsTitle {
	width: 700px;
	float:left;
}
#NewsOverview {
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
}
#NewsPreviewItem {
	padding-top:15px;
}
.clearBoth {
	clear: both;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}

hr {
	height: 0px;
	border: 0px solid #1b3f95;
	border-top-width: 1px;
	display: block;
	margin: 15px 0;
}
img {
	border-width:0;
}
.sitemap {
	font-size:9px;
	line-height: 1;
	color: #eeeeee;
}

