/*Main css*/
html,body {
	height: 100%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
}
#container {
	margin: 1em auto;
	text-align: left;
	width:900px;
}
#top {
	width:900px;
	height:126px;
	background:url(img/top1.jpg) no-repeat;
}
#middle {
	width:900px;
	background:url(img/middle1.jpg);
	text-align:left;
}
#bottom {
	width:900px;
	height:93px;
	background:url(img/bottom1.jpg) no-repeat;
}
/*design-specific tweaks*/
#content { width:820px; padding-left:30px; position:relative; z-index:1; }
#menu { padding-top:86px; padding-left:340px; }
#footer { padding-top:40px; padding-left:415px; color:#333333; }

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #003333;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
h1 {
  color: #516376;
  font-weight: bold;
  font-size: 1.8em;
}

h2 {
  color: #516376;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
img { padding:3px; background:#e6e5e5; }
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }




#headerrow
{
font-weight:bold;
color:#474747;
font-size:13pt;
}

<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>
<![endif]-->

