* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 10px;
	background: #ffffff url(images/000s1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
a:link{
	text-decoration: none;
	color: #FF6600;
}
a:visited{
	text-decoration: none;
	color: #FF9900; 
}
a:active{
	text-decoration: underline;
	color: #ffff00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover{
	text-decoration: underline;
	color: #0099FF;
}
h1, h2, h3{
	padding:0 0 10px 0;
}
p, ul{
	padding:0 0 10px 0;
}
#header {
	margin: 0 auto;
	width:750px;
	height:200px;
	z-index:1;
	background: #7d0000 url(images/header_01.png) no-repeat center;
}
#header h1 {
	font-size: 160%;
	color: #CCCCCC;
	font-style: italic;
	font-variant: small-caps;
	padding:100px 0px 35px 175px;
}
#header h2 {
	font-size: 70%;
	color: #CCCCCC;
	padding:0px 0px 25px 175px;
}
#menu {
	clear: both;
	height: 30px;
	margin-left:25px;
	background: url(images/navi_top.png) no-repeat left bottom;
}
#menu ul {
	height: 28px;
	padding: 6px 0 0 20px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	color: #7D0000;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu .active a {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu .current_page_item a {
	background: url(images/img07.gif) no-repeat left center;
	color: #B42600;
}
#content {
	margin: 10px auto;
	width:750px;
	height:450px;
	background-color: #F3F3F3;
	color: #666666;
	z-index:1;
}
#contenth{
	width:750px;
	height:30px;
	text-align:left;
	vertical-align:middle;
	color:#7d0000;
	background: #7d0000 url(images/content_header.png) no-repeat left top;
}
#contenth h1{
	padding:7px;
	font-size: 120%;
	text-indent: 10px;
}
#contentf{
	width:750px;
	height:30px;
	text-align:left;
	vertical-align:middle;
	color:#7d0000;
	background: #7d0000 url(images/content_footer.png) no-repeat left top;
}
#contentf h2{
	padding:8px 15px;
	font-size: 80%;
	text-indent: 10px;
	text-align:right;
}
#main {
	padding:15px;
	width:718px;
	height:380px;
	border-left:#7d0000 1px solid;
	border-right:#7d0000 1px solid;
	z-index:2;
	line-height: 160%;
}
#main li{
	padding-left:15px;
	list-style: none;
	line-height:180%;
}
#main li:hover{
	padding-left:16px;
	list-style: square inside;
}
/*-----*/
td.form1{
	width:200px;
}
td.form2{
	width:300px;
	text-align:left;
	vertical-align:middle;
}
/*---------------------------------*/
input, textarea, select {
	background: #ffffff;
	border: 1px solid #B42600;
	color: #B42600;
	margin: 5px;
}
input:hover, textarea:hover, select:hover {
	background: #DDF7FF;
}
/*---------------------------------*/
