body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	font-size:12px;
	line-height:16px;
	}

/* Redefines the p tag */
p {
	font-weight: normal;
	text-decoration:none;
	margin:15px 15px 5px 18px;
	}

/* Redefines the h1 tag */
h1 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:15px 15px 10px 18px;
	color:#610903;
	}

/*--------Backgrounds-----*/

.contentbkg, .navbkg{
	background-image:url(images/content_00.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}

.navbkg{
	background-image:url(images/nav_tile.jpg);
	}

.footer {
	background-image:url(images/layout_10.gif);
	background-repeat:no-repeat;
	background-position: top;
	}

/*-----END Backgrounds-----*/

/*---GENERAL LINKS - Creates the general link (such as email links or map links...)
style for the site. This is not the main navigation.---*/

a.url:link {
	text-decoration:underline;
	font-weight:bold;
	}
	
/*a.url:visited {
	color:#000000;
	}*/

a.url:hover {
	color:#666666;
	}
	
/*a.url:active {
	color:#000000;
	}*/

/*---END GENERAL LINKS-------------------------------------*/


/* ----------------- CONTENT AREA STYLES ----------------- */

/*(This doesn't work on Netscape 6 - if have to set padding to 0px i.e. padding: 0px 0px 0px 0px;) 
Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
/*div#header {
	}*/

/* Styles the table that serves as the container for the content and navigation.*/
table#divContent {
	width:auto;
	}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
/*table#container td {
	vertical-align: top;
	}*/

/* ----------------- END CONTENT AREA STYLES ------------------ */

/* ----------------- IMAGE ELEMENTS --------------------------- */

img.left {
	border: 1px solid #333333;
	margin:0px 10px 0px 0px;
	float:left;
	}

img.right {
	border: 1px solid #333333;
	margin:0px 0px 0px 10px;
	float:right;
	}

a.map{
	margin:30px 15px 10px 0px;
	text-align:right;
	}

div#divMap {
	margin:30px 15px 10px 0px;
	text-align:right;
	}
	
/* ----------------- END IMAGE ELEMENTS ----------------------- */

/*--------- Creates the div container for the footer.---------- */
div#divfooter {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 10px 0px 10px 0px;
	}

div#divUtility, div#divCopyright {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	vertical-align:bottom;
	margin:10px 0px 0px 0px;
	}

div#divCopyright {
	margin:0px 0px 0px 0px;
	}

a.utility{
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	}

a.utility:hover{
	color:#999999;
	}

a.copysm {
	color:#ffffff;
	font-size:9px;
	line-height:14px;
	text-decoration:underline;
	}

a.copysm:hover {
	text-decoration:none;
	color:#999999;
	}

/*--------- END div container for the footer.---------- */
