body {
	margin: 0;
	padding: 0;
	font: 90% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(bg.gif) repeat-x;
	line-height: 16px; 
}

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

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

h1 {
	font: bold 30px 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: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


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

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

.header { 
	height: 45px; 
	margin: 0px 0px 2px 0; 
	padding: 30px 0 0 5px;
	background: #FFF url(headerbg.gif) repeat-x bottom left;
	color: #808080;
}
	
.menu {
	clear: both;
	height: 30px;
	margin: 0 0 10px 0;	
}

.menu_left {
	line-height: 36px;
	width: 193px;
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}

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

.menu_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 36px;
	
	float: right;
	width: 574px;
}

.menu_right a {
	margin: 0px 2px 0 0;
	padding: 12px 16px 10px 16px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.menu_right a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
}

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

.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;
}

.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 10px 0;
        border-top: 1px solid #e6e6e6;
        line-height: 13px;
}

.footer a {
        text-decoration: underline;
}

