* {
	margin: 0;
	padding: 0;
}
body {
	background: #CCCCCC url(../images/BG.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #403030;
}
#header {
	background: #F0F0F0;
	border-bottom: 2px solid #FB0808;
}
#column-holder {
	background: #FFFFFF;
	width: 940px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
.desc {
	padding: 15px;
}
#left-col {
	float: left;
	width: 385px;
	display: inline;
}
#middle-col {
	float: left;
	width: 355px;
	display: inline;
}
#right-col {
	float: right;
	width: 200px;
	background: #E0E0E0;
}
#column-holder h2 {
	color: #504040;
	padding: 5px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #A0A0A0;
	font-weight: bold;
	font-size: 14px;
}
.box div {
	font-weight: bold;
	font-size: 12px;
	padding-left: 6px;
	border-left: 12px solid #AB0404;
}
a.h3{
	color: #000000;
	text-decoration: none;
}
a.h3:hover {
	text-decoration: underline;
}
#column-holder small {
	display: block;
	font-size: 10px;
	color: #990000;
	width: auto;
	line-height: 14px;
	font-weight: bold;
}
.box {
	height: 1%; /* fixes IE6 peekaboo bug */
	margin: 8px;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	padding: 5px;
	background: url(../images/top_right.jpg) top left repeat-x #EAE8E9;
}
.box img {
	float: right;
	margin-left: 8px;
	display: inline;
	width: 75px;
	height: 75px;
	border: none;
}
#footer {
	clear: both;
	padding: 10px;
	background: #FCFCFC;
	text-align: center;
}
.box div div { /* clearing div for floated images */
	width: 1px; /* fixes IE7 alignment bug */
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	line-height: 0px;
}
a.footerLinks {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}
