@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #fdf6e0;
	text-align: center;
	color: #000;
}
a:link, a:active, a:visited {
	color: #002C5F;
	outline: none;
}
#container {
	width: auto;
	background: #fff url("../images/container_bg.gif") repeat-y 0 0;
	;
	text-align: left;
}
.title {
	text-transform: uppercase;
}
#header {
	background: #fdf6e0;
	padding: 10px;
	height: 105px;
}
#sidebar {
	float: left;
	width: 210px;
	background: #fdf6e0;
}
#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar ul {
	list-style: none;
	padding: 0 5px;
}
#sidebar a {
	width: 180px;
	display: block;
	padding: 4px 10px;
	background-color: #002C5F;
	margin: 1px 0;
	text-decoration: none;
	font: bold 12px "Trebuchet MS";
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sidebar a:hover {
	padding: 4px 8px 4px 12px;
	background-color: #001C5E;
}
#mainContent {
	margin: 0 0 0 220px;
	width: 600px;
	position: relative;
}
#mainContent h1 {
	font: normal 23px "Trebuchet MS";
	padding: 20px 0 0 0;
}
#mainContent p, #mainContent li {
	margin: 10px 0 10px;
	line-height: 17px;
}
#mainContent ul {
	list-style-type: square;
	margin-left: 20px;
}
#mainContent table {
	font-size: 11px;
	border: none;
	margin: 0;
}
#mainContent tr {
	padding: 2px;
}
#mainContent tr.colored {
	background: #fdf6e0;
}
#mainContent tr.colored td {
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}
#mainContent th {
	font-weight: bold;
	text-align: center;
	background: #002C5F;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
#mainContent td {
	font-weight: normal;
	text-align: center;
	padding: 3px 5px;
}
img.border {
	border: 1px solid #002C5F;
	padding: 2px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}
/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
#container-1 ul {
	right: 0;
	position: absolute;
	top: 10px;
}
#container-1 li {
	display: inline;
	font-size: 11px;
	color: #000;
}
#container-1 li a {
	color: #000;
	text-decoration: none;
}
#footer {
	padding: 0 10px;
	background:#fdf6e0;
}
#footer p {
	font-size: 11px;
	padding: 10px 0;
	text-align: left;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
	height:0;
	line-height: 0;
}
