
body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	line-height: 16px; 
	overflow-y: auto;
	overflow-x: none;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: #fff;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}


h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #33ADDB; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #33ADDB;
	background-color: inherit;
	text-decoration: none;
}

h3 {
	margin: 1.5ex 0 -0.25ex;
	padding: 0;
	font-size: 100%;
	font-weight: bold;	
}

	h3.bulleted {
		padding-left: 12px;
		background: url("comment.gif") left no-repeat; 
	}

p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { height: 100px; margin: 0 0 2px; padding: 20px 0 0 5px; background: #fff ; color: #808080; }
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader { clear: both; height: 23px; margin: 0 0 10px; }

.subheader_left {
	line-height: 28px;
	width: 193px;
	background: #000043;
	color: #fbffff;
	padding: 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #f6f6f6;
	color: #b3c0c9;
	line-height: 28px;
	
	float: right;
	width: 574px;
	
}

.subheader_right a { margin: 0 2px 0 0; padding: 7px 10px 8px; color: #626262; font-weight: bold; background-color: #f6f6f6; background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-position: inherit; text-decoration: none; }

.subheader_right a:hover {
	background: #33ADDB;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 560px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

div.info h2 {
	font: inherit;
	font-size: inherit;
	text-transform: none;
	padding: 0;
	margin: 0;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

ul li {
	list-style-type: none;
	padding-left: 12px;
	margin-left: -2em;
	background: url("comment.gif") left no-repeat; 
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
}

.footer ul#certificates {
	list-style: none;
}

.footer ul#certificates li {
	display: inline;
	padding: 0 50px 0 5px;
}

img.body {
	text-align: center;
	padding: 20px 10px 0;
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}