* {
	margin: 0;
	padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS";
	text-align: center;
	color: black;
	background-color: #244b66;
}

#main {
	margin: 0 auto;
	width: 43em;
	text-align: left;
	background-color: white;
}

#topBanner {
	position: relative;
	height: 7em;
	background-color: black;
}

#topLeft {
	float: left;
	width: 22%;
	height: 100%;
	background: url(/media/images/logo.jpg) black no-repeat 1.5em center;
	border-bottom: solid 0.5em #697f8c;
}

#topRight {
	float: left;
	width: 78%;
	height: 100%;
	background-color: black;
	border-bottom: solid 0.5em #adcd6c;
}

#bottomBanner {
	position: relative;
	height: 1em;
	border-top: solid 0.5em #adcd6c;
	background-color: black;
}

#bottomLeft {
	float: left;
	position: absolute;
	top: -0.5em;
	width: 22%;
	height: 100%;
	height: 0;
	border-top: solid 0.5em #00acec;
}

#left {
	float: left;
	width: 22%;
	background-color: #697f8c;
	border-top: solid 0.5em black;
	border-bottom: solid 0.5em #435159;
}

#menu {
	padding: 1em 0.25em 2em 0.25em;
}

#menu ul {
	list-style: none;
	font-size: 1em;
	text-indent: 0.75em;
}

#menu ul a {
	display: block;
	margin-top: 0.25em;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 0.8em;
	color: white;
	background-color: #7790a1;
	text-decoration: none;
	border-left: solid 0.75em #00acec;
}

#menu .selected,
#menu ul a:hover {
	color: #435159;
	background-color: #adcd6c;
	border-left: solid 0.75em #8ca658;
}

#menu li, #menu ul {
	margin: 0;
}

#submenu {
	padding: 0 0 0 0.75em;
}

#submenu li a {
	background-color: #84a0b3;
}

#content {
	float: left;
	padding: 2em 3em 2em 4em;
	width: 60%;
	font-size: 0.8em;
	line-height: 1.5em;
	color: black;	
}

#content a {
	font-weight: bold;
	color: #8ca658;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #435159;
	padding: 0.5em 0 0.25em 0;
	border-bottom: solid 0.25em #00acec;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #435159;
	padding: 0 0 0.25em 0;
	border-bottom: solid 0.1em #00acec;
	margin: 1.75em 0 0.5em 0;
}

h3 {
	padding: 0.25em 0 0.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #435159;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #435159;
}

p {
	margin-bottom: 0.75em;
	font-size: 1.2em;
}

ul {
	list-style-position: outside;
	margin-left: 1em;
	font-size: 1.2em;
}

li {
	margin-bottom: 0.75em;
}

li ul {
	margin: 0.5em 0 1em 2em;
	font-size: 1em;
}

form {
	margin: 1em 0 2em 0;
	font-size: 0.85em;
}

form p {
	margin-bottom: 0.5em;
}

label {
	float: left;
	position: relative;
	width: 6em;
}

input {
	width: 10em;
	font-size: 0.9em;
}

.intro {
	font-weight: bold;
	color: #0096CC;
}

.intro2 {
	color: #435159;
	margin-bottom: 4em;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.centered {
	width: 100%;
	text-align: center;
}

.steps {
	margin-top: 0.5em;
	padding: 1em 0 0 2em;
	font-size: 1.2em;
}

.steps img {
	float: right;
	position: relative;
	top: -1em;
	padding: 0 0 1em 1em;
}

.red {
	color: #ff0000;
}

/* Tables */

.promo_table {
	width: 105%;
	padding: 0;
	margin: 0;
	border: none;
}

.promo_table th {
	padding: 0.3em;
	border: 0;
	margin: 0;
	background-color: #00acec;
	font-weight: bold;
}

.promo_table td {
	padding: 0.3em;
	border: none;
	margin: 0;
	vertical-align: top;
	background-color: #dbf0fe;
}

.promo_table input {
	width: 6em;
}

/* Old */

#content .formInfo a, #content .formInfo a:active, #content .formInfo a:visited {
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 2px;
	margin-left: 5px;
	background-color: red;
	color: white;
	text-decoration: none;
}

#content .formInfo a:hover {
	color: white;
	text-decoration: none;
}

.list li {
	line-height: 30px;
	height: 30px;
	list-style: none;
	width: 710px;
	vertical-align: middle;
}

.list #title li {
	background: #53b5f9;
	font-size: 14px;
	font-weight: bolder;
}

.list li ul li{
	line-height: 30px;
	height: 30px;
	display: block;
	width: 250px;
	float: left;
	background: #dbf0fe;
	margin-bottom: 1px;
	vertical-align: middle;
	word-break:keep-all;overflow:hidden;text-overflow:ellipsis;
}

.list .lefttit{
	background: #53b5f9;
	width: 200px;
	font-weight: bolder;
}

.list .date{
	width: 400px;
}

.list li .list_btn{
	width: 235px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #cccccc;
	background-color: #fff;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left{
	background-color: #cccccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #cccccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p{
	margin: 3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #cccccc;
}

.jTip {
	cursor:help;
}