﻿/* CSS layout */
body {
	text-align: center;
	margin:10px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	background-image: url('../images/grad.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
.breakline {
	width: 100%;
	height: 31px;
	background-image: url('../images/div.gif');
	background-repeat: repeat-x;
	margin-top: 10px;
	font-size: 1px;
	background-position: left center;
	text-align: center;
	margin-bottom: 10px;
}
a:link {
	color: #9d0000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #9d0000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #9d0000;
	text-decoration: none;
	font-weight: normal;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border: 1px #0f73a5 solid;
}
.leftcol {
	width: 455px;
	padding: 20px;
	text-align:left;
}
.rightcol {
	width: 455px;
	padding: 20px;
	text-align:left;
}
#content {
	width: 900px;
}
#nav {
	width: 900px;
	height: 27px;
	background-color: #000000;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	width: 900px;
	height: 110px;
	position:relative;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#logo
{
	position:absolute;
	top:20px;
	left:20px;
	width: 854px;
}
#footer {
	color: #333;
	font-size: 10px;
	height: 54px;
	padding-top: 10px;
	text-align: center;
}
#footer a:link {
	color: #9d0000;
}
#footer a:visited {
	color: #9d0000;
}
#footer a:hover {
	color: #9d0000;
	text-decoration: none;
}

.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR:#278BBF;
}
h1
{
	font-size:24px;
	color:#1079AD;
	margin-top:0px;
}
.image {
	border-width: 0px;
	float:right;
}
.box {
	background-color:#FFFFFF;
	border: 1px #0f73a5 solid;
}

