h1 {
	font-size: 22px;
	color: #FF9933;
	}
h2 {
	font-size: 18px;
	color: #ff9933;
	padding: 14px 0 10px 0;
	}
h3 {
	font-size: 14px;
	color: #336699;
	margin: 0 0 10px 0;
	}
a {
	text-decoration: none;
	color: #555;
	}
.border {
	border: #ff9933 1px solid;
	}
#wrap {
	width: 68.6em;
	margin: auto;
	height: 43.4em;
	margin-top: 20px;
	}
#container_top {
	width: 68.6em;
	height: 22.8em;
	position: relative;
	}
#container_bottom {
	position: relative;
	top: 20px;
	width: 68.6em;
	height: 17.1em;
	border-top: none;
	}
#content_right {
	position: absolute;
	left: 45.7em;
	top: 1px;
	width: 22.8em;
	height: 17.1em;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff9900;
	}
#border_float {
	width: 492px;
	position: absolute;
	top: 1px;
	left: 468px;
	border-top: #ff9900 1px solid;
	height: 3px;
	}
#content_left {
	width: 44.3em;
	height: 15.7em;
	}
/*content*/
.cont_1 {
	margin: 10px 10px 10px 10px;
	height: 15.7em;
	overflow: hidden;
	}
.logo {
	position: absolute;
	left: 17px;
	top: 144px;
	}
#footer {
	position: absolute;
	top: 17.6em
	}
#footer p{
	width: 85em;
	font-size:.8em;
	margin: auto;
	color: #555;
	}
	/*global classes*/
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
}
.small {
	font-size: .9em;
	}
.medium {
	font-size: 13px;
	}
.large {
	font-size: 16px;
	}
.orange{
	color:#ff9933;
	}
.blue {
	color: black;
	}
.clear {
	clear: both;
	}
.hide{
	display: none;
	}
.floatright {
	float: right;
	}
#option p a:hover {
	color: #ff9933;
	}
