body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#4c4c4c;
}

#container {
	background:url('../images/containerbackground.png') repeat-x;
	background-position:0px 108px;
}

#header {
	width:100%;
	background:url('../images/headerfade.png') repeat-x;
	height:108px;
}
#headerwrapper {
	width:980px;
	margin:auto;
}

#logo {
	height:67px;
}
#logo a:hover {
	text-decoration:none;
}
#logo img {
	padding-top:20px;
}

#topnav {
	height:41px;
	color:#ffffff;
	padding-top: 5px;
}

#main {
	width:940px;
	background:url('../images/topfade.png') repeat-x;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	margin:0px auto 50px auto;
	padding:20px;
}

#vendors {
	background:url('../images/vendorfade.png') repeat-x;
	height:120px;
	margin-bottom:20px;
}
#carousel img {
	width:120px;
	border:0px;
}

#contentwrapper {
	float:left;
	clear:both;
	padding-bottom:10px;
}

#maincontent {
	width:620px;
	float:left;
}

#sidecontent {
	width:300px;
	margin-left:20px;
	float:right;
}
#pdfbox {
	background:url('../images/pdfbox.png') repeat-y;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding:8px;
	margin-bottom:20px;
}
#quicklinks {
	padding:10px 0px;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
	margin-bottom:20px;
}
#quicklinks a {
	color:#4c4c4c;
	text-decoration:none;
}
#quicklinks a:hover {
	color:#2a2a2a;
	text-decoration:none;
}

#articlewrapper {
	width:100%;
	float:left;
	clear:both;
	background:url('../images/topfade2.png') repeat-x;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}
.article {
	width:275px;
	margin:20px 0px;
	padding:0 18px;
}
#article1 {
	float:left;
	border-right:1px dashed #cccccc;
}
#article2 {
	float:left;
}
#article3 {
	float:right;
	border-left:1px dashed #cccccc;
}

#footer {
	color:#999999;
}


h1 {
	font-size:18px;
	color:#305869;
}
h2 {
	font-size:15px;
	color:#305869;
}

a {
	color:#b92c25;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:1px solid #dddddd;
	padding:2px;
	margin:2px;
}
.noborder {
	border:0px;
	padding:0px;
}

sub, sup {
	font-size:8px;
}

