* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
	background: url(images/layout/body-bg.gif) repeat-x #9ea8c4;
	padding: 10px;
}

.testdiv {
	border : 1px solid #000;
}

a {
	color: #9ea8c4;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}

#header {
	background: url(images/layout/header.gif) repeat-y #ffffff;
	margin: 0px auto;
	width: 830px;
	height: 121px;
}

#header_text {
	margin-left: 120px;
	padding-top: 44px;
	font-family: arial, verdana, sans-serif;
	color: #4e5874;
}

#header_text #main_head {
	font-size:28pt;
	padding:0;
	margin-bottom:8px;
}
#header_text #sub_head {
	font-size:10pt;
	padding:0;
}
#header p {
	padding: 78px 0px 0px 120px;
}

#topmenu {
	width:800px;
	background: url(images/layout/page-bg-light.gif) repeat-y #ffffff;
	margin: 0px auto;
	padding: 0px 15px;
}
#topmenu ul {
	background: url(images/layout/menu-bg.gif) repeat-x #598EA4;
	width: 800px;
	height: 29px;
}
#topmenu li {
	display: inline;
	list-style : none;
	padding:0px;
	margin:0px;
	float:left;
}
#topmenu li a {
	font-size:12px;
	float:left;
	border-left: 1px solid #5E97B0;
	border-right: 1px solid #375D6D;
	color: #ffffff;
	text-decoration:none;
	padding:3px 8px 6px 8px;
	font-family: Arial, Helvetica;
	margin:0px;
}
#topmenu li a:hover {
	background: url(images/layout/menu-active.gif) repeat-x;
}
#topmenu li.current a {
	background: url(images/layout/menu-current.gif) repeat-x;
}

#contentwrapper {
	width:830px;
	background: url(images/layout/page-bg-dark.gif) repeat-y #ffffff;
	margin: 0px auto;
	min-height:400px;
}
#content {
	width:800px;
	background: url(images/layout/page-bg-shade.gif) no-repeat top;
	padding: 15px 15px;
	min-height:400px;
}
#contentinner {
	width:800px;
	min-height:400px;
	background: url(images/layout/content-bg.gif) repeat-y;
}
#contentinner2 {
	width:800px;
	min-height:400px;
	background: url(images/layout/content-bottom.gif) no-repeat bottom;
}

#leftmenu {
	float: left;
	width: 191px;
	padding-bottom: 30px;
}

#leftmenu dd, #leftmenu dt {
	font: 1em Arial;
	list-style: none;
	display: block;
}
#leftmenu dt {
	font: 1.4em Arial;
	background: url(images/layout/left-top.gif) no-repeat top right #F7F7F7;
	width: 176px;
	padding: 20px 0px 10px 15px;
	font-weight: bold;
}
#leftmenu dd {
	width: 189px;
	border-right: 2px solid #9ea8c4;
	background: url(images/layout/left-link.gif) no-repeat 0px 6px #F7F7F7;
	text-decoration: none;
}
#leftmenu dd.current {
	background: url(images/layout/left-current.gif) 0px 6px no-repeat;
}
#leftmenu dd.current a {
	color: #000000;
}
#leftmenu dd:hover {
	background: url(images/layout/left-active.gif) 0px 6px no-repeat;
}
#leftmenu a {
	padding: 8px 10px 8px 20px;
	text-decoration: none;
	display:block;
}
#leftmenu a:hover {
	text-decoration: none;
}

#leftmenu .updated {
	color: lightgrey;
	font-size:smaller;
	display:inline;
	margin-right:6px;
}

#leftmenu .updated {
	color: grey;
	margin-left:12px;
	font-size:smaller;
}
#mainwrapper {
	background: url(images/layout/main-top.gif) no-repeat top left;
	float: right;
	width: 585px;
	padding-top:20px;
}
#main {
	padding: 0px 20px 60px 20px;
}
#main h1 {
	font-size: 1.6em;
	font-family: Helvetica,Arial;
	padding-bottom: 10px;
}
#main h2 {
	font-size: 1.4em;
	font-family: Helvetica,Arial;
	color: #386262;
	padding: 17px 0px 2px 0px;
}
#main h3 {
	font-size: 1.2em;
	font-family: Helvetica,Arial;
	color: #386262;
	padding: 15px 0px 0px 0px;
}
#main p {
	color: #333333;
	line-height: 1.8em;
	padding: 10px 0px 10px 10px;
}
#main ul, #main ol {
	padding: 10px 0px 10px 25px;
	line-height: 1.8em;
}
#main img {
	float: right;
	margin: 5px 10px;
	border: 2px solid #eeeeee;
	clear:both;
}


#main div.home {
	width:100%;
	text-align: center;
}
#main div.home img {
	border: none;
	float: none;
}

#footer {
	width:800px;
	background: url(images/layout/footer-bg.gif) no-repeat top;
	text-align:center;
	margin:0px auto;
	font-size: .8em;
	color: #333333;
	padding: 0px 15px;
}

#footer a { color: #333333; text-decoration: none; border: none; }
#footer a:hover { color: #000000; }


#crumb {
	width: 665px;
	float:left;
	background: url(images/layout/crumb-bg.gif) no-repeat top right;
	height: 36px;
}
#crumb li {
	height: 36px;
	background: url(images/layout/crumb-arrow.gif) no-repeat top left;
	display: inline;
	float: left;
	padding: 10px 10px 0px 25px;
}
#crumb li.home {
	background: none;
	padding: 10px 5px 0px 10px;
}
#crumb li a {
}

#back {
	width: 112px;
	float: right;
	background: url(images/layout/back-bg.gif) no-repeat top right;
	height: 36px;
	font-size:1.2em;
	padding: 10px 0px 0px 10px;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

