p, h1, h2, h3, ul, li, div {
	font-family:Arial, Helvetica, sans-serif;
}
p {
font-size:0.9em;
}
ul, li {
	list-style-type:circle;
	text-align:left;
}
a:link {
	text-decoration:none;
	background-color: transparent;
	color:#000099;
}
a:visited {
	text-decoration:none;
	background-color: transparent;
	color:#990033;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
}
img.figure {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#container {
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	width: 900px;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 0px;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	margin: 0px
}
#navigation {
	width: 900px;
	height: 50px;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
}
#maincontainer {
	width: 900px;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
}
#maincontent {
	padding: 10px;
}
#footer {
	width: 900px;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

#navigation_Main{
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation_Main li{
display: inline;
}
#navigation_Main li a{
display:inline;
background:#000;
color:#fff;
padding:2px;
height:40px;
width:124.55px;
_height:1em;
border-right:1px line #fff;
text-decoration:none;
text-align:center;
float:left;
vertical-align:middle;
line-height:40px;
}
navigation_Main li a:focus,
#navigation_Main li a:hover,
#navigation_Main li a:active{
background:#fff;
color:#000;
border-right:1px line #000;
}