body,td,th {
  /*
  font-family: Georgia, Verdana, Helvetica, sans-serif;
  */
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-size: 13px;
	letter-spacing: .7px;
  line-height: 18px;
	color: #313020;
}

body {
	background-color: #1A1717;
	margin: 10px;
}

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

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

p {

}

ul {
  /*margin: 5px 0px 0px -10px;*/
}

li {
  /*margin: 5px 0px 0px 0px;*/
}

hr {
  width: 97%;
  float: left;
  border: 0px;
  border-top: 1px dashed #BABABA;
  height: 1px;
}


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

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

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



.header {
  border: 0px; 
  float: left; 
  width: 434px; 
  height: 231px; 
  margin: 0px; 
  padding: 0px;
  background: url(images/header.jpg) no-repeat;
}

.sub_header {
  border: 0px; 
  float: left; 
  background-color: #D99900; 
  width: 434px; 
  height: 231px;
  margin: 0px; 
  padding: 0px;
}

.page_header {
  border: 0px; 
  background-color: #1F2D91; 
  float: left; 
  width: 434px; 
  height: 110px; 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
}

.content {
  border: 0px; 
  background-color: #FFFFFF; 
  float: left; 
  width: 434px; 
  height: 352px; 
  margin: 0px; 
  padding: 0px;
}

.extra {
  border: 0px solid;
  margin: 20px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
  height: 170px;
}





.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;
}


.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;
}














.footer, .footer a:link, .footer a:visited, .footer a:active {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, lucida, sans-serif;
	font-size: 10px;
  width: 719px;
  height: 25px;
  margin: 0px;
	vertical-align: top;
	text-align: center;
  color: #808080;
}



/* this is mine */


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

blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
}


/* menu top */

.menu_top {
  border:0px solid;
  text-align: center;
  font-size: 11px;
  font-family: verdana, helvetica, sans-serif;
  overflow: hidden;
  list-style-type: none;
  margin: 10px 0px 0px 12px;
  padding: 0;
}

.menu_top ul, .menu_top li {
  float: center;
  display: inline;
  list-style-type: none;
  margin: 0 .5em 0 -.5em;
  padding: 0 .2em 0 .2em;
}

.menu_top ul {
	border-bottom: 0px;
}

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

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

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

.menu_top_current {
	color: #E0E0E0;
	font-weight: bold;
}

/* end of menu top */


/* menu _bottom top */

.menu_bottom {
  font-size: 10px;
  font-family: verdana, helvetica, sans-serif;
  overflow: hidden;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 0;
}

.menu_bottom ul, .menu_bottom li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 1em;
}

.menu_bottom li {
  border-left:1px solid;

}

.menu_bottom ul {
	border-bottom: 0px;
}

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

.menu_bottom a:link, .menu_bottom a:visited, .menu_bottom a:active {
  line-height: 1.1em;
  margin: 0px 0px 2px 0px;
  text-decoration: none;
  color: #000000;
}

.menu_bottom a:hover {
	text-decoration: none;
  color: #000000;
}

.menu_bottom_current {
}

/* end of menu bottom*/




/* menu */
.menu {
	vertical-align: top;
	width: 199px;
	padding: 0px 0px 0px 1px;
	text-align: center;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul {
	border-bottom: 0px;
	background-color: #B6B5BD;
}

.menu ul ul {
	padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #28282B;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	background-color: #9FA3BC;
	text-decoration: none;
}

.menu_current {
	background-color: #9FA3BC;
	font-weight: bold;
}

/* end of menu */

.search_box {
  vertical-align: top;
  margin: 7px 0px 0px 450px;
}


/* form stuff */
textarea, input, .search_field, .search_button {
  border: 1px solid;
  font-size: 13px;
  font-family: verdana, helvetica, sans-serif;
  color: #000000;
}

textarea, input {
}

.required {
	color: #FF0000;
}

.field_title {
	width: 100px;
	vertical-align: top;
	text-align:right;
}

.textfield {
	width: 200px;
}

.textarea {
	width: 75%;
	height: 100px;
}

.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #666666;
}

.select {
}

.checkbox_label {
	cursor: pointer;
}

.radio_label {
	cursor: pointer;
}

.email {
	width: 200px;
}

