/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}

p {
	margin: 0px;
	padding: 4px 35px 16px 35px;
}

ul {
	margin: 0px;
	padding: 0 35px 16px 35px;
}

em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h3 {
	margin: 28px 180px 15px 30px;
	padding: 0px;
	font-size: 18px; 
	font-weight: bold; 
	text-decoration: none;
	color: #287755;
}

h4 {
	margin: 10px 40px 10px 30px;
	padding: 0px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #882D71;
}

li {
	margin: 5px 0 5px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #882D71;
	text-decoration: underline;
}

a:hover {
	color: #287755;
	text-decoration: none;
}

a:active {
	color: #287755;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
table#header {
	width: 760px;
	margin: 15px auto 0px auto;
}

table#intro {
	width: 650px;
	margin: 15px auto 0px auto;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}

#columnleft {
	width: 159px;
	background-image: url(images/tablebg1.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#columnright {
	width: 601px;
	background-color: #fff;
	vertical-align: top;
}

#listfloatleft {
	float: left;
	margin: 0 50px 15px 50px;
	padding: 0;
}

div#iframe {
	text-align: center;
}

div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
}

div#footerright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 9px;
	color: #666;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover {
	font-size: 9px;
	color: #287755;
	text-decoration: none;
}

div#footer a:active, div#footerright a:active {
	font-size: 9px;
	color: #287755;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 9px;
	color: #666;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
}

div#copyright a:link {
	font-size: 9px;
	color: #666;
	text-decoration: none;
}

div#copyright a:hover {
	font-size: 9px;
	color: #00f;
	text-decoration: underline;
}

div#copyright a:active {
	font-size: 9px;
	color: #00f;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #666;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

#imgleft {
	float: left;
}

#imgright {
	float: right;
	margin: 5px 40px 0 0;
	padding: 0 0 5px 5px;
}

.clearBoth {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.font14pxboldcenter {
	font-size: 14px;
	font-weight: bold;
	color: #287755;
	text-align: center;
}

.fontsize18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.fontsize18pxboldcenter {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font24pxbold {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.font24pxboldcenter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.box {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
}

.centered {
	text-align: center;
	margin: 5px auto 5px auto;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}