﻿@charset "utf-8";


/* Layout Formatting
--------------------------------------------*/
a {
     color: #F8E1BF;
     text-decoration:underline;
}
a:hover {
     text-decoration:none;
}
a:visited {
     color: #F8E1BF;
}

body {
	background: #999 url("../images/bodyBG.gif") repeat-x;
}

#custom-doc 
{
	width:72.077em;
	*width:70.277em;
	margin: 0 auto;
	background: url("../images/dropshaddowhome.jpg") no-repeat;
}

#page {
	width: 867px;
	margin-left: 25px;
}

#hd {
	background-color: #FFF;
	height: 132px;
}

#banner {
	background: url("../images/mainBanner.jpg") no-repeat;
	height: 287px;
}

#content {
	background-color: #0C2446;
	text-align:left;
}

#contentBottom {
	background: url("../images/roundedBottomHome.gif") no-repeat bottom;
	height: 30px;
	clear: both;
}

.homeColumnOne {
	float: left;
	width: 241px;
	margin-top: 20px;
	padding: 0 30px;
}

.homeColumnTwo {
	float: left;
	width: 241px;
	border-right: 1px dotted #F8E1BF;
	border-left: 1px dotted #F8E1BF;
	margin-top: 20px;
	padding: 0 30px;
}


#homeFormColumn {
	float: left;
	width: 181px;
	margin-top: 20px;
	padding:0 15px 0 30px;
}

.formColumn {
	width: 215px;
	float: left;
}

/* Content Formatting
--------------------------------------------*/

#mainContent h1 {
	padding: 5px 0 0 0;
	font-size: 1.2em;
	color: #F8E1BF;
	height: 17px;
}

#mainContent  p {
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	height: 4px;
}

/* Home News & Intro Paragraph
-------------------------------------------------*/
.storyLink {
	display: block;
	height: 15px;
	text-align: right;
}

.storyLink a {
	color: #95C1FF;
	font-size: 0.9em;
	font-weight: bold;
}
.storyLink a:hover {
	text-decoration: none;
}

.homeArticle2 {
	margin-top: 20px;
	padding: 10px 0 15px;
	color: #FFF;
	border-top: 1px dotted #F8E1BF;
	clear: both;
}

/* Home Form Elements
-------------------------------------------------*/
.formColumn p {
	margin-top: 10px;
	color: #F8E1BF;
	font: bold .9em;
}

.formColumn input {
	background-color: #fff;
	border: 1px solid #000;
	height: 20px;
}

.formColumn input.loginSubmit {
	color: #0C2446;
	background-color: #F8E1BF ;
	float: right;
	margin: 10px 35px 0 0;
	font-size:.9em;
	font-weight:bold;
	height: 23px;
	width: 60px;
	border: 1px solid #fff;
	padding-left: 2px;
	cursor:pointer;
}

.inputField {
	width: 179px;
}

h2.seminarTitle
{
	font-size: 14px;
	color: #ffffff;
}

ul.seminarFeatures
{
	list-style-type: none;
	margin-bottom: 12px;
}

ul.seminarFeatures li
{
	margin-bottom: 6px;
}

