@charset "UTF-8";
/* CSS Document */

/* FORMAT CLASSES */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bkg_banner.gif);
	background-repeat:repeat-x;
}
#regForm {
	background-color:#E5EBFF;
	padding: 15px;
}
.centerColumn {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #006699;
}
.menuColumn {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #006699;
}

.imagePadRight {
	padding-right: 10px;
}



/*  LINK CLASSES  */
a.menu:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	line-height:20px;
	margin:0px 0px 0px 5px;
}
a.menu:visited {
	text-decoration: none;
	color: #006699;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height:20px;
	margin:0px 0px 0px 5px;
}
a.menu:hover {
	text-decoration: underline;
	color: #987763;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height:20px;
	margin:0px 0px 0px 5px;
} 
.liveMenuLink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #987763;
	text-decoration: none;
	line-height:20px;
	margin:0px 0px 0px 5px;
}
a.bodyLink:link {
	color: #006699;
	text-decoration: underline;
}
a.bodyLink:visited {
	color: #006699;
	text-decoration: underline;
}
a.bodyLink:hover {
	color: #987763;
	text-decoration: underline;
}



/*  TEXT CLASSES  */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
.bodyHeader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #81AC58;
	line-height: 20px;
	margin: 0px 0px 6px 0px;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE1E06;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}

