html, body {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, sans serif;
	font-size:14px;
}

a:focus {
	outline:none;
}

img {
	border:0;
}

.clr {
	clear:both;
}

#wrap {
	width:980px;
	margin:0 auto;
}

#header {
	color:#660033;
	font-weight:bold;
	margin-bottom:5px;
}

#header_nav {
	background-color:#660033;
	padding:10px;
	text-transform: uppercase;
	font-weight:bold;
	background-image:url(/images/fade_01.gif);
	background-position:bottom right;
	background-repeat:repeat-y;
}

#header_nav a:hover {
	color:#DDDDDD;
}

#header_nav a {
	color:#ffffff;
	text-decoration:none;
	padding-right:10px;
}

#cont {
	width:100%;
	overflow:hidden;
	display:block;
	min-height:400px;
}

#cont_r {
	width: 965px;
	float:left;
	padding:5px;
	padding-left:10px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
}

#cont_l {
	width:160px;
	float:left;
	background-color:#660033;
	padding:5px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-image:url(/images/fade_01.gif);
	background-position:bottom right;
	background-repeat:repeat-y;
}


#footer {
	text-align:center;
	font-size:12px;
	border-top:3px solid #660033;
}

#footer a {
	color:#660033;
}

/*site map page styling*/
.csc-sitemap ul{
	list-style-type:none;
}
.csc-sitemap a{
	text-decoration:none;
	color:#000000;
}

.csc-mailform-field label {
	width:80px;
	float:left;
}

h1 {
	clear:both;
	color:#660033;
	font-size:20px;
}
