/* CSS Document */

html,
body{
height:100%;
margin:0;
background-color:#650535;
}

#container
{
position: relative;
width: 925px;
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
background-color:#FFFFFF;
}


#header
{
float:left;
width:925px;
height:202px;
top:0px;
left:0px;
background-color:#FFFFFF;
}

#main_content {
width:925px;
left:0px;
top:135px;
background-color:#FFFFFF;
}

#titles {
float:left;
width:925px;
left:0px;
top:135px;
}

#sidebar {
float:right;
margin-right:23px;
width:213px;
top:171px;
background-color:#EEEEEE;
}

#main_text {
float:left;
margin-left:23px;
width:640px;
top:171px;
}

#clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

#footer
{
	height: 60px;
	width:925px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.left_image_padding {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.standard_titles {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1spx;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0363AF;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.right_image_padding {

	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.century_gothic {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
.sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.standard_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.cell_line {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
