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

body {
	background: #fff;
	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 */
	font-family: Georgia, Times, serif;
	font-size: 14px;
}
body{behavior:url(/css/cssHoverFix.htc);}
#container {
	width: 960px;
	position: relative;
	text-align:left;
	visibility: visible;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

#backtotop {
	position:absolute;
	width:5px;
	height:5px;
	z-index:1;
	left: 0px;
	top: 0px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	padding-top: 15px;
}

/* @group ORANGE BORDER */

.orange #top {
	position:absolute;
	width:960px;
	height:62px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(/images/vcg/bars/bar-orange-top.gif);
}

.orange #contentarea {
	position:absolute;
	z-index:1;
	left:0px;
	top:62px;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/images/vcg/bars/bars-orange.gif) repeat-y;
}

.orange #footer {
	background-image: url(/images/vcg/bars/bar-orange-bottom.gif);
	padding-bottom: 30px;
}

/* @end */

/* @group BLUE BORDER */

.blue #top {
	position:absolute;
	width:960px;
	height:62px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(/images/vcg/bars/bar-blue-top.gif);
}

.blue #contentarea {
	position:absolute;
	z-index:1;
	left:0px;
	top:62px;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/images/vcg/bars/bars-blue.gif) repeat-y;
}

.blue #footer {
	background-image: url(/images/vcg/bars/bar-blue-bottom.gif);
	padding-bottom: 30px;
}

/* @end */

/* @group GREEN BORDER */

.green #top {
	position:absolute;
	width:960px;
	height:62px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(/images/vcg/bars/bar-green-top.gif);
}

.green #contentarea {
	position:absolute;
	z-index:1;
	left:0px;
	top:62px;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(/images/vcg/bars/bars-green.gif) repeat-y;
}

.green #footer {
	background-image: url(/images/vcg/bars/bar-green-bottom.gif);
	padding-bottom: 30px;
}

/* @end */

#leftcolumn {
	float: left;
	width:350px;
	z-index:3;
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;

	}

#rightcolumn {
	margin: 0 0 0 350px; /* the left margin creates the column */
	z-index:3;
	padding-right: 100px;
	padding-top: 15px;
	padding-bottom: 30px;
	overflow: visible;
}

#menu  {
	padding-left: 35px;
	padding-top: 245px;
	position: absolute;
	left: 0;
	z-index: 100;
}

#news {
	padding-right: 70px;
	padding-left: 90px;
	padding-top: 340px;
}

#news h1 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}



#news h2 {
	color: #00467f;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
	margin-bottom: 3px;
}

#news p {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-top: 0;
}

p, li {
	line-height: 20px;
	
}

#contentarea a {
	color: #00467f;
	text-decoration: none;
	border-bottom: 1px solid #00467f;
}
#contentarea a:link {
	color: #00467f;
	text-decoration: none;
	border-bottom: 1px solid #00467f;
}
#contentarea a:visited {
	color: #00467f;
	text-decoration: none;
	border-bottom: 1px solid #00467f;
}
#contentarea a:hover {
	color: #00467f;
	text-decoration: none;
	border-bottom: 1px solid #00467f;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #000;
	text-align:center;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}

#footer p {
	color: #000;
	font-weight: normal;
	font-style: normal;
}
#footer a {
	text-decoration: none;
	color: gray;
	border-bottom: 1px dotted #800000;
}

.border {
	border: 1px solid #800000; }

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}

.floatrightimg { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 3px solid #f90;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.orange h2 {
	color: #f90;
}

.green h2 {
	color: #547730;
}

.blue h2 {
	color: #0968a5;
}

div#qTip {
 padding: 9px;
 border: 0px solid #666;
 display: none;
 background: #d4d4d4;
 color: black;
 text-align: left;
 position: absolute;
 z-index: 1000;
	width: 220px;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

dfn {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	color: black;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
