/************ Code to reset tags for all pages ***************/
* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset,
address {
    padding: 10px 0;
}
li, dd, blockquote {
    margin-left: 1em;
}
fieldset {
    padding: .5em;
}

/*********** top level divs and containers ****************/
body {
	color:#4c4d4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	text-align: center;
	background-color:#878787;
	background-image:  url("images/body-bgd.gif");
	background-repeat: repeat-x;
	background-position: top;
}
#center {
	width: 807px;
	text-align: left;
	margin: 30px auto 10px;
}
#header {
	font-size: 1.3em;
	padding: 1.7em 20px 0;
	height: 2.2em;
	color:#fff;
	background-image:  url("images/nav-bgd.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	height: 200px;
	background-image:  url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#content{
	padding: 10px 7px 10px 30px;
	overflow: hidden;
	height: 100%;
	background-image:  url("images/content-bgd.gif");
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 400px;
}
#leftcol {
	overflow: visible;
	width: 400px;
	margin-top: 13px;
	float:left;
	border-top: 1px solid #b4ada9;
}
#rightcol {
	overflow: visible;
	padding: 15px 31px;
	width: 280px;
	float:right;
}
#footer {
	background-image:  url("images/footer-bgd.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-size: .8em;
	color: #aaa;
	clear:both;
}
/*********** content and text styles ****************/
img {
	float:left;
	margin: 20px 10px 10px 0;
}
h1, h2 {
	font-size: 1.2em;
	padding: 20px 0 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #b61c2a;
}
a:hover {
	text-decoration: none;
}
#header a:link, #header a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	margin: 0 10px;
}
#header a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#header a.current {
	border-bottom: 1px solid #fff;
}
ul {
	list-style-type: square;
}
#footer a:link, #footer a:visited {
	color: #aaa;
}
#cnlink {
	font-size: .6em;
color: #aaa;
padding: 0 0;
}
#cnlink a:link, #cnlink a:visited {
color: #aaa;
}