/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #001437;
}

div#footer a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BB8525;
}

div#footer a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BB8525;
}

div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	text-align:center;
	line-height:1.7em;
	color:#BB8525;
	width: 600px;
	height:150px;
	margin-left:208px;
}

div#content_header {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	text-align:center;
	color:#001437;
}

p,
ul,
li,
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	/*Original text color */
	/* color:#8f6a0e; */
	/*New text color */
	color: #82600d;
}

p {
	line-height: 1.4em;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	line-height: 1.5em;
}

ol li.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0E2353;
	margin-bottom: 0;
}

ol li p.answer {
	margin-top: 0;
}

blockquote {
	font-size: 10px;
	font-style: italic;
	margin-top: 0.5em;
}

div.blockquote_b {
	font-family: "Times New Roman", Times, serif;
	align: center;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color:#8f6a0e;
}

p a:link,
ul li a:link {
	color: #0E2353;
}

p a:hover,
ul li a:hover {
	color: #0033CC;
	
}

p a:visited,
ul li a:visited {
	color: #0E2353;
}

div#content_navBar {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	text-align:center;
	color:#001437;
}

div#team_webaddress{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	/*Original text color */
	/* color:#8f6a0e; */
	/*New text color */
	color: #82600d;
}

div#page_container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/basic_page/background_updatedBlue.jpg) top left repeat-y;
}

div#content_container {
	width: 955px;
	margin: 0 0 0 0;
	margin-left:40px;
	padding-top: 2em;
	background: url(../images/basic_page/background_updatedBlue.jpg) top left repeat-y;
}

table#content_masthead {
	border: solid 7px #0E2353;
}

table#content_body_container {
	border: solid 7px #0E2353;
}

table#content_body_container p.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #8f6a0e;
	text-align:left;	
}

table#content_body_container p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f6a0e;
	text-align:right;	
}

table#content_body_container p.text_checkBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f6a0e;
	text-align:center;	
}

div.elevation_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8f6a0e;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* Contact Form */
div#form {
	position:relative;
	width:560px;
	left:0px;
	top:0px;
}
div#buttons {
	position:relative;
	width:220px;
	height:25px;
	left:335px;
	top:5px;
}

input { 
background-color:#FFFFFF
} 