@charset "UTF-8";
body {
	background-color: #b8a0c8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	vertical-align: middle;
}

td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: "MS Serif", "New York", serif;
	background-color: #74388b;
	text-align: center;
    position:relative;
    margin-top: -25px;
	padding: 0px;
    font-size: 18px;
	height:40px;
    line-height:40px;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #ece8f2;
	height: 30px;
    width: 100%;
	border-width: 0 0 6px 0;
	border-color: #F39 #d3cdc1 #F39 #d3cdc1;
  	border-style: solid;
}

.nav p {
    text-align: center;
    position:relative;
    top:25%;
    margin-top: -15px;
    font-size: 14px;
    }

.navLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #ece8f2;
}

.footer {
  	background-color: #F39;
	text-align: center;
    position: relative;
	clear: both;
	padding: 0px;
    font-size: 12px;
	height:100px;
    line-height:30px;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

.box1 {
	border-width: 0 0 6px 0;
	border-color: #F39 #d3cdc1 #F39 #d3cdc1;
  	border-style: solid;
	}
	
.box2 {
	border-width: 0 0 0 0;
	border-color: #F39 #d3cdc1 #F39 #d3cdc1;
  	border-style: solid;
	align-content: center;
	}

.box3 {
    align-content: center;
    padding: 20px 50px 30px 90px;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

h1{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #74388b;
}

h2{
	vertical-align: middle;
	text-align: center;
	color: #009;
	font-weight: bold;
	font-style:italic;
	font-size: 18px;
}

h3{
	font-family: "MS Serif", "New York", serif;
	vertical-align: middle;
	text-align: center;
	color: #009;
	font-style:italic;
	font-size: 30px;
}

h4{
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
	font-weight:normal;
}

h5 {
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #FFF;
}

h6{
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
	font-size: 11px;
}

p {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #906;
	text-decoration: underline;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content-left {
	padding: 20px 50px 30px 90px;
	background-image: url(web-background3.jpg);
}
.fltrt {
	padding: 20px 50px 30px 90px;
	vertical-align: middle;
	float: right;
}
.content {
	padding: 20px 40px 60px 40px;
	align-content: center;
}
