/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #f9f8FC url(images/siteback.jpg) repeat-x top left;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
}

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-size: 12px;
}
h1 {
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 12px;
	color: #4B2A61;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:hover, a:active {
	font-size: 12px;
	font-weight: bold;	
	color: #000;
	text-decoration: underline;
	border: none;	
}

iFrame {
 	margin: 0; 
	overflow-x: hidden;
	overflow-y: hidden; 
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

div#header {
	width: 750px;
	height: 142px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/headerback.jpg) no-repeat top center;
}

table#container {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
table#container td {
	vertical-align: top;
	
}

/* ------------------- Main Nav ------------------------- */

div#navcontainer {
	background: url(images/navback.jpg) no-repeat top center;
	width: 750px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	vertical-align: bottom;
}

ul#mainnav {
	width: 750px;
	border: 0px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: center;
}

ul#mainnav li { 
	display: inline; 
	list-style: none;
}

ul#mainnav li a, ul#mainnav li a:visited, ul#mainnav li a:active {
	list-style-type: square;
	font-size: 10px;
	font-weight: bold;
	color: #112D47;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-right: 12px;
}
ul#mainnav li a:hover {
	color: #391D02;
	text-decoration: overline;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-size: 10px;
	font-weight: bold;
	color: #391D02;
	text-align: left;
	text-decoration: overline;
	text-transform: uppercase;
	text-align: center;
	padding-right: 12px;
}

/*------------------- Body content ---------------------------*/

table#bodycontent {
	width: 750px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: url(images/bodybackground.jpg) no-repeat top center;
}

table#bodycontent td#leftbar {
	width: 186px;
	background: #D9D5E9;
	verticle-align: top;
	text-align: center;
}

table#bodycontent td#maincontent {
	width: 564px;
	background: #F9F8FC;
	margin: 0px;
	padding: 20px;
}

td#maincontent h1 {
	font-size: 16px;
	color: #4B2B5E;
	border-bottom: 1px #4b2b5e dashed;
}

td#maincontent ul {
	font-size: 12px;
	color: #4B2B5E;
}

td#maincontent ul li {
	margin-left: 50px;
}


/*------------------- Footer content ---------------------------*/

/* Creates the div container for the footer. */
div#footer {
	background: url(images/footerback.jpg) no-repeat bottom left;
	width: 750px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#footernav {
	font-size: 9px;
	text-align: center;
	margin-top: 100px;
	border-top: 1px dotted #ccc;
}

div#footernav a:link {
	font-size: 9px;
	text-align: center;
	border-top: 1px dotted #ccc;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.center {
	text-align: center;
}

/* ----------------- CUSTOM CLASSES ----------------- */

/* ----------------- copyright ----------------- */

div#copyright, #copyright a:link {
	font-size: 9px;
	text-align: center;
	border-top: 1px dotted #ccc;
}