.makemiddle {
	text-align: center;
	width: 100%;
}
.overallwidth {
	text-align: left;
	width: 803px;
	margin-right: auto;
	margin-left: auto;
}
.header_links {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.header_links a {
	color: #666666;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #990000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}h3 {
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	margin-top: 5px;
	padding-top: 0px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}


#header_grey {
	background-color: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	height: 58px;
	background-repeat: repeat-x;
}
#header_grey_buttons {
	float: right;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_grey_buttons li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

#header_grey_buttons li:hover { 
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7; 
}

.red_bar {
	background-color: #990000;
	height: 3px;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	clear: both;
}
#widget_group {
	height: 150px;
	width: 289px;
	overflow: hidden;
	float: left;
	padding-top: 6px;
}
.widget_bg {
	background-image: url(../images/widget_background.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 249px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 25px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

.widget_bg:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
	color: #FFFFFF;
	text-decoration: none;
}
.widget_pointer {
	height: 18px;
	width: 10px;
	float: right;
}
.widget_text {
	float: left;
}
#fp_box_top {
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	width: 507px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fp_box_middle {
	background-image: url(../images/box_middle.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fp_box_bottom {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position: bottom;
	min-height:130px;
    height:auto !important;
    height:130px;
}
#homepage_box p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}
#homepage_box h3 {
	font-size: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
}
#homepage_box .icon {
	float: left;
	width: 95px;
	text-align: right;
	padding-right: 5px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-top: 7px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.footer a {
	color: #999999;
}
.dotted-line {
	height: 1px;
	width: auto;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
	overflow: hidden;
}
.content_col_50 {
	float: left;
	width: 49%;
}
.biggreen {
	font-weight: bold;
	color: #00CC00;
}
.bigred {
	font-weight: bold;
	color: #FF0000;
}
