body {
	background: url(bgMain.png) repeat-x;
	background-color: #a9ccde;
	font: 1em/120% "Lucida Sans", Arial, Heveltica, sans-serif;
	margin: 0;
	padding: 4px 0;
}
hr { 
	border: 0;
	border-bottom: solid 1px #000;
	clear: both;
	height: 0;
}

#container {
	background: #fff url("bgMain.gif") repeat-y;
	border: solid 1px #666;
	margin: 0 auto;
	width: 678px;
	
}
#container2 { 
	background-image: url("bgContent2.png"); background-repeat: no-repeat; background-position: bottom right; height: 100%;
	}
#printHeader { display: none; }
#header {
	background: url("header.jpg") no-repeat;
	margin: 0;
}
#header a {
	display: block;
	height: 140px;
	margin: 0;
	text-decoration: none;
	text-indent: -5000px;
	width: 678px;
}
* html #header a { height: 138px; }

#content { background: url("bgContent.png") repeat-x; height: 100%; padding: 10px 10px 0px 30px; }
#content2 {
	display: inline;
	font-size: small;
 	height:361px;
	border: 0px solid #00FF00;
}
* html #content2 { display: block; } 
#content2 a { color: #10569b; }
#content2 a:hover {
	color: #666;
	text-decoration: none;
}
#content p { margin: 0 0 12px 0; }
#content h3 {
	background: url(bgTitle.gif) no-repeat;
	clear: both;
	color: #fff;
	font-size: 110%;
	font-style: italic;
	margin: 0 -1em .5em -1em;
	padding:  0 2px;
	text-indent: .5em;
}
#content img {
	border: solid 1px #333;
	margin: 0 6px 6px 6px;
}
#content dt { font-weight: bold; }
#content p.title { font-weight: bold; }
#content p.b2t {
	font-size: small;
	text-align: right;
}

#mainMenu {
	position: absolute;
	top: 95px;
}
* html body #mainMenu { top: 111px; }


#mainMenu h3 { display: none; }
#mainMenu ul, #mainMenu li { list-style: none; }

#mainMenu .link1 { position: absolute; left: 118px; }
#mainMenu .link2 { position: absolute; left: 242px; top: 16px; }
#mainMenu .link3 { position: absolute; left: 397px; top: 16px; }
#mainMenu .link4 { position: absolute; left: 507px; top: 16px; }
#mainMenu .link5 { position: absolute; left: 620px; top: 16px; }

#mainMenu a {
	background: url(navbar.jpg) no-repeat;
	display: block;
	height: 14px;
	text-decoration: none;
	text-indent: -5000px;
}
#mainMenu a:hover { background: none !important; }

#mainMenu .link1 a { background-position: -118px 0; width: 95px; }
#mainMenu .link2 a { background-position: -242px 0; width: 122px; }
#mainMenu .link3 a { background-position: -397px 0; width: 80px; }
#mainMenu .link4 a { background-position: -507px 0; width: 80px; }
#mainMenu .link5 a { background-position: -620px 0; width: 33px; }

#footer {
	clear: both;
	font-size: x-small;
	margin: 0;
	padding: 10px 28px;
	text-align: center;
}
#footer hr { }
#footer p { margin: 0; }
#footer p b { color: #444; }
