* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 13px;
}
.SiteWidth {
	width: 1200px;
	margin: 0 auto;
}
#Heading {
	position: relative;
	clear: both;
}
#Heading > div {
	padding: 2px 0;
}
#HeadLeft {
	display: inline-block;
}
#HeadLeft img {
	max-height: 68px;
}
#HeadRight {
	display: inline-block;
	float: right;
}
#HeadRight > ul, #HeadRight > ul > li {
	display: inline-block;
}
#HeadRight > ul {
	padding: 10px;
}
#HeadRight > img {
	vertical-align: bottom;
}
#goldContainer {
	border-width: 6px 0px;
	border-color: rgb(255,192,0);
	border-style: solid;
	clear: both;
}
#orangeContainer {
	border-width: 16px 0px;
	border-color: rgb(197,90,17);
	border-style: solid;
}
#mainContainer {
	background-color: rgb(0,32,96);
	padding: 30px 0px;
}
#footer {
	background-color: #FFF;
	color: #000;
	clear: both;
}
#footer > ul {
}
#footer > ul > li {
	display: inline-block;
	padding: 4px 10px;
	margin: 0px 0px;
	border-left: 1px solid #000;
}
#footer > ul > li:first-child{
	border-left: 0px;
}
#footer > ul > li > img {
	vertical-align: middle;
}
#Content {
	color: #FFF;
	padding-bottom: 30px;
}
#Content p {
	margin: 20px 0;
}

#Content input.button {
	padding: 10px 24px;
	color: #FFF;
	background-color: rgb(197,90,17);
}
#Content input.button:hover {
	color: #000;
	background-color: rgb(255,192,0);
}
#Content h1,h2,h3,h4 {
	color: #8497b0;
}
#Content a {
	color: #8497b0;
}
#Content a:hover {
	color: #FFF;
}
#Content #MainLogin {
	float: left;
	padding: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
	background-color: #3D5585;
}
#Content #MainLogin input.textinput {
	background-color: #FFF;
	padding: 10px;
	width: 260px;
	display: block;
	margin-bottom: 6px;
}
#Content #MainLogin input.submit {
	padding: 10px 60px;
	float: right;
	background-color: #002060;
	color: #FFF;
	margin-top: 10px;
}
#Content #MainLogin input.submit:hover {
	background-color: #C55A11;
}
#Content #PassReset {
}
#Content #PassReset input.textinput {
	background-color: #FFF;
	padding: 10px;
	width: 260px;
	display: block;
	margin-bottom: 6px;
}
#Content #PassReset input.submit {
	padding: 10px;
	width: 280px;
	background-color: #FFF;
	color: #000;
	display: block;
}
#Content #PassReset input.submit:hover {
	background-color: #C55A11;
	color: #FFF;
}
#Content #FrontContent {
	display: inline-block;
}
#Content .button {
	padding: 10px;
	width: 220px;
	background-color: #FFF;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 6px;
	text-decoration: none;
}
#Content .button:hover {
	background-color: #C55A11;
	color: #FFF;
}
#Content ul.crumbs > li {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px 0px 10px;
	border-left: 1px solid #FFF;
	font-size: 12px;
}
#Content ul.crumbs > li:first-child{
	border-left: 0px;
	padding-left: 0px;
}
#Content ul.crumbs > li > a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: underline;
}
#Content ul.crumbs > li > a:hover {
	color: #C55A11;
}

#Content div.optiongroup {
	display: inline-block;
	padding-right: 40px;
	vertical-align: top;
}
#Content div.optiongroup label {
	display: block;
	vertical-align: top;
}
#Content div.optiongroup input.textinput {
	display: block;
	width: 230px;
	padding: 10px;
	vertical-align: top;
}
#Content div.optiongroup select.select {
	display: block;
	width: 250px;
	height: 250px;
	padding: 6px 6px;
	margin-top: 4px;
	vertical-align: top;
}
#Content div.optiongroup .button {
	padding: 10px;
	width: 250px;
	background-color: #FFF;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 6px;
	text-decoration: none;
}
#Content div.optiongroup .button:hover {
	background-color: #C55A11;
	color: #FFF;
}