body {
	color: #003366;
	background-color: white;
	margin: 0;
}

body, div, p, td, th, li, dd, dl, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, li, dd, dl, dt {
	color : #003366;
	font-size : 12px;
	background-color : transparent;
}

p {
	line-height: 1.5em;
}

td, th {
	font-size : 12px;
}

h1 {
	color: white;
	background-color: #6699ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 0;
}

h1.land {
	color: white;
	background-color: #cc9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 0;
}

h2 {
	position: relative;
	color: #39c;
	font-size: 1.8em;
	font-weight: normal;
	margin: 8px 0 5px 0;
}

h3 {
	font-size: 14px;
}

.caption  {
	color : #003366;
	background-color : transparent;
	font-size : 10px;
}
.list1 {
	list-style-type: lower-alpha;
}

/* - Button Style - */
a.button:link,
a.button:active,
a.button:visited,
a.button:hover {
	color: #fff;
	font-size: 0.95em;
	background: #4f7bcf;
	padding: 4px 6px;
	text-decoration: none;
}

#current_launch_webcast .button {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 4px 8px;
}

/* - News Listing - */
#news_list {
	width: 576px;
	margin-left: 40px;
}

#news_list table div {
	clear: both;
	width: 576px;
}

#news_nav {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

#news_nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}

/* - Contact Us Form - */
.required {
	color: #c00;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

#hello .error {
font-size: 11px;
color: #c00;
display: block;
margin: 3px 0 0 0;
}

#errorMsg {
/*background: #ffeeee;*/
border: 1px solid #c00;
overflow: hidden;
display: block;
margin: 0 0 7px 0;
}

#errorMsg h3,
#errorMsg dt {
font-size: 13px;
margin: 10px;
}

#errorMsg dd {
margin: 0;
padding: 0;
}

#errorMsg ol {
margin: 0 20px 10px 20px;
}

#errorMsg ol li {
list-style-position: inside;
margin: 0 0 5px 0;
}

#errorMsg ol li a,
#errorMsg ol li a:link,
#errorMsg ol li a:active,
#errorMsg ol li a:visited,
#errorMsg ol li a:hover {
color: #c00;
border-bottom: 1px dotted #c00;
text-decoration: none;
}


table.form-table td {
	padding: 6px;
}

table.form-table .altrow td {
	background: #efefef;
	border-top: 1px solid #ccc;
}

table.form-table td.key {
	width: 120px;
}

table.form-table td#submitRow {
	background: #ccc;
	border-top: 1px solid #999;
	text-align: center;
}

table.form-table td#submitRow input {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: #0461a6;
	border: 1px solid #034373;
}

table.form-table .formHint {
	font-size: 0.9em;
	font-style: italic;
}

table.form-table label {
	font-weight: bold;
}

table.form-table input.textInput {
	border: 1px solid #ccc;
}

a.enlarge {
	position: relative;
	display: block;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 90%;
}

a.enlarge span {
	display: block;
	height: 24px;
	width: 90px;
	line-height: 24px;
	position: absolute;
	bottom: 10px;
	left: 14px;
	padding: 5px 7px;
	color: #fff;
	text-decoration: none;
	background: rgba(35,90,195,0.8);
	-moz-box-shadow: 0 0 5px 0 #020929;
	-webkit-box-shadow: 0 0 5px 0 #020929;
	box-shadow: 0 0 5px 0 #020929;
}


.current_note {
	position: relative;
	display: block;
	width: 90%;
	line-height: 24px;
	padding: 5px 7px;
	background: rgba(35,90,195,0.8);
	-moz-box-shadow: 0 0 5px 0 #020929;
	-webkit-box-shadow: 0 0 5px 0 #020929;
	box-shadow: 0 0 5px 0 #020929;
	padding:15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 10px auto;
}

.current_note p,
.current_note h2 {
	color: #fff;
}

.current_note h2 {
	border-top: 1px dotted #0625B0;
	border-bottom: 1px dotted #0625B0;
	padding:10px 5px;
}

/* --- Sub Menu --- */
ul.submenu {
	margin: 0 2px 4px 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

ul.submenu li {
	margin: 0 0 3px 0;
	padding: 0;
}

ul.submenu a:link,
ul.submenu a:visited,
ul.submenu a:active {
	color: #fff;
	font-size: 0.75em;
}

ul.submenu a:hover {
	color: yellow;
	font-style: italic;
}

/* --- Launch Banner --- */
#launch_banner {
	/*margin-bottom: 5px;*/
}

#home #launch_banner {
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 8999;
}

.subnav {border-top:1px solid#c0c0c0; width:80%;}
.subnav td {text-align:right; border-right:1px solid #c0c0c0; padding-right:7px; font-size:10px;}

.subnav h2 {color:#0f3f6f; font-size: 14px; text-decoration: underline;}

.subnav a,
.subnav a:link,
.subnav a:visited,
.subnav a:active,
.subnav a:hover { color:#0f3f6f;text-decoration:none; display: block; padding: 2px;}

.subnav a:hover { text-decoration:underline; }














