/* GREEN	#00abb9 */
/* YELLOW	#ffdd00 */

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
/*	background-image:url(../images/bg/bg.jpg); */
	background-repeat:repeat-y;
	background-position:center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12pt;*/
}

A:active, A:link, A:visited {
	COLOR: #00abb9;
	text-decoration: none; 
}

a:hover{
	text-decoration: underline;
}

.menuitem{
	border-bottom: 1px dotted #00abb9;
	width: 180px; 
	padding: 10px 0px 10px 0px; 
	font-weight: bold;
	font-size: 10pt;	
}

a.menulink{
	color: #00abb9;
}

a.menulink:hover{
	color: #000000;
	text-decoration: none;	
}

.dropdowns {
	border: 1px solid #000000;
	color: #00abb9;
	background: white;
	font-size: 9pt;
	padding-left: 3px;
}

.button{
	border: 1px solid #000000;
	background-color:#000000;
	color: #ffffff;
	font-size: 9pt;			
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
 	color: #00abb9;
	display: inline;
}

H2 {
 	color: #00abb9;
	font-weight:lighter;	
	display: inline; 
}

form{
	display: inline;
}

#content{
	width: 780px; 
	float: right; 
	position: relative; 
	padding-top:30px; 
	line-height: 150%;
}

#photo{
	width: 175px; 
	float: right; 
	position: relative; 
	text-align: center; 
	padding-left: 20px; 
	color: #00abb9;
}
