
html{
 margin: 0;
 padding: 0;
 height: 100%;
}
body{
	background: #561218;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: white;
	padding: 0;
	margin: 0 auto;
	line-height: 20px;
	height: 100%;
}
textarea, input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #485354;
}

p {
	margin: 0 0 15px;
	font-size: 9.5pt;
}

img{
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-weight: bold;
	margin: 10px 0;

}
h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.0em;}

a, a:link, a:visited, a:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
text-decoration: none;
}
fieldset{
	border: 0;
}
legend {
padding: 5px;
font-size: 1.3em;
color: white;
}
label {
display: block;
margin: 0px;
padding: 0px;
}
input, textarea, select {
margin-left: 10px;
margin-bottom: 5px;
}
table, tr, td{
	border-collapse:collapse;
	border: 0;
}

#bg {
	width: 100%;
	height: auto !important;
	text-align:center;
	
	min-height: 100%;
	height: 100%;
	background: white url(../img/bg.gif) repeat-x top;
}
#center_box{
	width: 778px;
	margin: 0 auto;
	height: 100%;
	text-align:left;
}

#head{
	 background: url(../img/head.jpg) no-repeat;
	 height: 256px;
	 width: 830px;
}

#midd_page{
 background: url(../img/midd_page.gif) repeat-y;
 width: 774px;
 height: auto !important;
 height: 500px;
 min-height: 500px;
}

#foot{
 background: url(../img/foot.gif) no-repeat;
 width: 774px;
 height: 67px;
}

#menu {
	background:transparent;
	float: left;
	display: block;
	color: black;
	position: relative;
	left: 9px;
	padding:0;
	margin:0;
	padding-bottom: 5px;
	width: 220px;
	list-style:none;
}


a.mainlevel, a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited {
	background: url(../img/button.gif) no-repeat;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
	width: 205px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
	color: #561218;
}
a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	margin-left: 90px;
	color: #561218;
}

#menu li div a, #menu li div span {
border-width: 1px 0;
color: black;
text-decoration: underline;
padding: 3px;
text-decoration: none;
position: relative;
left: 20px;
top: 14px;
font-weight: bold;
font-size: 10pt;
}

ul.menu2, ul.menu2 li{
	list-style-image: url(../img/bullet.gif);
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu2 li {
	width: 150px;
	height: 20px;
	margin: 5px;
}



ul.menu2{
	margin: 3px 0 40px 30px;
}

#menu li ul.menu2 li a{
	font-size: 9.5pt;
	text-decoration: none;
	margin: 0 !important;
	padding: 0;
	margin-left: 10px;
}



#content, #content_2 {
	padding: 1px 5px 5px 20px;
	text-align: left;
	width: 450px;
	float: left;
	display:block;
	background: transparent url(../img/logo.gif) bottom right no-repeat;
	height: auto !important;
	min-height: 500px;	
	height: 500px;
}
#content_2{
	background: transparent url(../img/bus.gif) bottom right no-repeat;
}






ul, li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
li{
 list-style-position: inside;
 margin: 4px;
}
hr{
	border: 0;
	background-color: #485354;
	color: #485354;
	height: 1px;
}





