* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	/*background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat;*/
	background-color: #333;
	font-size: 16px;
}
div#container {
	width: 950px;
	margin: auto;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

div#mainContent {
	margin-left: 210px;
	margin-right: 220px;
	margin-top: 10px;
}

div#mainContent ul {
	list-style-type: none;
	padding-right: 10px;
}

div#mainContent ul li {
	padding: 10px;
}

div#mainContent ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

div#mainContent ul li a:visited {
	color: #000;
	text-decoration: none;
}

div#mainContent ul li a:hover {
	color: #000;
	text-decoration: underline;
}

div#logo {
	width: 230px;
	float: left;
	margin-left: 5px;
	margin-top: 30px;
}

div#header {
	width: 950px;
	margin: auto;
	height: 165px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 5px solid #000;
	
}

div#leftColumn {
	float: left;
	width: 190px;
	height: 400px;
	background-image: url(images/red_gradient.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 0 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}

div#leftColumn ul.regList {
	list-style-type: none;
	padding-left: 20px;
}
div#leftColumn ul.regList li {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 5px 0px;
	padding-left: 25px;
	text-transform: none;
	font-size: 1em;
}

div#leftColumn ul#nav {
	list-style-type: none;
}
div#leftColumn ul#nav li {
	display: inline;
}

div#leftColumn ul#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 20px;

}

div#leftColumn ul#nav li a:visited {
	color: #000;
	text-decoration: none;
	display: block;
}

div#leftColumn ul#nav li a:hover {
	color: #FFF;
	background: #000;
}

div#rightColumn {
	float: right;
	width: 190px;
	background: #DDD;
	margin: 10px 0px 0 0px;
	padding: 5px;
	margin-bottom: 10px;
}

div#rightColumn form{
	font-weight: bold;
	margin-bottom: 10px;
}

div#rightColumn ul {
	list-style-type: circle;
	padding-left: 15px;
	margin-bottom: 10px;
}

div#rightColumn ul li {
	line-height: 125%;
	font-size: 1em;
}

div.smallRed {
	font-size: .7em;
	color: #900;
	text-align: center;
	margin-top: 20px;
}
div.smallRed a {
	color: #900;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #C00;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	color: #000;
	margin:0 0 10px 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFF;
	background: #000;
	padding: 2px;
	padding-left: 8px;
	margin: 10px 0;
}
h3 {
	font-size: 110%;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 20px;
	font-weight: normal;
	border-top: 1px solid #000;
	padding-top: 20px;
}
	
p {
	margin: 10px;
	text-align: justify;
}
p.testimonial {
	padding-bottom: 10px;
	background-image: url(images/rose.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
p.center {
	text-align: center
}
p.left {
	text-align: left;
	padding-left: 10px;
}
span.center {
	text-align: center;
}
span.redLink {
	color: #F00;
	text-decoration: underline;
}
span.largeFont {
	font-size: 1.3em;
}
span.italic {
	font-style: italic;
}
img.left {
	float: left;
	padding: 0 5px 5px 10px;
}

img.floatLeft {
	float: left;
	padding: 0 5px 5px 0px;
}
img.floatRight {
	float: right;
	padding: 0 0px 5px 5px;
}
div#footer {
	clear: both;
	padding: 10px;
	border-top: 1px solid #000;
}
div#footer p {
	font-size: .8em;
	text-align: center;
	margin: 2px;
}





