*{
	margin: 0px;
	padding: 0px;
}
body, html {
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", sans-serif, Calibri;
	font-size: 12px;
	height: 100.01%;
	background-image: url(../images/mainBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited, a:active {
	outline: none;
	color: #007FC6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus{
	-moz-outline-style: none;
}
img {
	border:none;
}
#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-color: #000000;
	height: 80px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/bannerBack_pls.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#header a:link, #header a:visited, #header a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;	
}

/*---------------------------------------   MENUBAR   ------------------------------------------*/
#menubar {
	background-color: #000000;
	height: 30px;
}
#menubar ul {
	list-style:none;
	position:relative;
}
#menubar li {
	float:left;
}
#menubar li a:link, #menubar li a:visited, #menubar li a:active {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	text-transform: uppercase;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
}

/*-------------------------------------------------------------------------------------------------*/
#siteTitle {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "Trebuchet MS", sans-serif, Calibri;
	font-size: 24px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 0px;
}
#content p {
	margin-bottom: 6px;
}
#homeImage {
	height: 200px;
	width: 100%;
}
#homeContent {
	font-size: 16px;
	color: #666666;
	background-color: #EEEEEE;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/mainBack.jpg);
	background-repeat: repeat-x;
}
.homeHeader {
	height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #999999;
}

#introText {
	font-size: 16px;
	color: #666666;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
	line-height: 20px;
}
#introText .date {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
#regText {
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	padding: 20px;
}
#regText img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homeFeatures {
	text-align: center;
}
#mainContent {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
}
.smallText {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.shaded {
	background-color: #EEEEEE;
}
#leftColumn {
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
	padding-top: 20px;
	/*this is the box in the left hand column. Cam changed it from gray (#EEEEEE) to white (#FFFFFF)*/
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#rightColumn {
	width: 520px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 20px;
}
#rightColumn table {
	margin-bottom: 10px;
	width: 500px;
}

#rightColumn h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}
#rightColumn h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 3px;
}
#rightColumn ul {
	padding-left: 20px; /* makes room for the bullet */
	margin-bottom: 20px;
}

#rightColumn td {
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footer {
	background-color: #333333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #999999;
}
.copyright {
	padding-top: 5px;
	font-size: 11px;
	color: #999999;
}

/*--------------------- BLUE THEME --------------------------------*/
.theme_BLUE #siteTitle {
	background-color: #3399CC;
}
.theme_BLUE #menubar li a:hover, .theme_BLUE #menubar li.current {
	background-color: #3399CC;
}
.theme_BLUE a:link, .theme_BLUE a:visited, .theme_BLUE a:active {
	color: #3366CC;
}
.theme_BLUE #footer a {
	color: #3399CC;
}
.theme_BLUE #footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3399CC;	
}

/*--------------------- RED THEME --------------------------------*/
.theme_RED #siteTitle {
	background-color: #CC0000;
}
.theme_RED #menubar li a:hover, .theme_RED #menubar li.current {
	background-color: #CC0000;
}.theme_RED a:link, .theme_RED a:visited, .theme_RED a:active {
	color: #FF0000;
}
.theme_RED #footer a {
	color: #FF0000;
}
.theme_RED #homeFeatures {
	background-color: #CC0000;
}
.theme_RED #footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CC0000;	
}

/*--------------------- GREEN THEME --------------------------------*/
.theme_GREEN #siteTitle {
	background-color: #99CC00;
}
.theme_GREEN #menubar li a:hover, .theme_GREEN #menubar li.current {
	background-color: #99CC00;
}
.theme_GREEN a:link, .theme_GREEN a:visited, .theme_GREEN a:active {
	color: #99CC00;
}
.theme_GREEN #footer a {
	color: #99CC00;
}
.theme_GREEN #homeFeatures {
	background-color: #99CC00;
}
.theme_GREEN #footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #99CC00;	
}

/*--------------------- ORANGE THEME --------------------------------*/
.theme_ORANGE #siteTitle {
	background-color: #FF6600;
}
.theme_ORANGE #menubar li a:hover, .theme_ORANGE #menubar li.current {
	background-color: #FF6600;
}
.theme_ORANGE a:link, .theme_ORANGE a:visited, .theme_ORANGE a:active {
	color: #FF6600;
}
.theme_ORANGE #footer a {
	color: #FF6600;
}
.theme_ORANGE #homeFeatures {
	background-color: #FF6600;
}
.theme_ORANGE #footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FF6600;	
}

