/* basic elements */

a:link {color: #5ea0c1; text-decoration: none;}     /* unvisited link */
a:visited {color: #5ea0c1; text-decoration: none;}  /* visited link */
a:hover {color: #000; text-decoration: underline;}   /* mouse over link */
a:active {color: #5ea0c1; text-decoration: none;}   /* selected link */

body {
	background-color: #fff;
	background:  url(../gfx/bg.gif); background-repeat: repeat-x;
	text-align: center;
	margin: 0px; padding: 0;
}	

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-top: 16px;
	margin-bottom: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}

/* main divs */
#page {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	color: #000;
}
#header {
	top: 0px;
	height: 50px;
}

#headerLeft { 
	float: left;	
	width: 160px;
	height: 35px;
}
#headerMiddle {
	float: left;	
	width: 180px;
}
#headerMiddle h1 {
	margin-top: 8px;
}

#headerRight {
	float: right;
	padding: 6px 0px 0 0px; 
	text-align: right;
}
#headerRight h1 span {
	display:none;
}

/* text style divs */


#maincontent h3 {
	border-style: none;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
}