@charset "utf-8";
/* CSS Document */

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}

html{
background-color:#D10529;
}

html,body{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#outerWhole{
width:800px;
margin:0px auto;
display:block;
position:relative;
background-image:url('shadow.png');
}

#whole{
width:792px;
margin:auto;
display:block;
position:relative;
background-image:url('innerBack.png');
}

#whole2{
width:792px;
margin:auto;
display:block;
position:relative;
}

#banner{
width:792px;
height:100px;
clear:both;
display:block;
background-image:url('banner.png');
}

#topNav{
width:792px;
display:block;
height:30px;
position:relative;
clear:both;
background-image:url('topnav.png');
background-repeat:repeat-x;
color:#FFFFFF;
font-weight:bold;
}

#topNav2{
width:792px;
display:block;
height:30px;
position:relative;
clear:both;
background-image:url('topnav.png');
background-repeat:repeat-x;
}

.leftContent{
width:552px;
padding:5px;
float:left;
display:block;
clear:left;
position:relative;
z-index:30;
}

.rightContent{
width:175px;
padding:5px;
float:right;
display:block;
clear:right;
margin-right:25px;
border-bottom:1px dotted #999999;
position:relative;
z-index:30;
}

#empty{
width:792px;
clear:both;
height:1px;
display:block;
}

.cap{
font-size:10px;
color:#999999;
font-style:italic;
}

h3{
font-size:16px;
color:#CC0000;
}

#imgHold{
z-index:0;
}