
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}

html, body, div, span, applet, 
object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-style:inherit;
	font-weight:inherit;
	border: none;
}



h1
{
	font-size: 11pt;
	font-weight: bold;
}

h2,h3
{
	font-size: 10pt;
}

h4,h5
{
	font-size: 8.5pt;
	font-weight: bold;
	margin-top: 15px;
}

.hidden
{
 display: none;
}

b,strong
{
	font-weight: bold;
}

p,a,b,span,strong, td
{
	font-size: 8.5pt;
}

#Footer a
{
	font-size: 8pt;
}

a
{
	text-decoration: none;
	color: #456F4A; 
}

ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}


#Layout
{
	background-color:#CFCFCF;
	margin-left:270px;
	min-height:235px;
	padding: 6px 16px 16px;
	width:650px; 
}

#LayoutContainer
{
}


#logo
{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}

#Navigation
{
	float: left;
	width:220px;
	margin-left:10px;
}

#Footer
{
	margin-left: 445px
}

#Sponsors
{
	height: 150px;
	margin-left: 250px;
	padding-top: 35px;
}

#Menu1 .link
{
}

#Menu1 a
{
	font-size:8pt;
	background:#CFCFCF none repeat scroll 0 0;
	color:black;
	display:block;
	margin-bottom:1px;
	padding:4px;
	text-decoration:none;
}

#Menu1 a:hover {
	background:#9F9F9F none repeat scroll 0 0;
}
#Menu1 a:active {
	background:#9F9F9F none repeat scroll 0 0;
}

#Menu1 li a.current,
#Menu1 li a.section {
	background:#9F9F9F none repeat scroll 0 0;
}
#Menu2 li a.current,
#Menu2 li a.section {
	background:#C3DFC7 none repeat scroll 0 0;
}



#Menu2 a
{
	font-size: 8pt;
	font-weight:normal;
	background:#9BBFA1 none repeat scroll 0 0;
	color:black;
	display:block;
	margin-bottom:1px;
	padding:3px;
	text-decoration: none;
	padding-left: 8px;
}
#Menu2 a:hover
{
	background:#C3DFC7 none repeat scroll 0 0;
	
}

#searchbox {
	background:transparent url(../images/searchbox.png) no-repeat scroll left top;
	height:27px;
	position:absolute;
	right:65px;
	top:10px;
	width:188px;
}





