body {
	background: #CACACA url(images/background.png) repeat;
	font-family: Verdana, Arial, sans-serif;
	color: #4A4344;
}

h3 {
	margin: 0;
	padding: 0;
	
	font-size: 19px;
	font-weight: normal;
}

#container {
	margin: 0 auto;
	width: 780px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}

#search{
width: 100%;
}

#searchbox{
text-align: right;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}

#search-textbox {vertical-align: middle;}
#search-button {vertical-align: middle;}

#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF ;
	background-repeat: repeat-y
} 
#main_content_top {

	height: 30px;
	background: #FFFFFF ;
} 
#main_content_bottom {

	height: 30px;
	background: #FFFFFF ;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 20px 0 20px;
	font-size: 12px
}
.menu {
	width: 150px;
	float: right;
	padding: 0 5px 0 10px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: disc
}
a {
	color: #A40008;

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

	text-decoration: underline
}

a.b {
	color: #000000;

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

	text-decoration: underline
}

a.menu_link {
	color: #0000FF;
	text-decoration: underline
}
a.menu_link:hover {
	color: #0000FF;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;

	font-style: italic
}

input.button1{
	  background: url("./images/bg_button.gif") no-repeat ;
	  color:#FFFFFF;
	  border: 0px solid #2763A5;
	  font-size: 12px;
	  padding-top: 3px;
	  padding-bottom:3px;
	  padding-left:2px;
	  padding-right:2px;
	  font-weight: bold;
}