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

body  {
	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: #2350A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1, h2, p   {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B99;
	font-size: 14px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
	outline: none;
}
#maincontent p, a {
	color: #FFFFFF;
}
#container {
	width: 665px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#row {
	margin-bottom: 10px;
	height: 174px;
	position: relative;
}
#col1 {
	height: 174px;
	width: 215px;
	position: absolute;
}
#col2 {
	height: 174px;
	width: 215px;
	position: absolute;
	left: 225px;
}
#col3 {
	height: 174px;
	width: 215px;
	position: absolute;
	left: 450px;
}
#col4 {
	height: 174px;
	width: 215px;
	position: absolute;
	left: 450px;
	margin-top: 184px;
	background-image: url(../images/redblock.png);
	background-repeat: no-repeat;
}
#col3 img {
	margin-bottom: 10px;
}
.main-bgr {
}
.main-top {
	background-image: url(../images/mainblock-top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 440px;
}
.main-bottom {
	background-image: url(../images/mainblock-bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 440px;
}

#maincontent {
	width: 419px;
	left: 0px;
	position: relative;
	padding: 10px;
	min-height: 144px;
	background-image: url(../images/mainblock-body.png);
	background-repeat: repeat-y;
}
*html #maincontent {
	height: 144px;
	padding: 10;
	margin-top: -10px;
}

.redblock ul, .blueblock ul {
	padding-right: 10px;
	padding-left: 25px;
}
*html  .redblock  ul, *html .blueblock ul {
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 25px;
}
#contentrow {
	position: relative;
	min-height: 174px;
	margin-bottom: 10px;
}
#contentrow img {
}
*html #contentrow {
	margin-bottom: 0px;
	padding: 0;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.redblock {
	background-image: url(../images/redblock.png);
	background-repeat: no-repeat;
}
.controls {
	margin-left: 10px;
	margin-top: 10px;
}

.blueblock {
	background-image: url(../images/blueblock.png);
	background-repeat: no-repeat;
}
#overlay {
	background-repeat: repeat;
	background-image: url(../images/overlay.png);
	position: absolute;
	top: 0px;
	z-index: 99;
	left: 0px;
	width: 195px;
	padding: 10px;
}
#overlay a:link, #overlay a:visited {
	color: #004B99;
	text-decoration: none;
}
#overlay a:hover, #overlay a:active {
	color: #004B99;
	text-decoration: none;
}
.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* menu styling */
#menu {
}
#menu ul {
}
#menu a:link, #menu a:visited {
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
}

