body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

#mainArea {
	width: 1000px;
	background-color: #70B0E0;
	border: 1px solid #3F86BA;
}

#leftpane {
	width: 160px;
	background-color: #72B0E1;
	float: left;
	min-height: 650px; 
	height: auto;
}

/* fix for IE */
* html #leftpane {
	height: 652px;
}

#leftpane a.main {
	width: 143px;
	height: 16px;
	border: 1px solid #042874;
	padding-top: 2px;
	padding-left: 15px;
	background-color: #274C93;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
	margin-bottom: 1px; 
}

#leftpane a.main_double {
	width: 143px;
	height: 30px;
	border: 1px solid #042874;
	padding-top: 2px;
	padding-left: 15px;
	background-color: #274C93;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
	margin-bottom: 1px; 
}

#leftpane a.sub {
	width: 138px;
	height: 16px;
	padding-top: 2px;
	padding-left: 20px;
	background-color: #6B91DA;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
}

#leftpane a.sub_double {
	width: 138px;
	height: 30px;
	padding-top: 2px;
	padding-left: 20px;
	background-color: #6B91DA;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
}

#contentArea {
	width: 624px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 652px;
	height: auto;
}

/* fix for IE */
* html #contentArea {
	height: 652px;
}

#contentArea #languagebar {
	height: 19px;
	border-bottom: 1px dotted #D9D9D9;
	padding-left: 5px;
	padding-top: 5px;
}

#contentArea #breadcrumbs {
	height: 19px;
	padding-left: 5px;
}

#contentArea #breadcrumbs a {
	text-decoration: underline;
}

#contentArea #content {
	width: 564px;
	padding-left: 30px;
	padding-right: 30px;
}

#contentArea #content h1 {
	color: #284A91;
	font-size: 14px;
	padding-left: 3px;
	border-left: 5px solid #274C93;
}

#contentArea #content h2 {
	color: #284A91;
	font-size: 12px;
}

#rightpane {
	width: 215px;
	background-color: #72B0E1;
	float: right;
	min-height: 650px; 
	height: auto;
}

/* fix for IE */
* html #rightpane {
	height: 652px;
}

#rightpane .contentblock {
	background-color: #E8FAFD;
	text-align: left;
	color: #000000;
	padding: 10px;
}

#rightpane h1 {
	background-color: #274C93;
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 7px;
	line-height: 135%;
}

#footer {
	align: center;
	height: 24px;
	width: 1000px;
	padding-top: 10px;
	color: #000000;
	font-size: 10px;
	background-color: #CCCCCC;
}

.darkblue_italics {
	color: #003466;
	font-style: italic;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.solidline {
	height: 1px;
	border-bottom: 1px solid #0054A0;
}

.service {
	width: 400px;
	background-color: #B4D5EF;
	text-align: left;
}

.service_hdr {
	height: 25px;
	background-color: #274C93;
	padding-left: 40px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.service_text {
	padding: 5px;
	padding-left: 40px;
	line-height: 125%;
	text-decoration: underline;
}

/* Admin styles */

th {
	background-color: #274C93;
	color: #FFFFFF;
}

td.row1 {
	background-color: #DEECF8;
}

td.row2 {
	background-color: #B7D7F0;
}

/* Home page styles */

#services_menu {
	width: 1000px;
	background-color: #FFFFFF;
	border: 1px solid #3F86BA;
	border-top: 0px;
	padding-top: 5px;
	height: 225px;
	font-family: Verdana, Arial, Helvetica;
}

#services_menu .services_column {
	width: 121px;
	float: left;
	padding: 2px;
	font-size: 10px;
	text-align: left;
}

#services_menu .services_column a.main {
	text-decoration: none;
	color: #0000CC;
	display: block;
	margin-bottom: 1px; 
	font-weight: bold;
}

#services_menu .services_column .sub {
	text-decoration: none;
	color: #0000CC;
	display: block;
	margin-bottom: 1px; 
}

#services_menu .services_column a:hover {
	text-decoration: underline;
}

/* Video download page */

.videntry {
	clear: both;
	padding-top: 5px;
}

.vidthumb {
	width: 150px;
	height: 90px;
	margin-right: 20px;
	float: left;
}

.vidcontent {
	float: left;
	width: 390px;
}

.vidtitle {
	font-weight: bold;
}

.vidlinks {
	float: left;
	padding-top: 5px;
}

.contactlinks {
	float: right;
	padding-top: 5px;
}

h2 {
	clear: both;
	padding-top: 10px;
}

/* Landing Page Alterations */
.service2 {
	width: 300px;
	background-color: #B4D5EF;
	text-align: left;
}

.service_text2 {
	padding: 5px;
	padding-left: 10px;
	line-height: 125%;
	text-decoration: none;
}
#rightpane form { padding: 0px; margin: 0px; } 
#rightpane form input { padding: 0px; margin: 0px; width: 190px;}
#rightpane .inputtext { text-transform: uppercase; font-size: 9px; color: #666; } 
#rightpane h3 { font-size: 13px; color: #03C; } 
#rightpane h2 { font-size: 13px; color: #03C;} 