html, body {
  height: 100%;
  border:0;
  margin:0;
  padding:0;
}

body{
    
	background:#FFFFFF;
	/*background:#FFFFFF;*/
	text-align:center;

}


/***** Wrapper *****/

#wrap {
width:1004px;
margin:0 auto;
/*background-color:#FFFFFF;*/

}

#header{
   width:1004px;
    
 }
 
 #logo{
   height:287px;
   /*background:url(../images/logo.) no-repeat;*/
   display:block;
 }
 #topmenu{
  left:700px;
  width:250px;
  height:35px;
  display:block;
  position:absolute;
  top:235px;
  text-align:left;
 }
 
 #content{
  width:1004px;
  /*background:url(../images/content_bg.jpg) repeat-y;*/
  text-align:left;
  }
  
  #content2{
  width:886px;
  /*background:url(../images/content_bg2.jpg) repeat-y;*/
  text-align:left;
  }
    
 #leftcol{
   width:211px;
   float:left;
   padding-left:8px;
   
 } 
 
  #centercol{
   width:520px;
   float:left;
  
 } 
   #rightcol{
   width:250px;
   float:left;
   text-align:right;
   padding-left:5px;
   padding-right:5px;
   
 } 
 
  #footer{
   /*position:relative;
   top:50px;*/
   clear:both;
   width:1004px;
   height:85px;
   background:url(../images/footer.jpg) no-repeat;
   display:block;
 }
 
 #leftcontentcol{
   width:211px;
   float:left;
   padding-left:8px;
 } 
 
  #centercontentcol{
   width:780px;
   float:left;
   padding-left:5px;
   padding-top:5px;
 } 

 
 /***** Common Formatting *****/
 p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway img {
	margin: 0px 10px;
}

div#pathway {
	padding-top: 18px;
	padding-left: 10px;
}

span.pathway {
	color: #778899;
}


div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
		font-size: 12px;
		line-height: 130%;
		font-family: "Courier New", Courier, monospace;
		color: #21252C;
}

a:link,
a:visited {
        font-size:14px;
	text-decoration: none;
	color: #2E8B57;
}

a:hover {
	text-decoration: underline;
	color: Olive;
}

a.category:link,
a.category:visited {
        font-size:12px;
	text-decoration: none;
	color: #2E8B57;
}

a.category:hover {
	text-decoration: underline;
	color: Olive;
}

div.moduletable h3,
.componentheading,



div.bottom a:hover,
a.pathway:hover {
	color: #00008B;
	text-decoration: underline;
}

.contentheading {
	padding-top: 10px;
	font-weight: normal;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 22px;
	padding-bottom: 5px;
	line-height: 110%;
	color: Olive;
}

/* default menu link styles */
a.mainlevel {
	display: block;
	margin-bottom: 3px;
	padding: 3px 0px;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

/* headings */

h1 {
	
}

h2 {

}

h3 { 
	margin: 0;
}

h4 {
	
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.moduletable{
	
  height: 20px;
  padding:5px 5px;

}
/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable ul {
	/*margin: 5px 0;
	padding: 0 ;*/
}

div.moduletable ul li {
	/*padding-bottom: 3px;*/
}

ul
{
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;

  color: #666;
}

table.adminform textarea {
  width: auto;
  font-size: 1em;
  color: #666;
}


/***** Links *****/

a, a:visited {
text-decoration:none;
}

.moduletable a,a:visited{
  text-decoration:none;

}

.moduletable-a a,a:visited{
  text-decoration:none;
  color: Green;
}


/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 0px 0;
padding:0;
}

table tr td {
padding:0px;
}

/*****Page****/

.style {  font-family: "Arial"; font-size: 12px; line-height: 14pt; letter-spacing:1pt; font-weight: normal; color: #000000}
.style a:link  {color:#000099; font-style: normal; text-decoration: none; cursor: hand}
.style a:visited  {color:#000099; font-style: normal; text-decoration: none}
.style a:hover {color:#666666; font-style: normal; text-decoration: underline}

.add {  font-family: "Arial"; font-size: 11px; line-height: 12pt;  font-weight: normal; color: #000000}
.add a:link { color: #000000; font-weight: normal; text-decoration: none; cursor: hand}
.add a:visited { color: #000000; font-weight: normal; text-decoration: none;}
.add a:hover { color: #000099; font-weight: normal; text-decoration: underline;}

.w01 {  font-family: "Arial"; font-size: 11px; line-height: 12pt;  font-weight: normal; color: #ffffff}
.w01 a:link { color: #ffffff; font-weight: normal; text-decoration: none; cursor: hand}
.w01 a:visited { color: #ffffff; font-weight: normal; text-decoration: none;}
.w01 a:hover { color: #ffffff; font-weight: normal; text-decoration: underline;}

.word01 {  font-family: "Arial"; font-size: 11px; line-height: 13pt;  font-weight: normal; color: #000}
.word01 a:link { color: #8f8f8f; font-weight: normal; text-decoration: none; cursor: hand}
.word01 a:visited { color: #8f8f8f; font-weight: normal; text-decoration: none;}
.word01 a:hover { color: #8f8f8f; font-weight: normal; text-decoration: underline;}

.word02 {  font-family: "Arial"; font-size: 12px; line-height: 15pt;  font-weight: normal; color: #000}
.word02 a:link { color: #636363; font-weight: normal; text-decoration: none; cursor: hand}
.word02 a:visited { color: #636363; font-weight: normal; text-decoration: none;}
.word02 a:hover { color: #636363; font-weight: normal; text-decoration: underline;}

.word02b {  font-family: "Arial"; font-size: 12px; line-height: 15pt;  font-weight: bold; color: #000}
.word02b a:link { color: #636363; font-weight: normal; text-decoration: none; cursor: hand}
.word02b a:visited { color: #636363; font-weight: normal; text-decoration: none;}
.word02b a:hover { color: #636363; font-weight: normal; text-decoration: underline;}

.word03 {  font-family: "Arial"; font-size: 14px; line-height: 15pt;  font-weight: normal; color: #000}
.word03 a:link { color: #a3a3a3; font-weight: normal; text-decoration: none; cursor: hand}
.word03 a:visited { color: #a3a3a3; font-weight: normal; text-decoration: none;}
.word03 a:hover { color: #a3a3a3; font-weight: normal; text-decoration: underline;}

.word04 {  font-family: "Arial"; font-size: 16px; line-height: 17pt;  font-weight: normal; color: #000}
.word04 a:link { color: #a3a3a3; font-weight: normal; text-decoration: none; cursor: hand}
.word04 a:visited { color: #a3a3a3; font-weight: normal; text-decoration: none;}
.word04 a:hover { color: #a3a3a3; font-weight: normal; text-decoration: underline;}

.title01 {  font-family: "Arial"; font-size: 12px; line-height: 15pt;  font-weight: normal; color: #69940D}
.title01 a:link { color: #69940D; font-weight: normal; text-decoration: none; cursor: hand}
.title01 a:visited { color: #69940D; font-weight: normal; text-decoration: none;}
.title01 a:hover { color: #69940D; font-weight: normal; text-decoration: underline;}

.title02 {  font-family: "Arial"; font-size: 15px; line-height: 17pt;  font-weight: bold; color: #69940D}
.title02 a:link { color: #69940D; font-weight: normal; text-decoration: none; cursor: hand}
.title02 a:visited { color: #69940D; font-weight: normal; text-decoration: none;}
.title02 a:hover { color: #69940D; font-weight: normal; text-decoration: underline;}

.title03 {  font-family: "Arial"; font-size: 17px; line-height: 17pt;  font-weight: bold; color: #69940D}
.title03 a:link { color: #69940D; font-weight: normal; text-decoration: none; cursor: hand}
.title03 a:visited { color: #69940D; font-weight: normal; text-decoration: none;}
.title03 a:hover { color: #69940D; font-weight: normal; text-decoration: underline;}

.title04 {  font-family: "Arial"; font-size: 19px; line-height: 17pt;  font-weight: normal; color: #69940D}
.title04 a:link { color: #69940D; font-weight: normal; text-decoration: none; cursor: hand}
.title04 a:visited { color: #69940D; font-weight: normal; text-decoration: none;}
.title04 a:hover { color: #69940D; font-weight: normal; text-decoration: underline;}

th{
    font-weight:bold;
    color: #00008B;
}