/*

*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/border_all.jpg);
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #345A05;
}

a:hover {
	border: none;
	text-decoration: none;
}

p, ol
{
  padding-top: 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #996633;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #345A05;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #345A05;
}

/* Header */

.search input {
  BORDER-LEFT: #316131 1px solid;
	BORDER-RIGHT: #316131 1px solid;
  BORDER-TOP: #316131 1px solid;
  BORDER-BOTTOM: #316131 1px solid;
  FONT-SIZE: 12px;
  FONT-FAMILY: Verdana, Arial, Sans-serif;
  COLOR: #ffffff;
  background: #194919;
  height: 18px;
}

#header_bg {
	width: 100%;
	margin: 0 auto;
	height: 300px;
  background: url(images/border_top.jpg) repeat-x top;	
}

#header {
	width: 760px;
	height: 300px;
	margin: 0 auto;
}

#header_left_border {
  float: left;
  width: 20px;
  height: 300px;
  background: url(images/border_top_left.jpg);
}

#header_right_border {
  float: left;
  width: 20px;
  height: 300px;
  background: url(images/border_top_right.jpg);
}

#header_content {
  float: left;
  width: 720px;
  height: 300px;
  margin: 0 auto;
}

#header_top_bar {
  width: 700px;
  height: 80px;
  margin: 0 auto;
  background: url(images/header_top.jpg) no-repeat;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  text-align: left;
}

#header_top_bar h1 {
	padding-left: 20px;
	padding-top: 50px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;	
}

#header_img {
  width: 700px;
  height: 150px;
  margin: 0 auto;
  background: url(images/header_img.jpg) no-repeat;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}

#header_menu {
	height: 30px;
	width: 700px;
	padding-left: 0px;
	padding-top: 10px;
  text-align: center;
  text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	background: url(images/menu_bg.gif) repeat-x;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}

#header_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#header_menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#header_menu a {
	display: block;
	float: left;
	height: 15px;
	width: 120px;
	margin-right: 0px;
	text-align: center;
  text-decoration: none;
	color: #ffffff;
}

#header_menu a:hover {
	color: #cccccc;
}


/* Page */

#page_bg {
	width: 700px;
	margin: 0 auto;
	padding-left: 30px;
  padding-right: 30px;
	background: #ffffff url(images/page_bg.jpg) repeat-y;
}

#page_left_col {
  float: left;
	width: 200px;
/*  border-left: 10px solid #ffffff; */
  border-right: 10px solid #ffffff;
/*  border-bottom: 10px solid #ffffff; */	
}

#page_menu_title {
	width: 200px;
	height: 30px;
  margin: 0 auto;
	padding-left: 0px;
	padding-top: 0px;
  text-align: left;
  text-decoration: none;
	background: url(images/page_menu_bg.jpg) repeat-x;
}

#page_menu_title h1 {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
}

#page_content {
	float: left;
  margin: 0 auto;
  padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
  background: url(images/page_bg_top.jpg) repeat-x top;
}

.yes_left_col {
	width: 450px;
}

.no_left_col {
	width: 660px;
}


/* Footer */
#footer {
	clear: both;
  width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(images/footer_bg.jpg) no-repeat;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	padding-top: 30px;
}

#buttons {
	clear: both;
  width: 720px;
	margin: 0 auto;
}
