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

body {
	background: #46214C repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}

p {
	margin: 0px;
	padding: 4px 30px 16px 30px;
}

ul {
	margin: 0px;
	padding: 0 35px 16px 35px;
}

strong {
	color: #333;
}

h3 {
	margin: 15px 30px 15px 30px;
	padding: 0px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #333;
}

h4 {
	margin: 0px;
	padding: -1.5em 4em 1em 4em;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #666;
}

li {
	margin: 3px 0 3px 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: #939;
	text-decoration: underline;
}

a:hover {
	color: #fc0;
	text-decoration: none;
}

a:active {
	color: #fc0;
	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: 588px;
	margin: 150px 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;
	background-color: #FFFFFF;
}

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

#columnLeft {
	background-repeat: repeat-y;
	background-color: #FEF8E7;
	clip: rect(auto,auto,auto,auto);
}

#columnLeft p {
	margin: 0px;
	padding: 20px 0 50px 35px;
}

#columnRight {
	background-repeat: repeat-y;
	width: 558px;
	background-color: #FFFFFF;
}

#containerAll {
	width: 760px;
	background-image: url(images/tablebg3.gif);
	background-repeat: repeat-y;
}

div#iframe {
	text-align: center;
}

div#footer {
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	clear: both;
	width: auto;
}

div#footerRight {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
}

div#footer a:link, div#footerRight a:link {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover, div#footerRight a:hover {
	font-size: 9px;
	color: #fc0;
	text-decoration: none;
}

div#footer a:active, div#footerRight a:active {
	font-size: 9px;
	color: #fc0;
	text-decoration: none;
}

div#footer a:visited, div#footerRight a:visited  {
	font-size: 9px;
	color: #CCFFFF;
	text-decoration: none;
}

div#copyright {
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #FFCC00;
}

div#copyright a:link {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
}

div#copyright a:hover {
	font-size: 9px;
	color: #fc0;
	text-decoration: underline;
}

div#copyright a:active {
	font-size: 9px;
	color: #fc0;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
}

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

img.left {
	float: left;
}

div#imgright {
	float: right;
	margin: 0 20px 0 0 ;
	padding: 0;
}

.clearBoth {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

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

.listRight {
	margin: 0;
	padding: 14px 30px 3px 0;
	float: right;
}

.listLeft {
	margin: 0;
	padding: 0 0 3px 40px;
	float: left;
}

.strongred {
	font-weight: bold;
	color: #c00;
}

.textCenter {
	text-align: center;
}

.textCenterBold {
	text-align: center;
	font-weight: bold;
}

.textcenterboldblinking {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: blink;
}

.textCenterSmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxBold {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.font14pxBoldCenter {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.fontsize18pxBold {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.fontsize18pxBoldCenter {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.font24pxBold {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.font24pxBoldCenter {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.font28pxBold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.font28pxBold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.box {
	margin: 0px;
	padding: 3px;
	border-width: 1px solid #666;
}
.cprt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.red {
	color: #CC0000;
}
