/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

* { margin:0px; padding:0px;}

body {
	background: #999999;
	margin: 2px 0px 0px 0px; 
	padding: 0px; 
	text-align: center; 
}

table img { margin:5px 0px;}

/* This sets a default font for all of our tag selectors.*/

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li, lo {
	font-size:8pt;
	width: 60%;
}

ul#mainnav li a img{ margin-left:7px; padding:0px;}

/* Redefines the p tag */
p {
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:8px;
	padding-bottom: 5px;
}
h1 {
	font: 16pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #330397;
	text-align: center;
	padding: 5px 10px 10px 5px;
	border-top: 5px solid #330099;
	width: 292px;
}
h2 {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #330397;
	padding: 2px;
	background: #FFFF99;
	width: 70%;
}

/* Creates the general link style for the site. */
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FFFF99;
	border-bottom: 1px dotted #FFFF99;
}
a:active {
	color: #FFFF99;
	text-decoration: underline;
	border-bottom: 1px dotted #FFFF99;
}

a.link:link, a.link:visited {
	color: #666;
	text-decoration: underline;
	}
a.link:hover {
	color: #000099;
	}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */

table, td, th  {
	border-collapse: collapse;
	vertical-align: top;
}

table {
	height: auto;
	width: 750px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

td#left {
	height: auto;
	width: 200px;
	background: url(images/bg_angle.jpg);
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td#left img {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td#center {
	height: auto;
	width: 268px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td#right {
	height: auto;
	width: 281px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td#right table{
	height: auto;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #330099;
	margin-left: 1px;
	width: 100%;
}

td#right td{
	padding: 2px;
}

td#content {
	height: auto;
	width: 549px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	list-style: outside;
}

td#content ul{
	list-style: disc inside;
	vertical-align: top;
}

td#content li{
	list-style: disc outside;
	width: 300px;
	vertical-align: top;
}

td#content table{
	height: auto;
	width: 90%;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
}

td#content td{
	padding: 2px;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */

table#container td {
	vertical-align: top;
}

/* Creates DIV container for header.


/* Styles the table that serves as the container for the content and navigation.
table#container {
}*/


/* Creates the div container for the footer. */

div#footer {
	background: #2C2D7D;
	margin: 0px;
	padding: 10px 0px;
	width: 549px;
	border: 1px solid #000000;
	text-align: center;
}
div#footer p {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
	border-bottom: 1px dotted #ffff99;
}
div#footer a:active {
	color: #FFFF99;
	text-decoration: none;
	border-bottom: 1px dotted #ffff99;
}

div#copyright {
font-size: 9px;
}

/* ----------------- NAVIGATION STUFF ------------------*/

div#navcontainer {
	width: 200px;
	margin-left: 0px;
	margin-right: auto;
	text-align: right;
} 


ul#mainnav {
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: #ffffff repeat-y left top;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

ul#mainnav img {
	border: none;
	margin:0px 5px 0px 0px;
	padding-left:0px;
	text-align: right;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000000;
	width: 199px;
	text-align: right;
	padding-left: 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a:hover, ul#mainnav li a.current:link {
	color: #2C2D7D;
	text-align: right;
}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#address {
	background: #FFFFFF;
	border-top: 0 none;
	border-bottom: 0 none;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: bottom;
	color: #000000;
	border-right: 0 none;
	border-left: 0 none;
}
.contentmargin {
	padding: 5px;
}

div#copyright {
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.dottedborder {
	border: 1px dotted #999999;
}
table#middle {
	background: #FFFFFF;

}
