/* Start of CMSMS style sheet 'Site CSS MAIN' */
body {
  margin: 0;  
  text-align: center;
  font: 0.62em georgia, arial, sans-serif; 
  background-color:#000027;
}

p { 
	color:#000; font-size:12px;  margin: 10; 
}

.header_font_brown{color:#7B7360; font-size:12px; margin: 10;  }
.header_font_orange{color:#FAB946; font-size:12px; margin: 10; }

a{  color: #64686A;   font-size:11px;   font-weight:normal; text-decoration:none}
a:visited {   color: #64686A;    font-size:11px;   font-weight:normal; text-decoration:none }
a:hover {   color: #64686A;    font-size:11px;   font-weight:normal; text-decoration:underline }

a.white{  color: #fff;   font-size:11px;   font-weight:normal; text-decoration:none}
a.white:visited {   color: #fff;    font-size:11px;   font-weight:normal; text-decoration:none }
a.white:hover {   color: #fff;    font-size:11px;   font-weight:normal; text-decoration:underline }

a.menu{  color: #4B575F;   font-size:14px;   font-weight:normal; text-decoration:none}
a.menu:visited {   color: #4B575F;    font-size:14px;   font-weight:normal; text-decoration:none }
a.menu:hover {   color: #4B575F;    font-size:14px;   font-weight:normal; text-decoration:underline }


h1 {
	margin:10;
  	font-size:18px;
  	text-transform: uppercase;
  	color: #D06A07;
	font-family: Georgia;
}

h2 {
   margin:10;
  font-size:12px;
  text-transform: uppercase;
  color: #a2a2a2;
}

h3 {
	margin:10;
	font-size:14px;
	font-family: Georgia;
  	color: #7B7360;
	font-weight:italic;
}

ul.clearfix { 
	list-style-image: url("uploads/right_arrow_listitem.jpg") ;
	margin: 0; 
	padding: 0;
}

td.column_seperator{
	background-image: url(images/column_seperator.gif);
}
td.left_column{
	background:#fff;
	background-image: url(images/rounded_table_header247.gif);
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size:14px;
}
td.content{
	background:#fff;
	background-image: url(images/rounded_table_header700.gif);
	background-repeat: no-repeat;
}

td.menu_bottom{
	background-image: url(images/rounded_table_bottom247.gif);
	background-repeat: no-repeat;
}
td.content_bottom{
	background-image: url(images/rounded_table_bottom700.gif);
	background-repeat: no-repeat;
}

.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.65;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity: 1;
}
table.formbuilderform td{
	font-family: Georgia;
	font-size:14px; 
}
table.formbuilderform{
             margin:10px;
             padding-left:10px;
}
/* End of 'Site CSS MAIN' */

