body, p, div, table, ul, li, tr, td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

body, table {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
}

a {
	color:#2862AB;
	text-decoration:none;
}

a img { border:none; }

p {
	margin:.4em 0 .8em 0;
	padding:0;
	line-height: 1.5em;
}

#content { margin-top:20px; }

#content:after { clear:both; }

/* Header styles */
#header {
	height:184px;
	border-bottom:1px solid #ccc;
	background-image:url(header.jpg);
	background-repeat: no-repeat;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header h1 {
	display: none;
}

#centerColumn h1 {
	font-size: 13pt;
	font-weight: bold;
	
	/*border-bottom:5px solid #f5f5f5;*/
}

#centerColumn h2 {
	font-size: 11pt;
	font-weight: bold;
}

#horizontalMenu {
	height:24px;
}

#horizontalMenu:after {
	clear:both;
}

#horizontalMenu ul {
	list-style:none;
	margin:2px 0px;
	padding:0px;
}

#horizontalMenu ul li {
	display:inline;
	list-style:none;
	padding:0;
	float:right;
	margin:0 0 0 1px;
}

#horizontalMenu ul li a, #horizontalMenu ul li span {
	display:block;
	padding:3px 2px;
	text-align:center;
	background:#fff;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
}

#horizontalMenu ul li a:hover {
	color:inherit;
}

#horizontalMenu ul li a.active {
	color:#880000;
	font-weight:bold;
}

#centerColumn .csc-header h1, #centerColumn h1 {
	color:#880000;
}

#centerColumn .news-list-item h2 {
	border-bottom:5px solid #f5f5f5;
}

#centerColumn .news-list-item h2 a  {
	color:#880000;
}

#centerColumn .first-column {
	color:#880000;
	font-weight:bold;
	width:240px;
}

#centerColumn p {
	line-height:1.4em;
	margin-bottom:0.5em;
}

#horizontalMenu ul li a span {
}

#horizontalMenu:after {
	clear:both;
}

/** Right Column Styles **/
#rightColumn * { font-size:1em; }
#rightColumn img { width:220px; height:auto; }
#rightColumn h1 { border-bottom:1px solid #666; margin:10px 0 2px 0; }
#rightColumn .csc-firstHeader { margin-top:0px; }
#rightColumn div {margin:0px; padding:0px;}
#rightColumn table { font-size:0.9em }

/* Footer styles */
.footer {
	display:none;
}

.footer h2 {
	font-size:1.1em;
	border-bottom:1px solid #666;	
	margin-top:30px;
	margin-bottom:4px;
}

.footer h3 {
	font-size:0.9em;
	margin-top:0;
	margin-bottom:4px;
}

/* Main Navigation (Left) */

.news-header-list-container {
	padding-top:4px;
	padding-bottom: 8px;
}

.menu_1 div {
	padding-top:4px;
	padding-bottom: 4px;
}

.menu1-level1-no a, .menu1-level1-act a, .menu1-level2-no a, .menu1-level2-act a {
	padding-left:20px;
	line-height:1.5em;
}


.menu1-level1-act a, menu1-level2-act a, .menu1-level2-act a  {
	color:#880000;
}

.menu1-level2-no a, .menu1-level2-act a {
	padding-left:0px;
	font-size:0.9em;
	line-height:1.2em;
}

.menu1-level1-no a:hover, .menu1-level1-act a:hover, .menu1-level2-no a:hover, .menu1-level2-act a:hover {
	color:inherit;
	background-color:inherit;
}

.menu1-level2-no, .menu1-level2-act {
	margin-left:35px;
	margin-top:5px;
	margin-bottom:5px;
}

.has-subpage a {
	background:transparent url(bullet.png) center left no-repeat;
}

.menu1-level1-act a {
	background:transparent url(bullet-down.png) center left no-repeat;
}

.no-subpage a {
	background-image:none;
}

.csc-firstHeader {
	margin-bottom: 20px;
}

.bodytext {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#horizontalMenu ul li a[href $= "?id=37"], #horizontalMenu ul li a[href $= "?id=38"]{
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:18px;
	background-color:transparent;
	color:#2862AB;
}

#horizontalMenu ul li a[href $= "?id=37"]:hover, #horizontalMenu ul li a[href $= "?id=38"]:hover {
	color:inherit;
}

#horizontalMenu ul li a[href $= "?id=37"] {
	background-image:url(facebook.png);
}
#horizontalMenu ul li a[href $= "?id=38"] {
	background-image:url(twitter.png);
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left:0px;
}

.container_12 .special_grid_6{
    width:460px;
}

.formattedTable td {
	border-top:1px solid #ddd;
	line-height:1.5em;
}

.formattedTable span {
	font-weight:bold;
	color:#333;
}

#content h2 {
	border-bottom:1px solid #666;
}

#content h3 {
	font-size:1em;
	margin-top:0.8em;
	margin-bottom:0.5em;
}

#content .portrait {
	background-color:#eee;
}

.onlyDisplayOnHomePage {
	display:none;
}

.news-single-rightbox {
	width:220px;
	font-size:0.9em;
	color:#555;
}

/** Form Related Styles **/

#centerColumn form {
	padding:10px 5px 10px 5px;
}

#centerColumn form fieldset {
	border-style:none;
}

.csc-mailform-field {
	background-color:#f6f6f6;
	min-height:30px;
	line-height:25px;
	padding:5px;
	margin-bottom:2px;
}

.csc-mailform-field label {
	display:block;
	width:200px;
	margin-right:20px;
	float:left;
	clear:left;
	min-height:25px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:0.9em;
	line-height:30px;
}


.csc-mailform-field input, .csc-mailform-field textarea {
	display:block;
	width:410px;
	margin-right:20px;
	min-height:25px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1em;
}

.csc-mailform-field .csc-mailform-submit {
	float:right;
	width:120px;
	min-height:25px;
}

/** New red logo below navigation **/
.small_logo {
	margin-top:15px;
}