/*****************************/
/* CSS RESET */
/*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label, textarea,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1.5;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1;
	background-color: #ff9;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************/
/* END CSS RESET */
/*****************************/
/*****************************/
/* BASE STYLES */
/*****************************/
/* Use ems for font size */




/*************************************** LISTS */





ul,
ol {
margin:0px;
padding:0px;
	list-style-position: inside;
}
li{
list-style-position:inside;
margin:0px;
padding:0px;
}

ul {
	list-style-type: disc;
	margin:0px;
margin-bottom:10px;
}

ul ul {
	list-style-type: circle;
	margin-top: 0;

}

ol {
	list-style-type: decimal;
	margin:0px;
margin-bottom:10px;
list-style-position: inside;

}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


ul.arrowList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; list-style-position:outside;}
ul.arrowList li { background:url(images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none;list-style-position:outside; }
.arrowList ul li { background-image:url(images/bullet_child.gif); }

ol.arrowList li, ul.niceList li { margin-bottom:0.5em; }

ol.arrowList { margin-left:1.5em; padding-left:0px; }
.arrowList ol li { list-style:decimal; background-image:none; padding-left:0em; }
/*************************************** TABLES */

table {
	margin: 2em 0;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

thead th {
	background-color: black;
	color: white;
}

/* for alternate rows */
tr.shaded {
	background-color: #ddd;
}

th,
td {
	padding: 0.3em;
}

td {
	vertical-align: top;
}



/*************************************** FORMS */
.submit input
{
color: #ffffff;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
}
.submit input:hover
{
color: #024c7d;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
}
fieldset {
	border: dotted 1px #999;
	padding: 1em;
	margin: 1em auto;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	background-color: white;
	padding: 0 0.25em;
}

label {
	font-weight: bold;
}

/* For inline labels and inputs, enclose both in <div class="row"> */
.row {
	margin: 0.5em 0;
}

.row label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.75em;
}

.required {
	color: red;
}

textarea {
	border: solid 1px #999;
}



/* INLINE ELEMENTS */

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

acronym,
abbr {
	border-bottom: dotted 1px #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	line-height: 0;
}

q:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

kbd,
pre {
	font-family: Courier, monospaced;
}


/*************************************** LINKS */

a:link {
	color:#090;
	text-decoration:underline;
}

a:visited {
	color:#090;
		text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color: #006398;
		text-decoration:none;
}

a#footerlink:link {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:visited {
	color: #ffffff;
	text-decoration:underline;
}

a#footerlink:focus,
a#footerlink:hover,
a#footerlink:active {
	color: #eb2d2e;
}

a.contest:link {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:visited {
	color: #ffffff;
	text-decoration:underline;
}

a.contest:focus,
a.contest:hover,
a.contest:active {
	color: #eb2d2e;
}

a.myhc:link {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:visited {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}

/* ACCESSIBILITY */

a#skipnav:link,
a#skipnav:visited {
	position: absolute;
	width: 100%;
	left: -999em !important;
	margin; 1em auto;
	text-align: center;
	background-color: white;
}

a#skipnav:focus,
a#skipnav:active {
	left: 0 !important;
}

/*************************************** BLOCK ELEMENTS */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

h1 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.5em;
	color:#da6b29;
	margin:0;
	padding-bottom:.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 0;
	font-size:1.3em;
	font-weight:bold;
	color:#da6b29;
	margin:0;
	padding-bottom:.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {

	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#171717;
	margin:0;
	padding-bottom:.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h1.LightHead {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}
h2.LightHead  {
	margin: 0.5em 0 0.25em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

h3.LightHead  {

	margin: 0.25em 0 0.25em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

p {
	margin: 0 0 1.5em 0;
		font-family: arial, verdana, ms sans serif;
	font-size:12px; 
	margin: 0px; 
	padding-bottom:1em;
}

blockquote {
	margin: 1em 8em;
}

address {
	margin: 1em 0 1em 2em;
}

/*****************************/
/***************************************END BASE STYLES
/*****************************/



body{
background-color:#000000;
background-position:top;
background-repeat:repeat-x;
margin-top:0px;
color:#231f20;
text-align:left;
padding:0;
	height:100%; 
}
#container{
width:900px;
padding-left:10px;
padding-right:10px;
background-color: #fed203;
}	
#pcol1{
width:500px;
float:left;
display:inline;
overflow:hidden;
	
}
#pcol2{
	width:400px;
float:left;
display:inline;
overflow:hidden;

}

#tbl{
	float:left;
display:inline;
overflow:hidden;
margin-right:10px;
}

#tbl2{
	float:left;
display:inline;
overflow:hidden;
margin-right:10px;
margin-left:100px;
}
a:link{
color:#FF0000;
text-decoration:underline;
}
a:visited{
color:#FF0000;
text-decoration:underline;
}
a:active {
color:#FF0000;
text-decoration:underline;
}
a:hover {
color:#0099FF;
}
#bodyheight{
width:920px;
margin-left:auto;
margin-right:auto;
background-color:000000;
border-left:2px solid #fed203;
border-right:2px solid #fed203;
border-bottom:2px solid #fed203;
height:auto;
background-color:#000000;
}




.smalltext{
font-size:.8em;
}	
	
#contain {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#190303;
	overflow:auto;
	overflow:hidden;
	border-left:1px solid #5b77a1;
	border-right:1px solid #5b77a1;
	color:#ffffff;
}
#header {
height:0px;
background-image:url(images/header_becker_bg.jpg);
border-bottom:1px solid #415966; 
padding-top:60px;
}

#header1{
float:left;
width: 82px;
display:inline;
overflow:hidden;
margin-left:10px;
margin-right: 766px;
margin-top:-70px;
position:relative; 
z-index:600;
}


#header3{
float:left;
width: 82px;
display:inline;
overflow:hidden;
margin-top:-70px;
position:relative; 
z-index:600;

}

#main {

background-repeat:repeat-x;
background-color:#000000;
padding-top:60px;
padding-left:10px;
padding-right:10px;
}




#footer {
border-top:1px solid #5b77a1; 
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}
