body
	{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	font: 1.1em Garamond, times, Times New Roman, serif;
	color: #094905;
	}
	
img
	{
	border: none;
	margin: 5px;
}
	
h1
	{
	color: #196505;
	font-size: 1.6em;
	font-weight: bold;
	background: url(images/u1_back.gif) no-repeat 0px 3px;
	height:56px;
	}
	
h3
	{
	color: #196505;
	height: 20px;
	margin: 0 0 1em 0;
	padding: 0;
	}

h4
	{
	color: #196505;
	font-size: 95%;
	margin: 0 0 0.4em 0;
	padding: 0.3em 0 0 0;
	}
	
h4 span
	{
	color: #bba;
	font-weight: normal;
	}

p
	{
	font-size: 0.9em;
	margin: 0 0 1em 0;
	line-height: 0.9em;
	}
	
th,
td
	{
	font-size: 0.9em;
	}
		
ul,
ol
	{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	}
	
li
	{
	list-style: none;
	font-size: 88%;
	padding-left: 15px;
	white-space: normal;	
	}
	
a
	{
	text-decoration: none;
 	color: #666;
	}
	

textarea {
  width: 98%;
}

input,
textarea {
  color: #333;
  background-color: #F4F4EF;
  border: 1px solid #999;
  border-bottom: 1px solid #CE6904;
}

a:hover
	{
	color: #333;
	border-bottom: 1px solid #aaa;
	}
	
a:active
	{
	color: #443;
	}
	
#main
	{
	width: 810px;
	margin: 0px auto;
	text-align: left;
	background: url(images/main3.gif) repeat-y 0 0;
	}
	
#top
	{
	height: 10px;
	width: 720px;
	background: url(images/top.gif) no-repeat 0 0;
	}

/***********************************
header
************************************/

#header
	{
	padding-top: 360px;
	padding-left: 60px;
	width: 720px;
	background: url(headers/rotate.php) no-repeat 30px 0px;
	position: relative;
	margin-bottom: 0px;
	}
*+html #header
	{
	padding-top: 375px;
	}
/***********************************
sidebar
************************************/
	
#menu
	{
	margin-top: 0px;
	width: 150px;
	display: inline;
	float: right;
	margin-right: 54px;
	}
	
#menu ul
	{
	margin: 0;
	padding: 0;
	border-top:#000 1px solid;
	}


#menu ul li
	{
	display: block;
	list-style: none;
	font: small/2.3em Garamond, times, Times New Roman, serif;
	margin: 0;
	border-bottom:#000 1px solid;
	padding: 0;
	}

#menu ul li a
	{
	display: block;
	width: 138px;
	padding-left: 12px;
	color: #776;
	background: #F2F2DC url(images/arrow-01.gif) no-repeat 2px 50%;
	}

#menu ul ul
	{
	padding-left: 10px;
	background-color: #E0DDBA;
	}
#menu ul ul li a
	{
	display: block;
	width: 128px;
	color: #776;
	}
#menu ul ul li a:hover
	{
	display: block;
	width: 128px;
	padding-left: 12px;
	color: #333;
	border-bottom: 0px;
	}
#menu ul ul ul 
	{
	display: none;
	}


#menu ul li a:hover
	{
	background: #CFCD9B url(images/arrow-01.gif) no-repeat 4px 50%;
	color: #443;
	border-bottom: 0px;
	}
	
#menu ul li a:active
	{
	background: #C6C972 url(images/arrow-01.gif) no-repeat 4px 50%;
	color: #000;
	}
	
#menu a.current {
	font-weight: bold;
	background: #BEBB52 url(images/arrow-01.gif) no-repeat 4px 50%;
	color: #000;
	}

#menu ul ul a:hover
	{
	background-color: #FBF318;
	}
#menu ul ul a.current
	{
	background-color: #FBF318;
	}

.menu-deco
	{
	height: 90px;
	}
.menu-deco-top
	{
	height: 45px;
	background: url(images/menu.gif) no-repeat 0 0;
	margin-top: 0;
	}

.menu-deco-bottom
	{
	height: 215px;
	background: url(images/deko.gif) no-repeat 0 0;
	}

.login-deco
	{
	height: 16px;
	background: url(images/login.jpg) no-repeat 0 0;
	margin-top: 30px;
	}
	

/***********************************
end sidebar
************************************/


#content
	{
	display: inline;
	margin-left: 0px;
	width: 470px;
	float: left;
	}

#content a
	{
	color: #196505;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;

}
#content a:hover
	{
	color: #AAA219;
	border-bottom: 1px solid #aaa;
	}

#content li
	{
	list-style: none;
	font-size: 88%;
	padding-left: 5px;
	margin-left: 35px;
	list-style-image: url(images/bullet-02.gif);
	list-style-position: outside;
	}
	
	
#footer
	{
	margin: 30px 4px 0 4px;
	background: #FFF;
	color:#000;
	}

#footer p
	{
	margin-bottom: 0;
	}

#credits
	{
	display:block;
	border: 2px solid #000;
	margin: 0 8px;
	font-size: .75em;
	color: #FFF;
	padding: 0;
	background: #A5A315;
	}
	
#credits a
	{
	color: #ccc;
	font-weight: normal;
	border-bottom: none;
	}
	
#credits a:hover
	{
	color: #fff;
	border: none;
	border-bottom: #fff 1px dotted;
	}


.clear
	{
	clear: both;
	}
 	
.hr1
	{
height: 68px;
background: #fff url(images/hr.gif) no-repeat scroll center;
	margin: 2px 0;
	}

.hr1 hr {
display: none;
}
/* CSS Document */

