body,td,th 
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-size: 13px;
	color: #313020;
}

body 
{
	background-color: #ACACAC;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active 
{
	color: #46341A;
	text-decoration: underline;
}

a:hover 
{
	color: #46452F;
	text-decoration: none;
}

hr 
{
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

h1 
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-weight: bold;
  font-size: 16px;
	color: #AD5B0A;
	margin: 5px 0px 5px 0px;
}

h2 
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-weight: bold;
  font-size: 16px;
	color: #E9E9E9;
	margin: 5px 0px 5px 0px;
}

h3
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
	font-size: 16px;
	color: #46452F;
	margin: 15px 0px 5px 0px;
}

.post_date 
{ 
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
  font-size: 10px;
}

.post_short 
{
  text-align: justify; 
  padding-bottom: 5px; 
}


form 
{
	margin: 0;
}

.header 
{
	width: 768px;
	height: 48px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.border 
{
	font-size: 1px;
	height: 10px;
}

.login 
{
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	text-align: center;
}

.login input 
{
  border: 1px solid;
	font-size: 10px;
}

.login a:link, .login a:visited, .login a:active 
{
	color: #28282B;
	text-decoration: none;
}

.login a:hover 
{
	color: #404044;
	text-decoration: none;
}

.powered_by 
{
	padding: 3px 0px 0px 15px;
}

.content 
{
  padding: 20px 30px 10px 10px;
	height: 300px;
	vertical-align: top;
	text-align: left;
	float: none;
}

.footer 
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-size: 10px;
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  width: 768px;
  height: 96px;
  padding: 7px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}


/* this is mine */

.header_img 
{
	background-color: #909BA1;
  padding: 0px;
  background: url(images/header.jpg) no-repeat;
  width: 780px;
  height: 226px;
  margin: 0px;
}

.header_img1 
{
	background-color: #909BA1;
  padding: 0px;
  background: url(images/header1.jpg) no-repeat;
  width: 780px;
  height: 226px;
  margin: 0px;
}

.header_img_mid1 
{
  padding: 0px;
  background: url(images/header_mid1.jpg) no-repeat;
  width: 780px;
  height: 211px;
  margin: 0px;
}

.header_img_mid2 
{
  padding: 0px;
  background: url(images/header_mid2.jpg) repeat-y;
  width: 780px;
  height: 201px;
  margin: 0px;
}

.header_img_mid3 
{
  padding: 0px;
  background: url(images/header_mid3.jpg) no-repeat;
  width: 780px;
  height: 19px;
  margin: 0px;
	vertical-align: bottom;
}

.header_bck 
{
	background-color: #909BA1;
  padding: 0px;
  background: url(images/bgrnd1.jpg) repeat-x;
}

.bg_main
{
  background-image: url(images/main_body.jpg);
  background-repeat: repeat-y;
}



/* menu top */

.menu_top 
{
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  overflow: hidden;
  list-style-type: none;
  margin: 126px 0px 0px 64px;
  padding: 0;
}

.menu_top ul, .menu_top li
{
  border-left: 1px solid #D8D8D8;
  float: left;
  display: inline;
  list-style-type: none;
  margin: 0 .5em 0 -.5em;
  padding: 0 .5em 0 .5em;
	border-bottom: 0px;
}

.menu_top ul ul 
{
	padding-left: 0px;
}

.menu_top a:link, .menu_top a:visited, .menu_top a:active 
{
  float: left;
	font-weight: bold;
  line-height: 1.1em;
  margin: 0px 5px 2px 5px;
  text-decoration: none;
	color: #D8D8D8;
}

.menu_top a:hover 
{
	text-decoration: none;
	color: #F1AD03;
}

.menu_top_current 
{
	color: #F1AD03;
}

/* end of menu top */






.search_box
{
  height: 30px;
  vertical-align: top;
  margin: 17px 0px 0px 570px;
}
.search_field
{
  border: 1px solid;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  color: #4a4a4a;
  width: 100px
}

.search_button
{
  border: 1px solid;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  color: #4a4a4a;
}



input {
  border: 1px solid;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  background-color: #DBD9EA;
}

textarea {
  border: 1px solid;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  background-color: #DBD9EA;
}

submit {
  border: 1px solid;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  background-color: #DBD9EA;
}


