* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE url(../images/header_bg.gif) repeat-x;
	color: #333;
}
	
#container {
	width:785px;
	margin: 0 auto;
	background: url(../images/body_bg.gif) center repeat-y;
}

#header {
	height: 28px;
	background: url(../images/header.gif) center top no-repeat;
	padding: 3px 20px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color:#fff;
	}
	
#nav {
	height: 38px;
	background: url(../images/nav.gif) center top no-repeat;
	}
	
#nav ul {
	list-style: none;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
	display: inline;
	}
	
#nav ul li {
	background: url(../images/nav_li.gif) no-repeat left;
	padding-left: 20px;
	margin-right: 15px;
	font-size: 14px;
	color:#fff;
	display: inline;
	}
	
#wrap {
	background:url(../images/body_bg_top.gif) center top no-repeat;
	padding-top: 50px;
	}
	
#leftcol {
	float: left;
	width: 480px;
	margin-left: 9px;
	padding: 0 10px
	}
	
#leftcol h1 {
	font-size: 22px;
	color: #c60202;
	padding: 10px 10px 0 0;
	}
	
#leftcol h2 {
	font-size: 12px;
	color: #000;
	padding: 10px 10px 0 0;
	}
	
#leftcol p {
	padding: 5px 20px 5px 0;
	line-height: 140%;
	}
	
#rightcol {
	float: left;
	width: 240px;
	padding: 20px 10px;
	}
	
#rightcol h1 {
	font-size: 14px;
	color: #990000;
	padding: 10px 10px 0 0;
	}
	
#rightcol p {
	padding: 10px 10px 20px 0;
	line-height: 140%;
	}
	
#rightcol ul {
	list-style: none;
	margin: 15px;
	}
	
#rightcol ul li {
	background: url(../images/rightcol_li.gif) no-repeat left;
	padding-left: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color:#000000;
	}
	
#nav_bot {
	clear: both;
	height: 25px;
	}

#nav_bot p {
	font-size: 10px;
	text-align: right;
	padding: 10px;
	padding-right: 25px;
	}
	
#foot {
	width: 100%;
	height: 74px;
	background:url(../images/footer_bg.gif) repeat-x;
	}
	
#footer {
	height: 50px;
	width: 785px;
	margin: 0 auto;
	color: #fff;
	}
	
#footer p {
	text-align: right;
	font-size: 12px;
	padding: 10px;
	}
	
#footer .left {
	float: left;
	text-align:left;
	}
	
/* Links */

a:link, a:visited {
	color: #c60202;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #c60202;
	text-decoration: underline;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	color: #fff;
	text-decoration: underline;
	}

#nav_bot a:link, #nav_bot a:visited {
	color: #c60202;
	text-decoration: none;
	}
	
#nav_bot a:hover, #nav_bot a:active {
	color: #c60202;
	text-decoration: underline;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover, #footer a:active {
	color: #c60202;
	text-decoration: none;
	}


/* Form */

#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 5px;;
}
#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
}

#contactForm fieldset {
	width: 300px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #c60202;
}

#contactForm .txt {
	border: 1px solid #c60202;
	width: 182px;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #c60202;
	background-color: #CCC;
	color: #000000;
}

/* marketing */

a.gray, a.gray:hover, a.gray:visited, a.gray:active {
	text-decoration: none;
	color: #333;
	font-style: normal;
}

.mt {
	display: none
}