/* Global Page Styles   
----------------------------------------------- */

body {
	margin: 0px;
	padding:  0;
	text-align:center;
	background: #ffffff;
}
tr, td, div, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 1.6;
}
div {
	padding:0;
	margin:0
}
/* Main Content Blocks
----------------------------------------------- */

#wrapper {
	width: 900px;
	text-align:left;
	margin: 0 auto;
}


#header {
	width: 900px;
}

#banner {
	width: 900px;
	height: 200px;
	overflow:hidden;
	white-space:nowrap;
	margin: 7px 0;
}

#content {
	width: 900px;
	background: url(images/bg_content.gif) no-repeat right bottom;
}

#content_l {
	width: 245px;
	float: left;
	padding: 10px 0;
	background:url(images/bg_side.jpg) top repeat-x;
	overflow:hidden;
}
#content_r {
	width: 600px;
	float:right;
	margin-right: 25px;
	display:inline;
	padding: 10px 0 20px 0;
}

#content_r img {
	margin: 7px;
}
/* Main Navigation Bar
----------------------------------------------- */


#main_menu {
	width: 200px;
	margin: 0 0 0 20px;
	overflow:hidden;
	padding: 0;
}

#main_menu li {
	list-style-type: none;
	list-style-image: none;
	background-image:none;
	width: 200px;
	overflow:hidden;
	padding: 0;
	margin:0;
}

#main_menu li a {
	display: block;
	color: #cc0033;
	text-decoration: none;
	padding-left: 25px;
	font-weight: 700;
	font-size: 12px;
	line-height: 36px;
	background: url(images/bg_nav.gif) left no-repeat;
}

#main_menu li a:hover {
	color: #ff0066;
	text-decoration: none;
}



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

#footer {
	width: 900px;
	padding: 10px 0;
	color: #6834cc;
	font-weight: 400;
	text-align: center;
	font-size: 10px;
	border-top: 3px solid #6834cc;
	line-height: 30px;
}
#footer a {
	color: #6834cc;
	text-decoration: none;
}
#footer a:hover {
	color: #330099;
	text-decoration: underline;
}
/* Generic Links
----------------------------------------------- */

a {
	color:  #6834cc;
	text-decoration: none;
}
a:hover {
	color: #ff0066;
	text-decoration: underline;
}
/* Heading Styles
----------------------------------------------- */

h1, #contactMessage H2, #NltListHeader {
	font-size: 22px;
	color:  #6834cc;
	font-weight: 400;
	line-height: 1.2;
	padding:0;
	margin:10px 0;
}
h2, #contactMessage {
	font-size: 16px;
	color:  #c52862;
	font-weight: 400;
	line-height: 1.2;
	padding:0;
	margin:10px 0;
}
h3 {
	font-size: 14px;
	color:  #c52862;
	font-weight: 400;
	line-height: 1.2;
	padding:0;
	margin:10px 0;
}

p {
	padding:0;
	margin:10px 0;
}
/* Forms
----------------------------------------------- */


/*Contact Form #ContactForm */
#input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.tdLeft,
.tdRight {
	border-bottom: 1px solid #eeeeee;
	padding: 4px 0;
}
label  {
	line-height: 1.2;
	color: #333333;
	font-size:11px;
}

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

#NewsDate {
	width:80px;
	text-align:right;
	float:right;
}
#NewsTitle {
	width: 470px;
	float:left;
}

#NewsTitle a {
	text-decoration:none!important;
}

#NewsOverview {
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
}
#NewsOverview a, #NewsOverview a:hover {
	color: #000000!important;
	text-decoration:none!important;
}
#NewsPreviewItem {
	padding-top:15px;
}
.clearBoth {
	clear: both;
	height: 1px;
	line-height: 1;
	overflow: hidden;
}

ul li {
	list-style-type: none;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	padding-left: 1em;
}
hr {
	height: 0px;
	border: 0px solid #1b3f95;
	border-top-width: 1px;
	display: block;
	margin: 15px 0;
}
img {
	border-width:0;
}

