/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFDDF;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: 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: 12px;
	line-height: 16px;
	color: #333333;
	text-transform: none;
	padding: 0px;
	margin: 0px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0px 10px;
	text-indent: 0px;
	margin: 12px 10px 20px 15px;
	border-bottom: 1px solid #F59BC1;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 15px 0px 5px 8px;
	text-align: left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	position: relative;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	border: 3px solid #F59BC1;
	margin: 0px auto;
	width: 750px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 545px;
	background: url(images/content_bg.gif) no-repeat left top;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	width: 750px;
	height: 25px;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	background: url(images/footer.gif) no-repeat left bottom;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color:#333333;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px auto 0px;
	padding: 10px;
	clear: both;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 200px;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	text-decoration: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 18pt;
	background: FFFDDF;
	width: 200px;
	border-right: 3px solid #FFFFFF;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background: #F59BC1 no-repeat right center;
}

ul#list {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}

ul#list li {
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif);
}
.clear {
	clear: both;
}
.right {
	float: right;
	margin-left: 10px;
	padding: 3px 3px 5px;
	border: 1px solid #265CAB;
	background: #FFFFFF;
}
div#footerholder {
	width: 550px;
	padding-left: 200px;
	margin-top: 16px;
}
form {
	text-align: left;
	margin-left: 20px;
}

.image {
	float:right;
	margin: 10px;
	border: 1px solid #F59BC1;
	padding: 5px 5px 5px 5px;
	clear: both;
}	
