h1 {
  font-family: verdana;
  font-weight: normal;
  font-size: 27px;
  line-height: 27px;
  color: #385C72;
  margin: 0px;
  padding-bottom: 8px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

h2 {
  font-family: verdana;
  font-weight: normal;
  font-size: 18px;
  color: #385C72;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 5px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

h3 {
  font-family: verdana;
  font-weight: normal;
  font-size: 16px;
  color: #385C72;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 5px;
}

html{
  height: 100%; 
  margin: 0px;
}

body {
  height: 100%; 
  margin: 0px;
	background: #EADFDF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
body a{
  text-decoration: none;
  color: #385C72;
}

body ul{
  list-style-image: url(images/arrow.gif);
}

.table td {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
 
.sidebarlinks a{
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  background-color: #FFFFFF;
  color: #EC0000;
  font-family: verdana;
  font-size: 12px;
} 

.sidebarlinks a:hover{
  background-color: #EC0000;
  color: #FFFFFF;
  text-decoration: none;
}


.sidebarcurrent a{
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  background-color: #C00000;
  color: #FFFFFF;
  font-family: verdana;
  font-size: 12px;
} 

.sidebarcurrent a:hover{
  background-color: #EC0000;
  color: #FFFFFF;
  text-decoration: none;
}


.sidebar-heading {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family: verdana;
  font-weight: normal;
  font-size: 16px;
}
.sidebar-heading a {
  color: #385C72;
  text-decoration: none;
}
.sidebar-heading a:hover{
  text-decoration: none;
}


.pageorder li{
  cursor: move;
  display: block;
  height: 35px;
  width: 30%;
  line-height: 35px;
  padding-left: 6px;
  margin-left: 0px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  background-color: #FFFFFF;
  color: #385C72;
  font-family: verdana;
  font-size: 12px;
}


.note{
  margin: 5px;
  padding: 2px;
  margin-bottom: 15px;
  border-style: dotted;
  border-width: 1px;
  border-color: #588EAF;
  text-align: center;
  background-color: #C3D4DF;
  
}

.button {
  position: static;
  margin: 0px;
  padding: 0px;
}
.button a{
  cursor: default;
  position: static;
	padding: 3px;
  margin: 0px;
	border: 1px solid #666666;
	background-color: #DDE9EE;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
.button a:hover{
  text-decoration: none;
}

input,textarea,select {
	padding: 2px;
	margin: 2px;
	border: 1px solid #666666;
	background-color: #DDE9EE;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

.submitbutton {
  position: relative;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666666;
	background-color: #DDE9EE;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}


.newslist a{
  display: block;
  width: 100%;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  font-family: verdana;
  font-weight: normal;
  font-size: 12px;
  color: #385C72;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 5px;
}
.newslist a:hover{
  text-decoration: none;
  background-color: #F1F4F8;
}
.newslist-date{
  float: left;
  font-size: 9px;
  color: #666666;
  padding-right: 10px;
  border-bottom-color: #CCCCCC;
}
.newslist-date a:hover{
  text-decoration: none;
  background-color: #C3D4DF;
  border-bottom-color: #CCCCCC;
}
.newspage-date {
  font-size: 9px;
  color: #666666;
  float:right;
}


.toplink a{
  float: right;
  padding-top: 0px;
  font-size: 10px;
  text-decoration: none;
  color: #666666;
  text-align: right;
  width: 45px;
}
.toplink a:hover{
  text-decoration: none;

}


.adminlinks a {
  display: block;
  width: 300px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
}
.adminlinks a:hover {
  text-decoration: none;
  background-color: #DDE9EE;
}


.uploadimage {
  margin: 10px;
  padding: 10px;
  height: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
}

.loginbox {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 5%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #F1F4F8;
}


#container { 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	text-align: left; 
} 
#header { 
	background: #DDDDDD; 
} 

#sidebar {
	float: left; 
	width: 180px;
	background: #FFFFFF; 
	padding: 5px;
}
#mainContent { 
	margin: 0 0 0 190px; 
	padding: 0 20px;
} 
#footer { 
  margin-top: 20px;
	padding: 2px;
	background:#EC0000; 
	text-align: center;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 9px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

