html {
	height:100%;
	font-family: arial, helvetica, sans-serif; 
}
body {
/*
Do not set the background color here or it will change many things.
If you want the editor to have a black background it would be setup here
Right now there is not a proper option for setting the FCKeditor background color. This will be an addon for the next version.
Set it in the actual body if it is 
*/
	margin: 0 0 0 0;
	height:100%;
	padding: 0 0 0 0;
	
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color:#000000; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0; 
	margin-bottom: 0;
	text-align: left;
}

* {font-family: arial, helvetica, sans-serif; }

img { border: 0px; }
#headerdiv { background-image: url(/images/topback.png); width: 100%; }
.layoutHeader { background-image: url(/images/header.png); height: 217px; width:980px;  overflow:hidden; }
.layoutBodyTop { background-image: url(/images/bodyTop.png); width: 980px; height: 21px; }
.layoutBodyTop2 { background-image: url(/images/bodyTop2.png); width: 980px; height: 21px; }
.layoutBottom { background-image: url(/images/bottom.png); width: 980px; height: 56px; }
.layoutBottom2 { background-image: url(/images/bottom2.png); width: 980px; height: 56px; }
.layoutTopMiddle { background-image: url(/images/topMiddle.png); width: 980px; height: 11px; }

#navigation a {color: #ffffff; text-decoration: none;}
#navigation a:hover {text-decoration: underline; }

#footernavigation {color: #ffffff;}
#footernavigation a {color: #ffffff; text-decoration: none;}

.container {text-align: center; height: 100%; margin:0 auto 0 auto; width:980px; }
a {font-size: 12px; font-family: arial, helvetica, sans-serif; font-weight: bold;}
a:visited{color: #770000;}
a:link{color: #770000;}
a:active{color: #000077;}
a:hover{color: #000077;}


td {
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color:#000000; 
}

p {
	font-size: 12px; 
	font-family: arial, helvetica, sans-serif; 
	color:#000000; 
}

li {
	color:#000000; 
}

h1, .header1 { font-family: 'Times New Roman', helvetica, sans-serif;  color: #4d2f01; font-size: 24px; font-weight: bold;}
h2, .header2 { font-family: 'Times New Roman', helvetica, sans-serif;  color: #4d2f01; font-size: 18px; font-weight: bold;}

.bodyText {margin:10px 10px 10px 10px; color:#000000; text-align: left;}
.calendarStyle {font-family: arial, serif; margin: 0 2%;  padding: 0; font-size: 80%;}


.header3 {font-size: 20px; font-weight: bold; color:#000077; text-decoration: underline;}
.header4 {font-size: 16px; font-weight: bold; color:#000000;}
.header5 {font-size: 14px; font-weight: bold; color:#000000;}
.header6 {font-family: Old English Text MT;font-size: 24px; font-weight: bold; color:#006666;}

.small-text{font-size: 10px; }


#mainlinks {  margin: 12px auto 0 auto; font-size: 16px; font-weight: normal; height: 50px; text-align: center;}
#mainlinks img {  position: relative; top: 3px;}
#mainlinks A {margin: 10px 12px 10px 12px;   padding: 0 0 0 0; }
#mainlinks A:link {text-decoration: none; color: white; text-align: left;}
#mainlinks A:visited {text-decoration: none; color: white; text-align: left;}
#mainlinks A:active {text-decoration: none; color: white; text-align: left;}
#mainlinks A:hover {text-decoration: underline; color: white; text-align: left;}

/*
setup for category listing on rhs
*/

.cms_inner_exclmenu, .cms_inner_exclmenu th, .cms_inner_exclmenu td {
	border: 0px solid #57503e;
	border-collapse: collapse;
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #57503e;
}


.cms_catlisting {
	border: 1px solid #57503e;
	border-collapse: collapse;
}

.cms_catlisting, .cms_catlisting th, .cms_catlisting td {
	/*border: 0px solid #57503e;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #57503e;
}

.cms_catlisting caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.cms_catlisting td, .cms_catlisting th {
	padding: 4px;
}

.cms_catlisting thead th {
	text-align: left;
	background: #57503e;
	color: #FFFFFF;
	font-size: 100% !important;
}

.cms_catlisting thead tr th a:link, .cms_catlisting thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.cms_catlisting tbody th {
	font-weight: bold;
}

.cms_catlisting tbody tr { 
	background: #FFFFFF; 
}

.cms_catlisting tbody tr.odd { background: #FFFFFF; }

.cms_catlisting tfoot th, .cms_catlisting tfoot td {
	font-size: 95%;
}

















.phpc-navbar a {


  border: 1px solid ;
}





.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;

  border-width: 2px;


}

table.phpc-main {
  width: 100%;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;

  padding: .25em; 

  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;

  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;


  padding: 2px;
  font-weight: bolder;
}

thead th {


}

thead {
  border: 1px solid ;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;

  border-width: 2px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {

  color: inherit;
}

td.future {

  color: inherit;
}

td.none {

  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;

  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;

  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}



.phpc-list {
  border: 1px solid ;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

/* \*/ /*/
  #calendar {table-layout: auto;}
/* */












/* End of catlisting css*/
/*
a:link { 
		color: #00568a; 
		text-decoration: none;
        font-weight : normal;
}

a:active {
		color: #00568a; 
		text-decoration: none;
}

a:visited { 
		color: #00568a; 
		text-decoration: none;
}

a:hover { 
		color: #3000ff; 
		text-decoration: underline; 
}
*/

#module_controls{
width: 100%;
background-color:#cccccc;
position:absolute;
top:0;
left:0;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
vertical-align:middle;
}


/* Generated Styles */





.bodytext1
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: #000000;
}


.more
{
	font: 11px Arial, Helvetica, sans-serif;
	text-align:right;
	padding:0px 20px 0px 00px;
	color:#000000;	
}

.header10
{
	font: 11px Arial, Helvetica, sans-serif;
	text-align:left; 
	font-weight:bold;
	color:#D69D4D;	
}

.header20
{
	font: 12px Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#395457;	

}

.header30
{
	font: 12px Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#000000;	
}

.header40
{
	font: 13px Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#CC3300;	
}

.redtext
{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #FF0000;
}



/* End Generated */
