body {
	background: #FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 15px;
}
h1 {
	color: #000000;
	font-size: 14px;
}
h2 {
	font-size: 14px;
	color: #CC0000;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px none #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size: 12px;
	border-bottom: 1px none #CCCCCC;
	margin-top: 15px;
	color: #FFFFFF;
	background: #999999;
	padding: 5px;
	clear: both;
}
address {
	font-size: 11px;
	font-style: normal;
	margin-top: 15px;
	margin-left: 5px;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style: url(images/arrow.gif) none;
	margin-left: 0px;
	padding-left: 0px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 770px;


	margin: 0px auto:
	background: url(images/bg_page.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_page.gif) repeat-y;
	position: relative;
}
div#header {
}
div#nav {
	float: left;
	width: 170px;
	padding-left: 10px;
}
div#content {
	float: right;
	width: 540px;
	padding-right: 25px;
	clear: none;
	}
	div#content li b, div#content li strong {
	color: #CC0000;
}

div#contact {
	border: 1px solid #CC3300;
	margin-top: 15px;
	padding: 5px;
	background: #EBEBEB;
	width: 152px;
	margin-right: auto;
	margin-left: auto;
}
div.columnleft {
	float: left;
	width: 340px;
	margin-bottom: 15px;
	clear: left;
}
div.columnright {
	margin-top: 15px;
	}
	div.columnright img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 14px;
	width: 770px;
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750px;
	padding: 10px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	}
	div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	}
	div#copyright p {
	font-size: 9px;
	text-align: right;
	}
	div#copyright a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
div.columnleft2 {

	float: left;
	width: 100px;
	margin-bottom: 15px;
	clear: left;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
}
img.right {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 5px;
}

img.borderred {
	border: 1px solid #CC0000;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 160px;
	color: #000000;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	color: #000000;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	display: block;
	width: 150px;
	border-bottom: 1px solid #000000;
	padding: 5px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/arrow.gif) no-repeat left center;
	text-indent: 10px;
	color: #CC0000;
}

/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 766px;
	margin: 0px auto;
	height: 12px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	}

ul#utilitynav li {
	display: inline;
	float: right;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #AB9878;
	color: #CC0000;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #CC0000;
	text-decoration: underline;
}
/* ---------------------------- FORM  ----------------------------  */

input, textarea {
        width: 200px;
        margin-bottom: 10px;
}

label{
	display: block;
	float: left;
	width: 130px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
div#privacy {
	font-size: 11px;
}

/* ---------------------------- CUSTOM CLASSES ----------------------------  */
div.indent {
	padding-left: 40px;
	margin-bottom: 15px;
}
