body {
	margin:30px 0;
	color:#003366;
	padding:0;
	font:0.86em/1.6 Arial, Helvetica, sans-serif;
	background-color: #00457C;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

a:link {
	color: #00457C;
	text-decoration: underline;
	background-color:inherit;
}
a:visited {
	text-decoration: underline;
	color: #00457C;
	background-color:inherit;
}
a:hover {
	text-decoration: none;
	color: #00457C;
	background-color:inherit;
}
a:active {
	text-decoration: underline;
	color: #00457C;
	background-color:inherit;
}

.footer a:link {
	color: #999999;
	text-decoration: underline;
	background-color:inherit;
}
.footer a:visited {
	text-decoration: underline;
	color: #999999;
	background-color:inherit;
}
.footer a:hover {
	text-decoration: none;
	color: #999999;
	background-color:inherit;
}
.footer a:active {
	text-decoration: underline;
	color: #999999;
	background-color:inherit;
}

h1 {font-size: 1.5em;}
h2 {
	font-size: 1.3em;
	color: #00457C;
	background-color:inherit;
}

.main {
	width:750px;
	margin:0 auto;
	border:1px solid #000000;
	color:inherit;
	background-color: #D4D0C8;
	background-repeat: repeat-y;
 }

.header {
/*	padding-top: 175px;
 	background: #ffffff url(images/logo.jpg) no-repeat;
	border-bottom: 1px solid #000000;*/
}

.nav {
	float:left;
	width:130px;
	text-align:center;
	padding:0px 1em 30px;
	margin:10px 0px 0px;
}

* html #menu {width:130px;}
#menu	{width:130px;border:0px solid #000; padding:0px; margin:0 auto;}
#menu dt {border:2px solid #fff; text-align:center;padding:3px 0; margin:7px 0; font-weight:bold; background:#69BE28; color:#900;}
#menu dd {padding:0; margin:0 0 4px 0;}
#menu .aa {
	display:block;
	padding:0;
	margin:0;
	background:#666666;
	border:1px solid #000;
	color:#00457C;
} /*small border*/ 
#menu .bb {
	display:block;
	padding:1px 0 1px 0;
	margin:0 0 6px 0;
	background:#999999;
	color:#00457C;
	border-bottom:1px solid #333333;
	text-align:center;
}
#menu div {border:2px solid; border-color:#666666 #cccccc #cccccc #73593B;}  /*borders*/
#menu a, #menu a:visited {display:block;width:100%;text-decoration:none;color:#ffffff;background:#73593B; font-weight: bold;}
#menu a:hover {color:#cccccc;background:#bc8;}
#menu a:hover .bb {
	background:#cccccc;
	color:#00457C;
	margin:0 0 2px 0;
	padding:3px 0 3px 0;
	border-bottom:1px solid #666666;
} /*pressed */
#menu .aa {height:1%;}
* html #menu a:hover {cursor:pointer;display:inline;}
html>#menu a:hover {text-indent:0;}

.content {
	float:left;
	width:560px;
	padding-left:5px;
	margin-left:10px;
	margin-top:5px;
	background-color: #D4D0C8;
	background-repeat: no-repeat;
	background-position: center top;

 }

.footer {
	clear:both;
	font-size:0.8em;
	text-align:center;
	margin:1em 0 0;
	color:#999999;
	background:#003366;
	border-top:1px solid #000000;
}

.picture_right {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.picture_left {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border: 1px solid #003366;
}

