html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: white url(../images/back.gif) left top repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

a:link {
	color: #0a124f;
}
a:visited {
	color: #6677ad;
}
a:hover {
	color: #cacaca;
}

/*** forms ***/
.jtForm input {
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	height: 19px;
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #ebebeb;
}

.jtForm select {
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	border: 1px solid #d6d6d6;
}

.jtForm textarea {
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	height: 90px;
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #ebebeb;
}

.error {
	color: #e1a724;
}
/*** end forms ***/

.topContainer {
	background-color: #0F102F;
}

.sidebar {
	padding-left: 3px;
	padding-top: 15px;
}
.sidebar a:link, .sidebar a:visited {
	color: white;
}
.sidebar a:hover {
	color: #cacaca;
}

.contentContainer {
	padding: 43px 0px 25px 25px;
}

.footer {
	padding: 30px 0px 10px 30px;
}