body, form, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

body {
	margin-top:20px;
	font: 11px Tahoma, Verdana, Arial;
}

#border {
	border: 1px solid #cccccc;
}


/* Menu */
#topnav {
	background:url(designimgs/menu_bg.gif) repeat-x top;
	border-bottom: 1px solid #cccccc;
	height:46px;
	vertical-align:top;
}
#topnav ul {
	margin:0;
	padding:0;
	float:left;
	background:url(designimgs/bullet.gif) no-repeat 5px 18px;
	padding-left:21px;
}
#topnav ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	position:relative;
}
#topnav h2 {
	margin:0;
	font: normal 11px Tahoma, Verdana, Arial;
}
#topnav a {
	color:#000000;
	text-decoration:none;
	background:url(designimgs/line.gif) no-repeat top right;
	padding: 12px 7px 5px 0;
	display:block;
	float:left;
}
#topnav a:hover {
	color:#FFFFFF;
}
#topnav ul li.last a {
	background:none;
}

#topnav ul ul {
	position: absolute;
	z-index: 500;
	top:40px;
	left:0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:#315591;
	padding-left:0px;
	display:block;
	width:150px;
}
#topnav ul ul li {
	height:30px;
	line-height:30px;
	display:block;
	width:150px;
}
#topnav ul ul li a {
	font: 11px Tahoma, Verdana, Arial;
	color: #000000;
	text-decoration: none;
	height:30px;
	line-height:30px;
	width:140px;
	display:block;
	border-bottom: 1px solid #999999;
	background:none;
	padding:0 0 0 10px;
	z-index: 500;
}
#topnav ul ul li a:hover {
	text-decoration:none;
	background:none;
	color:#FFFFFF;
}

#topnav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#topnav ul ul,
#topnav ul li:hover ul ul,
#topnav ul ul li:hover ul ul
{display: none;}

#topnav ul li:hover ul,
#topnav ul ul li:hover ul,
#topnav ul ul ul li:hover ul
{display: block;}

#topnav li:hover ul, li.over ul { display: block; float:left;}

<!--[if lt IE 7]>
#topnav{float:left;}
body{behavior:url(csshover.htc); }
#topnav ul li{float:left;}
#topnav a{height:1%;}

<![endif]-->

/* END HERE */

/* Content */
#content {
	padding:30px;
}


/* Footer */
#foot {
	text-align:center;
	padding: 28px 0px;
	line-height:20px;
}
#foot a {
	color:#303034;
	text-decoration:none;
	padding: 0 11px 0 19px;
	background:url(designimgs/foot_button.gif) no-repeat center left;
}
#foot a:hover {
	text-decoration:underline;
}

/* Site Map*/
#sitemap li {
	line-height:30px;
}

#sitemap a {
	font: bold 12px Tahoma, Verdana, Arial;
	color:#2f538f;
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}

