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


/* GLOBAL STYLES
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #bdccd4 url(../img/body_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/container_bg.jpg) no-repeat;
}

#header {
	height: 122px;
}

#wrapper {
	clear: left;
	background: url(../img/wrapper_bg.jpg) repeat-y;
	padding: 20px 40px;
}

#leftcol {
	float: left;
	width: 480px;
}

#rightcol {
	float: right;
	width: 160px;
	min-height: 340px;
	padding-left: 20px;
	background: url(../img/rightcol_bg.jpg) no-repeat;
}

#contentleft{
	width:47%; 
	float:left; 
}
#contentright{
	width:47%; 
	float:right; 	
}

#footer {
	clear: both;
	width: 680px;
	height: 35px;
	padding: 10px 40px 0 40px;
	background: url(../img/footer_bg.jpg) no-repeat;
	text-align: center;
	font-size: 11px;
}

.mainimg {
	float: left;
}

.clearfloat {
	clear: both;
	height: 1px;
}

.item {
	background: url(../img/item_bg.gif) repeat-x;
	padding-top: 10px;
}

.scroller {
	background: url(../img/item_bg.gif) repeat-x;
	padding: 10px;
	background-color: #eee;
}
#NewsScroller{
width: 155px;
height: 100px;
color:#003479;
}
#NewsScroller a{
font-weight:bolder;
color:#003479;
}

/* TEXT STYLES
-----------------------------------------------------------------------------*/

h2, h3, p, ul, ol, table {
	margin-bottom: 9px;
}

h1 {
	font-size: 24px;
	color: #003479;
	margin-bottom: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #99c4d2;
}

h3 {
	font-size: 12px;
}

h3.index_heading{
	font-family:arial, sans_serif;
	font-size:15px;
	font-weight:bold;
	/*padding-left:35px;*/
	color:#003d7c;
}

h3.index_subheading{
	font-family:arial, sans_serif;
	font-size:18px;
	font-weight:bold;
	/*padding-left:85px;*/
	color:#6c6c6c;
	/*width:400px;*/
}

p.intro {
	font-size: 17px;
	line-height: 23px;
	color: #003479;
}

a {
	text-decoration: none;
	color: #003479;
}

a:hover {
	text-decoration: underline;
}

#rightcol .item p {
	font-size: 15px;
}

#rightcol .item p a {
	display: block;
	background: url(../img/item_p_a_bg.gif) no-repeat left 3px;
	padding-left: 10px;
	color: #003479;
	text-decoration: none;
}

#rightcol .item p a:hover {
	color: #3b86c4;
}

#rightcol .scroller p a {
	display: block;
	background: url(../img/scroller_p_a_bg.gif) no-repeat left 3px;
	padding-left: 10px;
	color: #666;
	text-decoration: none;
}

#rightcol .scroller p a:hover {
	color: #999;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}

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

#footer a:hover {
	color: #666;
}
/* Added by Eden */
.LeftHalf {
	width: 220px;
	clear: none;
	float: left;
	padding-right:10px;
	padding-left:5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003366;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #003366;
}
.RightHalf {
	width: 220px;
	float: right;
	padding-right:5px;
	padding-left:10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #003366;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003366;
}.FormBoxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

