body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
body {
	background-color: #a8d788;
/*	background-image: url(background.png);
	background-repeat: repeat-x;
*/	margin: 0px;
	text-align:center;
}
#mainBox{
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding:1px;
	width:900px;
	text-align:center;
}
#logo {
	/*position:relative;*/
	float:left;
	left:2%;
	top:0px;
	width:200px;
	height:60px;
	z-Index:99;
}
#headerBox {
	margin:auto;
	height:60px;
	padding: 2px;
	border-bottom:1px #555555 solid;
}
form {
	margin: 0;
}
hr {
	margin: 10px 0px 5px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	color: #996633;
	font-variant: small-caps;
}
h2 {
	font-size: 1.0em;
	color: #336699;
	margin: 5px 0px 5px 0px;
	text-align: left;
}
h3 {
	font-size: 0.9em;
	color: #336699;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
#menu {
	width:900px;
	height: 40px;
	margin: 10px auto;
	background: transparent url(menu.png) ;
/*	background-repeat:repeat-x;*/
	vertical-align:middle;
}
.menu, .menu_2 {
	padding-left: 8px;
	padding-right: 8px;
/*	padding-top: 5px;
	padding-bottom: 5px;
*/	vertical-align:top;
	text-align:left;
	float:left;
}
.menu{
	width:800px;
	margin-top:0px;
}
.footer{
	margin: 10px auto;
	width:100%;
	text-align:center;
	font-size:0.8em;
	padding:0px;
}
.menu ul{ margin:1px; }
.menu li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
	line-height:35px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	border-bottom: 0;
	padding: 0px 10px 0px 10px;
	color: #fff;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #fff url(menuo.png) ;
	background-repeat:repeat-x;
}
.current a, .current a:link, .current a:active, .current a:visited {
	background: #fff url(menuo.png) ;
	background-repeat:repeat-x;
	color: #fff;
}
ul
{
	list-style-type:square;
}
.menu2 ul {
	list-style:square;
	padding-right: 1px;
}
.menu2 li {
	display: block;
	padding-right: 1px;
}
.menu2 a, .menu2_default a:link, .menu2_default a:active, .menu2_default a:visited {
	list-style:square;
	border-bottom: 0;
	padding: 0px 10px 0px 10px;
	color: #55f;
}
.menu2_default a:hover {
	list-style:square;
	text-decoration: none;
	color: #f55;
}
.menu2_current a, .menu2_current a:link{
	list-style-type: square;
	color: #55f;
}
.menu2_current a:active, .menu2_current a:visited {
	list-style-type: square;
	color: #aaf;
}
.loginout, .loginout a, .loginout a:link, .loginout a:active, .loginout a:visited, .loginout a:hover {
	text-decoration: none;
	text-align:right;
	margin:0px 5px 0px 5px;
	width:50px;
	float:right;
}
#contentBox{
	background: transparent; /*#f5f7e9 url(bgtitle.png) ;*/
/*	background-repeat:repeat-x;
*/	padding: 2px 10px 10px 2px;
	height: 280px;
	width: 100%;
}
.objectTitle{
	text-align: center;
	vertical-align: top;
	font-size: 1.4em;
	font-weight:bold;
	color: #996633;
	font-variant: small-caps;
}
.leftcolumn{
	float:left;
	margin:auto;
	text-align:left;
	width:250px;
	/*height:200px;*/
	padding:5px;
}
.left_box {
	width:auto;
	margin:auto;
}
.content {
	width:auto;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
/*	vertical-align: top; */
	overflow:hidden;
}
.content p, .content td{
	text-align: justify;
}
.content ul, .content ol, .content pre{
	text-align: left;
}
.content ul{ list-style-type:square; }
.hide {
	display: none;
}

input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}