@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #10495a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}

.content a:link, .content a:visited, .content a:active {
	color: #114b5c;
	font-weight: bold;
	text-decoration: none;
}

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

#container {
	width: 973px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	height: 91px;
}

.boxed {
	border: 1px solid #000;
	padding: 10px;
	background-color: #FFF6BF;
	margin-bottom: 5px;
}

.boxed_table {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-bottom: 5px;
}

.boxed_table tr th {
	padding: 5px;
	text-align: left;
	background-color: #104A5A;
	color: #fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.boxed_table tr td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #fff;
	padding: 3px;
}

#content_container {
	background-image: url(/images/content_bg_tile.gif);
	background-repeat: repeat-y;
}

#content {
	padding: 20px;
	padding-right: 100px;
	padding-top: 5px;
}

#content_cell {
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 498px;
	vertical-align: top;
}

#footer {

}

p {
	margin: 0;
	padding: 0;
	
	padding-bottom: 8px;
}

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

ul li {
	list-style: none;
	font-weight: bold;
}

ul li ul li {
	list-style: square;
	font-weight: normal;
}

.required {
	color: red;
	text-transform: uppercase;
}

.mytable {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.mytable tr td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.mytable tr th {
	background-color: #A7272B;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

.mytable2 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable2 tr td {
	border-bottom: 1px solid #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mytable2 tr.last td {
	border: none;
}

.mytable3 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable3 tr td.last {

}

.mytable2 tr.first td {
	/*border-top: 1px solid #cccccc;
	padding-top: 8px;*/
}

.mytable pre, .mytable2 pre {
	height: 100px;
	overflow: auto;
	width: 400px;
	margin: 0;
	padding: 0;
	padding: 5px;
	border: 1px solid #cccccc;
}

.mytable .noleft {
	border-left: none;
}

.mytable .noright {
	border-right: none;
}

.mytable .nobottom {
	border-bottom: none;
}

.mytable .notop {
	border-top: none;
}

.content h1 {
	color:#A7272B;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 5px;
	border-bottom: 1px solid #cccccc;
}

.content h3 {
	color:#104A5A;
	font-size:1.1em;
	font-weight:bold;
}

#topnav {
	background-color: #104A5A;
	color: #fff;
	height: 35px;
}

#topnav ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	padding: 10px;
	border-right: 1px solid #fff;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

#topnav a:visited, #topnav a:link, #topnav a:active {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover, #topnav #active {
	text-decoration: underline;
}