@charset "utf-8";
/* CSS Document */

body {
	background-color: #4E84C4;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	margin: 2% 0;
	padding:0; 
}

.pageHeadingGold {
	color: #D6A22D;
	font-size: 120%;
	font-weight:500;
}

.pageHeadingBlue {
	color: #5889C6;
	font-size: 120%;
	font-weight:500;
}

.registered {
	font-size: 80%;
}

.subHeadingBlue {
	color: #5889C6;
	font-size: 110%;
	font-weight:bold;
}

.subHeadingGold {
	color: #D6A22D;
	font-size: 110%;
	font-weight:bold;
}

.goldBold {
	color: #D6A22D;
	font-size:100%;
	font-weight:bold;
}

.blueBold {
	color: #5889C6;
	font-size:100%;
	font-weight:bold;
}

.goldText {
	color: #D6A22D;
}

.distName {
	color: #5889C6;
}

.hrGold {
	height: 2px;
	width: 99%;
}

.hrBlue{
	height:1px;
	width: 99%;
	padding: 10px 0px;
}

.copy {
	color: #000000;
	font-size: 60%;
	vertical-align:bottom;
}
/*==============================================================================================
LINK PROPERTIES
================================================================================================= */
a {
	color:#5889C6;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.goldBold {
	text-decoration:none;
}

a:hover.goldBold {
	text-decoration:underline;
}

/*==============================================================================================
TABLE PROPERTIES
================================================================================================= */
/* BEGIN MAIN Table Layout*/
#mainTable {
	border: 1px solid #D59F0F;
	width: 770px;
}

#mainTable td {
 	background-color: #FFFFFF;
}

#copy {
	width: 770px;
}

#copy td {
 	vertical-align:bottom;
	text-align:right;
}

#header {
	text-align:center;
	padding-bottom: 40px;
}

#maincontent {
 	vertical-align: top;
	/*/*/font-size: 100%; /* */
}

#submaincontent { /*Used for the sub pages*/
 	vertical-align: top;
	border-left: 2px solid #EBD196;
	/*/*/font-size: 100%; /* */
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#sidebar {
 	width: 180px;
 	vertical-align: top;
	/*/*/font-size: 85%; /* */
	padding: 0px;	
	margin: 0px;
}

#navigation td{
	padding: 0px;
	margin: 0px;
}

#footer {
 	text-align:right;
}

/*END MAIN Table Layout*/


#contentTable {
	/*/*/font-size: 70%; /* */
	color: #737577;
}

#contentTable td {
 	background-color: #FFFFFF;
}

#hrGold {
	padding-top: 2px;
	padding-bottom: 4px;
}

#col1 {
	padding: 0px 15px 0px 0px;
	vertical-align: top;
}

#col2 {
	padding: 0px 15px;
	border-left: 1px solid #E0B962;
	vertical-align: top;
}

#col3 {
	padding: 0px 5px;
	border-left: 1px solid #E0B962;
	vertical-align: top;
}

#bottomHr {
	background-image:url(../images/horizontal-rule-gold.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin-right: 20px;
	text-align:center;
}
