/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {font-weight: bold;}
em { font-style: italic; }
strong em {font-weight: bold;font-style: italic;}
em strong{font-weight: bold;font-style: italic;}
a img { border:none } /* Gets rid of IE's blue borders */

/* GLOBAL LAYOUT */

body{
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:0.75em;
	line-height:1.7em;
}
.clr{line-height:1px;clear:both;}
a{color:#000;text-decoration:underline;}
a:hover{color:#666;}

#mainwrap{width:960px;margin:0 auto;}

#header{margin-top:20px;}

#logo{margin-bottom:10px;}

#menu{margin-bottom:20px;}
#menu ul li{
	list-style-type:none;
	margin-right:20px;
	float:left;
	padding:10px;
}
#menu ul li a{color:#666;text-decoration:none;}
#menu ul li a:hover{text-decoration:underline;}

#promo{width:650px;margin:0 auto;}
#promo p{margin-bottom:15px;}
#promo table{margin-bottom:15px;}
#promo img{margin-left:20px;}

#maincontent{clear:both;padding-top:25px;}
#maincontent p{margin-bottom:20px;font-size:11px;}

#footer{width:500px;font-size:11px;margin:0 auto;padding:20px 0;}
#footer ul li{
	list-style-type:none;
	margin-right:20px;
	float:left;
	padding:10px;
}
#footer ul li a{color:#666;text-decoration:none;}
#footer ul li a:hover{text-decoration:underline;}

H1{	color:#990000;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:2em;
	line-height:30px;
	padding:30px 0;
	text-align:center;
	font-weight:bold;
	clear:both;
}
H2{	color:#00ADEE;
	font-family:'Century Gothic','Apple Gothic',sans-serif;
	font-size:1.4em;
	margin-bottom:15px;
}

#mainwrap #maincontent table tr th form table tr .a1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

