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

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#all{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	height: 150px;
}
#shadow_top{
	height: 30px;
}
#footerholder{
	background-image: url(images/index_19.png);
	height: 65px;
	width: 900px;
	margin-bottom: 25px;
}
#main_left{
	float: left;
	width: 564px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#clear{
	clear: both;
}

#sub_left{
	float: left;
	width: 345px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 15px;
	padding-right: 15px;
}
#sub_right{
	float: right;
	width: 172px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
p,td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.subhead{
	font-size: 20px;
	font-weight: bold;
	color: #071340;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #071340;
}

.subhead_red{
	font-size: 16px;
	font-weight: bold;
	color: #7b1312;
}

.subhead_mini{
	font-size: 11px;
	font-weight: bold;
	color: #7b1312;
}

.mini{
	font-size: 11px;
	line-height: 13px;
}

#main_right{
	float: right;
	width: 231px;
	margin-bottom: 10px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

#footer_right{
	float: right;
	width: 233px;
	margin-right: 20px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}

#footer_left{
	float: left;
	width: 233px;
	margin-left: 20px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}
a{
	color:#000000;
}
a:hover{text-decoration:none;}
