@charset "UTF-8";

body {
	margin: 0px;
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	background-image: url("../images/bkg_pattern.jpg");
	color: #000000;
}

img {
	border: 0;
}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 23px;
}

#header { 
	height: 135px; 
	padding: 0; 
}

#bannerLaunch {
	height: 473px;
}

#sidebar {
	float: left;
	text-align: right;
}

#left {
	float: left;
	width: 329px;
}

#mainContent {
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	width: 625px;
	padding-top: 30px;
}

#nav { 
	height: 23px; 
	background-color: #1c4ea5; 
	text-align: right; 
	padding: 0; 
}

#top {
	height: 23px;
	padding: 0;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	font-size: 10px;
	clear: both;
}
#copyright {
	float: left;
}

#links {
	margin-left: 580px;
	text-align: right;
}

.head {
	color: #000000;
	text-transform: none;
	font-size: 29pt;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 35pt;
}

.subhead {
	color: #000000;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}
.subhead2 {
	color: #5C3818;
	text-transform: uppercase;
	font-size: 10pt;
}

.callout {
	font-size: 25pt;
	color: #a3a60f;
	line-height: 30pt;
	text-align: right;
}

.caption {
	font-size: 9pt;
}

.captionTitle {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

a:link,a:visited {
	color:#006600;
	outline:none;
	text-decoration: underline;
}

a:hover,a:active {
	color:#A3A60F;
	text-decoration:none;
	outline:none;
}

.inputElement {
}

.inputElementErrorFlagged {
    background-color: #FFD0D0;
    border-color: red;
}

.errorMessage {
    color: red;
    font-size: 6pt;
}

.errorMessageLarge {
    color: red;
    font-size: 9pt;
}

p { 
line-height: 17px; 
}

#bodyCopy {
	padding-left: 40px;
	padding-right: 40px;
}

#bodyCopyAbout {
	padding-left: 0px;
	padding-right: 40px;
}
#photo_left { 
	float: left;
}
