@charset "utf-8";
#Container {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}
#Container #Head {
	float: left;
	height: 110px;
	width: 100%;
}
#Head #Logo {
	float: left;
	height: 74px;
	width: 240px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666;
}
#Head #top {
	float: left;
	height: 40px;
	width: 722px;
	margin-top: 18px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}
#Head #top a {
	text-decoration: none;
}

.orng {
	color: #FF9901;
}
.gray {
	color: #666;
}

#Head #Nav {
	float: left;
	height: 34px;
	width: 722px;
	margin-bottom: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: small;
}
#Nav ul li a:visited {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#Nav ul {
	list-style-type: none;
	float: left;
}
#Nav li {
	display: inline;
	margin-right: 8px;
	margin-left: 5px;
}
#Nav ul li a:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
#Nav ul li a:hover {
	text-decoration: none;
	color: #FF9901;
	font-weight: normal;
}
#Container #Content {
	float: left;
	width: 948px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 25px;
}
#Container a:link, #Container a:visited, #Container a:active {
	color: #333;
	text-decoration: none;
}
#Container a:hover {
	color: #333;
	text-decoration: underline;
}
#Content h2  {
	color: #FF9901;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: large;
	margin-bottom: 20px;
}
#Content ul {
	margin-left: 50px;
	list-style-image: url(../images/bullets.gif);
	margin-top: 15px;
	margin-bottom: 15px;
}
#Content ol {
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#Content ol li {
	margin-top: 10px;
}
#Content ul li {
	margin-top: 10px;
}
#Content .sidepane {
	float: left;
	height: 100%;
	width: 200px;
	padding-right: 20px;
}
#Content .side {
	width: 700px;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666;
	float: left;
}
#Content a:link {
	color: #000;
}


#Container #Footer {
	width: 100%;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	margin-top: 25px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	margin-bottom: 50px;
	height: 190px;
}
#Footer #alFoot {
	float: left;
	height: 120px;
	width: 964px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #E5E5E5;
}

.FootNav {
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	height: 120px;
	font-size: 11px;
}
.FootNav h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9901;
	margin-bottom: 10px;
	margin-top: 10px;
}

.FootNav ul {
	list-style-type: none;
	display: inline;
}
.FootNav ul li a:link, .FootNav ul li a:active, .FootNav ul li a:visited {
	text-decoration: none;
	color: #333;
}
#Footer #Foot {
	font-size: small;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	color: #FF9901;
	height: 40px;
	float: left;
	width: 100%;
}
#Foot a:link {
	font-size: x-small;
	margin-top: 20px;
	color: #666;
	text-decoration: none;
}
#Foot a:hover {
	font-size: x-small;
	margin-top: 20px;
	color: #666;
	text-decoration: underline;
}
#Foot a:visited {
	font-size: x-small;
	margin-top: 20px;
	color: #666;
	text-decoration: none;
}
#Content #Ctext ul {
	margin-left: 40px;
}


#Container #Flash {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}
