HTML {   
	overflow: -moz-scrollbars-vertical;
}
 
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_gradient.jpg);
	background-repeat:repeat-x; 
	background-color: #CCCCCC;
}
body,td {font-family: arial; font-size: 12px; color: #555555 }
a:link,a:visited { color: #660000; }
#bluebg,#bluebg td { color: #ffffff; font-size: 16px }
#contact { font-size: 11px; color: #999999 }
.mainmenu a:link,.mainmenu a:visited,.mainmenu { color: #ffffff; text-decoration: none; font-size: 16px }
.submenu a:link,.submenu a:visited,.submenu { color: #333333; text-decoration: none; font-size: 12px }
.submenu a:hover { color: #660000; text-decoration: underline }
#bluecontent { font-size: 11px; padding-left: 4px }
#bluecontent a:link,#bluecontent a:visited { color: #dddd66 }
.breadcrumb { font-size: 10px; text-align: right; padding-right: 5px }
.content,.content td { font-size: 14px }
.small_content,.small_content a { font-size: 12px; padding-bottom: 10px }
.main_content:first-letter { font-size: 30px; color: #3366aa }
input,select { font-size: 10px }
.small_link {font-size: 11px }
.full_border { border-bottom: 1px dashed #dddd66 }
h1 { font-size: 16px }
h2 { font-size: 13px }
.content p { padding-left: 15px; line-height: 1.5 }
.content ul { line-height: 1.5 }
.content { padding-left: 10px; padding-right: 30px }
.staffmenu { border-right: 1px dashed #000000; padding-right: 12px; padding-left: 12px }


.sub_sub_menu td {
	font-size: 11px;
	background-color: #F6FFAA;
	border-right: 1px solid #666666;
	padding: 2px 8px;
}

.sub_sub_menu td.last {
	border-right: 0px;
}

.sub_sub_menu a {
	color: #333333;
}

p.name {
	margin: 0px;
	font-size: 24px;
	line-height: 20px;
}

p.title {
	margin: 0px;
	font-size: 12px;
	font-style:italic;
	line-height:13px;
}

p.email {
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
}

.alert {
	width: 90%;
	background-color: #EEEEEE;
	color: #00CC00;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 4px 10px;
	font-weight: bold;
}

.warning {
	width: 90%;
	background-color: #EEEEEE;
	color: #CC0000;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 4px 10px;
	font-weight: bold;
}

#careers {
	margin: 0px 20px;
}

#careers td.career {
	padding: 4px 6px;
}

#careers td.position {
	color: #666666;
	font-weight: bold;
}

#careers td.summary {
	font-size: 12px;
	line-height: 130%;
}

td.formlable {
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
	padding: 2px 4px;
}

span.formhint {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}

tr.failed_validation td {
	background-color: #FFFF00;
}