/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
h1{
	margin-bottom:1.4em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-color:#fff;
}
#wrapper{

	background-color: #FFFFff;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-image: url(header.jpg);
	width: 928px;
	height:115px;
	float:left;	
}
#Menu{
	background-color: #ffFFFF;
	text-align:right;
	width: 928px;
	float:left;
}
#banner{
	float:left;
	width: 928px;	
}
#Main_Content{
	float:left;
	width: 100%;
}
#Leftcol{
	float: left;
	width: 200px;
	font-size:1.3em;
}
#Leftcol a{
	color:#666;
	text-decoration:none;	
}
#Leftcol a:hover{
	color:#666;
	text-decoration: underline;	
}
#Leftcol h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
    color:#800001;
	margin-bottom: 1.4em;
	padding: 0;
	}
	#Leftcol ul, #Leftcol ul ol {
	padding:0;
	margin:0;
	}
	#Leftcol ul li {
	margin: 0px;
	padding:0px;
    list-style-type:none;
	}
	#Leftcol ul p, #Leftcol ul select {
	margin: 5px 0 8px;
	}
	#Leftcol ul ul ul, #Leftcol ul ol {
	margin: 0;
	}
	#Leftcol ul ul li, #Leftcol ul ol li {
	margin-left: 20px;
	margin-bottom:20px;
	padding: 0;
	list-style-type:disc;
	}
	#searchform {
	padding: 5px 3px;
	text-align: center;
	}

#Leftcol #searchform #s {
	width: 108px;
	padding: 2px;
	}

#Leftcol #searchsubmit {
	padding: 1px;
	}
	#Leftcol form {
	margin: 0;
	}
#rightcol{
	float: left;
	width: 700px;
	padding-left:28px;
	padding-top:20px;
	font-size:1.0em;
	color:#636466;
	line-height:1.7em;
}
#rightcol h2{
	margin-bottom:10px;	
}
#rightcol a{
	color:#666;
	text-decoration:none;	
}
#rightcol a:hover{
	color:#666;
	text-decoration: underline;	
}
#rightcol small{
	margin-bottom:1.4em;	
}
#footer{
	float: left;
	width: 928px;
}
#footer A {
color:#000000;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}