@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1F71c3;
	background-image:url(images/bg_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 707px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url('images/bg_fullpage.gif') repeat-y top left;
	overflow: hidden; 
}
#borderColumn {
	background: #86b1dd url('images/bg_side.jpg') no-repeat top left;	
}

#header {
	background: #FFFFFF;
	padding: 0 1px 0 1px;
	margin-left: 6px;
}
#footer {
	background: #86b1dd;
	margin-left: 1px;
}
#navsection {
	background: #1D405B;
	padding: 0 1px 10px 0;
	margin-left: 6px;
}

#pictgutter {
	float:left;
	margin-left: 6px;
	width:152px;
	/*padding: 0 1px;*/ 
}

#maincolumn {
	float:right;
	margin: 0;
	width: 542px;
	/*padding-left: 20px; */ 
}

#innercolumn {
	margin: 20px 225px 20px 0px;
}

.greybox{
	background: #DADADB  url('images/box_corner.gif') no-repeat top right;
	/*width:270px;*/
	padding:13px;
}

.greylinedbox{
	background: #F1F1F1;
	border: thin solid  #C6D1E8;
	/*width:270px;*/
	padding:13px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	height:1px;
	border-width:0;
	color:#CCCCCC;
	background-color:#CCCCCC;
}


.news {
	width:550px;
	background: #FFFFFF;
	margin:15px;
}

/* -----HOMEPAGE STYLES----- */

#HPcontainer {
	width: 706px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url('images/bg_homepage.jpg') repeat-y top left;
	overflow: hidden; 
}
#HPmainColumn {
	float:left;
	margin-left: 6px;
	width:486px;
	/*padding: 0 1px;*/ 
}

#newsColumn {
	float:right;
	margin: 0;
	width:208px;
}

#newsColumn .newstext{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#003366;
}

/* ---FONTS------------------------------------- */

.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#1a4683;
}
.copywrite {
	font: bold 11px Helvetica, Arial, sans-serif;
	color:#CCCCCC;
}
.bodytext{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

a {
	color:#0A4683;
}

.caption{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#6c6d6d;
}

label {
	font: bold 12px Helvetica, Arial, sans-serif;
	color:#1a4683;

}

