body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	border: 1px solid orange;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

b {
	color: #996600;
	font-size: 13px;
}
strong {
	color: #996600;
}

h1{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005E6A;
	padding: 2px;
	border-bottom: 1px solid #005E6A;
	width: 100%;
}

h2{
	font-size: 12px;
	color: #2D95F8;
	font-weight: bold;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	border-bottom: 1px solid #6A4000;
	padding-bottom: 2px;
	margin-top: 0px;
}

h3{
	font-size: 11px;
	color: #6A0B00;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	border-bottom: 1px dashed #6A0B00;
	padding-bottom: 2px;
	margin-top: 0px;
}

.bg {
	background-image: url(../images/dotbg.png);
	background-attachment: scroll;
}

.sitename {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: orange;
	font-weight: bolder;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid orange;
	border-top: 1px solid orange;
}

.header {
	border-bottom: 5px solid orange;
	height: 100px;
	width: 100%;
	background-color: #78b8f5;
}

.headerimg{
	padding: 0px;
	margin: 0px;
	width: 753px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
}

.pathbg {
	width: 755px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	background-image: url(../images/navi.jpg);
	background-position: top;
	margin: 0px 0px 2px 0px;
	height: 15px;
	padding: 2px 0px 2px 0px;
}

.pathway{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 2px 5px;
}

.path{
	font-size: 10px;
	font-weight: bold;
	color: #847000;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 2px 5px;
}

.date{
	font-size: 10px;
	font-weight: bold;
	color: #847000;
	font-weight: bold;
	float: right;
	padding: 0px 5px 2px 0px;
}

.user1{
	margin: 2px 2px 2px 0px;
	padding: 2px;
	border: 1px solid #18426A;
	float: left;
}

.user2{
	margin: 2px 0px 2px 2px;
	padding: 2px;
	border: 1px solid #18426A;
	float: right;
}

.menu {
	border: 1px solid orange;
	background-image: url(../images/navi.jpg);
	background-position: top;
	padding:5px;
	margin: 2px 4px 0px 0px;
	width: 160px;
}
.menuright {
	border: 1px solid orange;
	background-image: url(../images/navi.jpg);
	background-position: top;
	padding:5px;
	margin: 2px 0px 0px 4px;
	width: 160px;
}
.main {
	border: 1px solid orange;
	background-image: url(../images/content.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	margin: 2px 0px 0px 0px;
	float: left;
}

.footer {
	border-top: 5px solid orange;
	border-bottom: 5px solid #18426A;
	background-image: url(../images/footer.jpg);
	margin: 10px 0px 2px 0px;
	padding: 1px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.under {
	margin: 2px 0px 0px 0px;
	padding: 1px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 50%;
}

.copy {
	margin-top: 2px;
	padding: 1px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.back_button {
   float: right;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: url(../images/navi.jpg) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
}

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

li{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #000000;
}


td {
	font-size: 11px;
}

a:link, a:visited {
	color: #00AEB0;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color: #B05900;
	text-decoration: underline;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
}

table.contentpaneopen td {

}

table.contentpaneopen td.componentheading {
 width: 100%;
}
table.contentpane {

}

table.contentpane td {

}

table.contentpane td.componentheading {
 width: 100%;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
	color: #c64934;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background: url(../images/navi.jpg) repeat-x;
	padding: 0px;
	line-height: 16px !important;
	line-height: 14px;
	height: 24px !important;
	height: 22px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border: solid 1px #cccccc;
	background-color: #F2F2F2;
}

.componentheading {
	height: 25px;
	color: #2D95F8;
	border-bottom: 1px solid #C64934;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 20px;
	
	color: #6A4000;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;

	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
	width: 100%;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/footer.jpg) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
  background-color: transparent;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #FFFFFF;
}

.sectiontableentry2 {
	background-color: #F2F2F2;
}

.small {
	color: #999999;
	font-size: 10px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 10px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
	background: url(../images/footer.jpg) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	margin: 2px 0px 0px 0px;
	border-left: 5px solid orange;
	border-bottom: 1px solid orange;
	font-size: 11px;
	font-weight: bold;
	color: #6A4000;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	border-left: 5px solid #18426A;
	padding-top: 3px;
	padding-left: 10px;
	height: 20px;
	color: #FFBB66;
}

a.mainlevel#active_menu {
	text-decoration: none;
	border-right: 5px solid orange;
	border-left: 5px solid #18426A;
	border-bottom: 1px solid #18426A;
	padding-top: 3px;
	padding-left: 10px;
	height: 20px;
	color: #18426A;
}

a.mainlevel#active_menu:hover {
	color: #FFBB66;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 15px;
	background-image: url(../images/bullet.png);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #2D95F8;
	text-align: left;
	height: 15px;
}

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

a.sublevel#active_menu {
	color: #333;
	text-decoration: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 1px solid #18426A;
}

.mosimage {
	border: 1px solid #18426A;
	margin: 2px;
}

.mosimage_caption {
  margin-top: 2px;
  
  padding: 1px 2px;
 
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #18426A;
}
