

body
{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*color: #0023a0;*/
}


h1
{
	font-size: 2em;
	color: #FF9906;
	font-weight: bold;
}

h2
{
	font-size: 1.4em;
	color: #FF9906;
	font-weight: bold;
}

h3
{
	font-size: 1.2em;
	color: #FF9906;
	font-weight: normal;
}

h4
{
	font-size: 1.2em;
	color: #FF9906;
	font-weight: bold;
}

a
{	
	color: #0023a0;
	text-decoration: underline;
}

a:hover
{	
	color: #0023a0;
	text-decoration: none;
}


#container
{
	width: 760px;
	display: block;
}

#header
{
	display: block;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
}

#header h2
{
	margin: 0px;
	padding: 0px;
}

#header h3
{
	margin: 0px;
	padding: 0px;
}

#logo
{
	margin-top: -16px;
	float: right;
}

#content
{
	text-align: left;
	/*border: solid 1px #626262;*/
	border-bottom: solid 1px #CCC;
	padding: 0;
	margin: 0;
	display: block;
}


#navBlank
{
	font-size: 1.2em;
	color: #fff;
	padding: 6px 10px 4px 10px;
	margin-bottom: 20px;
	font-weight: normal;
	display: block;
}

#navMarketing
{
	font-size: 1.2em;
	color: #0023a0;
	padding: 6px 10px 4px 10px;
	margin-bottom: 20px;
	font-weight: normal;
	display: block;
	border-bottom: solid 1px #FF9906;
}

#navMarketing .navLeft
{
	width: 200px;
}

#navMarketing .navRight
{
	float: right;
}

#navMarketing .navBreaker
{
	font-size: 1em;
	color: #0023a0;
	margin: 0 4px 0 4px;
}

#navMarketing a
{
	color: #0023a0;
	text-decoration: none;
}

#navMarketing a:hover
{
	color: #FF9906;
}


#navGame
{
	font-size: 1.2em;
	color: #0023a0;
	padding: 6px 10px 4px 10px;
	margin-bottom: 20px;
	font-weight: normal;
	display: block;
}

#navGame .navLeft
{
	width: 200px;
}

#navGame .navRight
{
	float: right;
}

#navGame .navBreaker
{
	font-size: 1em;
	color: #0023a0;
	margin: 0 4px 0 4px;
}

#navGame a
{
	color: #0023a0;/* #626262;*/
	text-decoration: none;
}

#navGame a:hover
{
	color: #0023a0;
}


#copyHome
{
	text-align: left;
	/*font-size: 0.75em;*/
	padding: 16px 40px 24px 32px; 
	display: block;
	color: #626262;
}

#copyHome h1
{
	font-size: 3.0em;
	font-weight: normal;
	margin-bottom: 0px;
}

#copyHome h2
{
	margin-top: 22px;
	font-size: 2em;
	font-weight: normal;
	color: #FF9906;
}

#copyHome h3
{
	font-size: 2em;
}

#copyHome h4
{
	font-size: 1.4em;
	color: #626262;
	font-weight: normal;
	margin-top: 0px;
}

#enterSite
{
	width: 240px;
	text-align: right;
}

#enterSite a
{
	color: #626262;
	text-decoration: none;
	vertical-align: top;
}

#enterSite img
{
	margin-top: -1px;
}

#copyFull
{
	text-align: left;
	padding: 0px 40px 24px 12px; 
	display: block;
}

#copyFull h1
{
	font-size: 3.6em;
	font-weight: normal;
}

#copyFull td
{
	/*font-size: 0.75em;*/
}

#copyFull th
{
	/*font-size: 0.75em;*/
	text-align: left;	
}

#copyFull .StepTitle
{
	font-size: 1.4em;
	font-weight: normal;
}

#copy
{
	text-align: left;
	/*font-size: 0.75em;*/
	padding: 12px 40px 24px 0; 
	display: block;
}


#copy td
{
	/*font-size: 0.75em;*/
}

#copy th
{
	/*font-size: 0.75em;*/
	text-align: left;	
}

#copy h1
{
	font-size: 3.6em;
	font-weight: normal;
}

#copy h2
{
	margin-top: 22px;
	font-size: 3em;
	font-weight: normal;
}

#copy h3
{
	font-size: 2em;
}

.orange
{
	color: #FF9906;
}

hr
{
	color: #626262;
}

input
{
	border: solid 1px #626262;
	background-color: #fff;
	color: #0023a0;
}

span.noBorder input
{
	border: solid 0px white;
	background-color: #fff;
	color: #0023a0;
}

select
{
	border: solid 1px #626262;
	background-color: #fff;
	color: #0023a0;
}

input.submit
{
	border: solid 1px #0023a0;
	background-color: #fff;
	color: #0023a0;
	font-weight: bold;
}


input.submitfocus
{
	border: solid 1px #0023a0;
	background-color: blue;
	color: #0023a0;
	font-weight: bold;
}

td.listHeader
{
	font-weight: bold;
}

#footer
{
	margin-top: 4px;
	font-size: 0.9em;
	color: #626262;
	text-align: left;
}

#footer .right
{
	text-align: right;
	float: right;
}

#footer .navBreaker
{
	font-size: 1em;
	color: #0023a0;
	margin: 0 4px 0 4px;
}

#footer a
{
	color: #0023a0;
	text-decoration: none;
}

#footer a:hover
{
	color: #FF9906;
}

.loginTable td
{
	padding-bottom: 6px;
}

.rightLogo
{
	margin-top: -18px;
	float: right;
}