body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active, a:visited, a:link{
	color: #777;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
td.logo_area{
	border-right: 0px solid white;
}
td.middle_spacer {
	width: 950px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 8px;
	vertical-align: top;
	background-image: url(../images/partial-bg-spiral.png); 
	background-position: top right; 
	background-repeat: no-repeat;

}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	/*height: 150px;*/
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images/main_bg.jpg);
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images/banner-logo.png); 
	background-repeat: no-repeat;
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 0px;
	vertical-align: top;
	/*background-image: url(../images/bg_content.jpg);*/
	background-repeat: repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 35px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

/*cmxform*/

form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/*endcmxform*/

.regform input{

}

.regform label{
	font-weight: bold;
	margin-right: 4px;
	text-align: right;
	width: 7.5em;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;	
}

.regrow{
	margin-top: 5px;
	margin-bottom: 5px;
}

.req{
	display: none;
}

.pageHeader{
	font-size: 20px;
	margin-left:20px;
}

.sectionHeader{
	font-size: larger;
	margin-top: 20px;
	display: block;
	font-weight: bold;
}

div.miniNav{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 80%;
	text-align: center;
	margin: 5px auto;
	/*font-size: larger;*/
	padding: 3px;
	background: #777;
	color: white;
}

div.miniNav a, div.miniNav a:active, div.miniNav a:visited, div.miniNav a:link{
	text-decoration: none;
	color:white;
}

div.miniNav a:hover{
	text-decoration: underline;
}

table.calendar {
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-collapse: collapse;
	/*background-color: white;*/
}
table.calendar th {
	border-width: 1px;
	padding: 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	/*background-color: white;*/
	border-top: none;
	border-left: none;
}
table.calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	background-color: #e7e7e7;
}
.gallery{
	margin:5px;
	width: 300px;
	height: 225px;
	float: left;
}
div.gallerycontainer{
	width: 625px;
	text-align: center;
	margin: auto;
}
