body{
	background-image:url(images/bg.jpg);
	margin:0px;
	padding:0px;
	text-align: center; 
}

div#copyright {
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #BCA770;
	margin-top: 30px;
}
div#copyright a:link{
	color: #bca770;
}

div#copyright a:visited{
	color: #bca770;
}

div#copyright a:hover{
	color: #006295;
}

div#copyright a:active{
	color: #006295;
}


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


p, h1, h2, h3, h4, h5, a, ul, li, lo, 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-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}

/*  ------------------- Redefines the h tags  ------------------- */

h1 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #003399;
	padding: 10px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #003399;
	font-size: 10pt;
	text-align: center;
}

/*  ------------------- Redefines the li tag  ------------------- */

li {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	margin-left: 30px;
}

table#list li {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

/* ------------------- Creates the general link style for the site. This is not the main navigation.  -------------------  */
a:link {
	font: bold 10pt "Trebuchet MS", Arial, sans-serif;
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	font: bold 10pt "Trebuchet MS", Arial, sans-serif;
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
	color: #00CCFF;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#main{
	margin: 0 auto;
	width: 740px;
	background-image: url(images/bg_main.gif);
}

div#header {
	height: 114px;
	width: 704px;
	margin: 0px auto;
	padding: 0px 36px 0px 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

div#right {
	text-align: left;
	width: 475px;
	height: auto;
	margin: 0px 0px 0px 5px;
	float: left;
	padding: 15px;
}

div#content {
	width: 740px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_content.gif) no-repeat;
	
}

div#addressarea{
	padding: 5px;
	height: auto;
	width: 150px;
	margin: 300px 0px 2px;
	float: right;
	background-image: url(images/bg_halftone.gif);
}

div#addressarea p{
	font-size: 8pt;

}


/* ----------MAIN NAVIGATION ---------------- */

div#navcontainer {
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 36px;
	background: #003366;
	text-align: center;
} 

ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9pt;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #FBF6F0;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 4px 4px 4px 5px;
	margin: 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	font-size: 9pt;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #603211;
	background-color: #FBF6F0;
	font-weight: normal;
}

/* ------------------- Creates the div container for the footer.  ------------------- */
div#footer {
	background: #003366;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 4px 0px;
}

div#footer p {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font: 8pt Arial, Helvetica, sans-serif;
}

div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 8pt Arial, Helvetica, sans-serif;
}

div#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

div#footer a:active {
	color: #FFFF99;
	text-decoration: underline;
}


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

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
}
img.right {
	float: right;
	padding: 8px;
	margin: 8px;
}
img.rightborderwhite {
	float: right;
	border: 10px solid #ffffff;
	margin: 20px;
}
div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
