﻿body{
	margin: 5px auto;
	width: 786px;
	padding: 0;
	margin-left: auto; 	
	margin-right: auto; /* Center Body */
	background-image:url('images/backgroundMarble.jpg');
}

h1 {
	color: #0E3B66;
	font-size:22px;
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #31588A;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #000000;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

ul {
	list-style-image:url('images/arrow.gif');	
}

li {
	padding-left:6px; /* space between image and text */
	margin-left:-15px;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

a:hover {
	color: #0E3B66; text-decoration:none; border-bottom: solid #0E3B66; 
}

#container{
	width: 780px;
	margin-top: 10px;		
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

#masthead {
	background-image:url('images/WintersOnlineBanner.jpg');
  	background-repeat: no-repeat;
	height: 156px;
}

#content {
	background-color: #FFFFFF;	
}

#navBar{
	width: 780px;
	border-top: 3px solid #31588A;
	border-bottom: 3px solid #31588A;	
	top: 156px;
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 26px;
}

#navBar li{
	display: inline;
	list-style-type: none;
}
#navBar a {
	background-image: url(images/button.gif);
  	background-repeat: no-repeat;
	height: 20px;
	width: 130px;
	padding-top:4px;
	padding-bottom:4px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover{
background-image: url(images/buttonOn.gif);
border-bottom: none;
}

#but1{left: 0px;}
#but2{left: 130px;}
#but3{left: 260px;}
#but4{left: 390px;}
#but5{left: 520px;}
#but6{left: 650px;}

#leftColumn{
	margin-top: 30px;
	float: left;
	width: 188px;
	background-color:#CED8E4;
}

#rightColumn{
	width: 560px;
	margin-top: 40px;
	margin-right: 10px;
	float: right;
	overflow: hidden;
	background-color: #FFFFFF;	
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	padding-top: 15px;
	text-align:center;
	clear: both;
	background-color: #FFFFFF;
	position: relative;
}

.box {
	border: 3px solid #31588A;
	text-align:center;
	font-size: 12px;
	font-weight:bold;	
	font-family:"Century Schoolbook";
	color:#0E3B66;
	width:150px;
	margin-left: 10px;
	padding: 5px;
}

.box a:hover {
	border: 0;
	text-decoration:underline;
}

.subTitle {
	color: #31588A;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.Required {color: #FF0000}

.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0E3B66;
	font-style: normal;
}

.InputBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-top: 1px solid #0E3B66;
    border-bottom: 2px solid #0E3B66;
    border-left: 1px solid #0E3B66;
    border-right: 2px solid #0E3B66;
}

.Button {
    background:#0E3B66;
    color:#FFFFFF;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:10pt;
    font-variant:small-caps;
    font-weight:bold;
    border:2PX outset #c0c0c0;
    cursor:hand;
}

.Question {
	font-family:"Arial","sans-serif";
	color:#990000
}

.Signature {
	font-family: "Lucida Calligraphy";
	font-weight:bold;
	font-style:italic;
	color:#0E3B66;
}

.Caption {
	text-align:center; 
	font-size: 12px; 
	font-weight:bold; 
	font-family:"Century Schoolbook";
	color:#0E3B66;
}

