@charset "UTF-8";
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #000;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 10px;
}

h1 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #E37222;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a, a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}
.alignRight   {
	width: 500px;
	display: inline;
	margin-left: 185px;
}

#outerWrapper {
	height: 510px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	background: #FFF;
	min-height: 100%;
	position: relative;
	margin-top: 40px;
}

#outerWrapper #top {
	background-image: url("../images/2ndary_head.gif");
	background-repeat: no-repeat;
	color: #EEE;
	font-size: 11px;
	height: 125px;
	line-height: 15px;
	padding: 0px;
}

#outerWrapper #top #nav {
	color: #FFF;
	padding-top: 63px;
	padding-left: 444px;
	text-transform: uppercase;
}

#outerWrapper #contentWrapper {
	margin: 0 auto;
	overflow: hidden;
	height: 351px;
}

#outerWrapper #heading {
	padding-left: 94px;
	height: 24px;
}

#outerWrapper #contentWrapper #leftCol {
	float: left;
	padding: 0px 34px 0px 94px;
	width: 228px;
}

#outerWrapper #contentWrapper #rightCol {
	margin: 0 0px 0 356px;
	width: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav a, #nav a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 8px;
	font-size: 10px;
}

#nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
}

#nav a:focus {
	color: #000;
}

#nav a:active {
	color: #FFF;
}
#outerWrapper #footer{
	background-color: #e37222;
	color: #fff;
	padding: 10px;
}
