* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(pagedesign/body_top_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#wrapper {
	min-height: 100%;
	background-color: transparent;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

* html #wrapper {
	height: 100%;
}

#header {
	height: 244px;
}

#logo {
	background-image: url(pagedesign/logo.gif);
	background-repeat: no-repeat;
	height: 63px;
	width: 256px;
}

#top_right {
	float: right;
	clear: right;
	width: 400px;
	text-align: right;
	font-size: 24px;
	padding-top: 33px;
	padding-right: 5px;
	color: #006CB7;
}

#menu {
	margin-top: 5px;
	float: left;
}

#nav {
	list-style-type: none;
}

#nav li a:link, #nav li a:visited {
	color: #666;
	/* border-bottom: 1px solid #AAC1D2; */
	height: 15px;
	display: block;
	width: 173px;
	padding-left: 15px;
	padding-top: 4px; /* var 5 */
	/* padding-bottom: 1px; */
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover {
	color: #000;
}

#page_image {
	background-image: url(pagedesign/header_image.jpg);
	height: 161px;
	width: 541px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	float: right;
}

#breadcrumb {
	height: 17px;
	width: 535px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	float: right;
	color: #fff;
	padding-top: 3px;
	padding-left: 6px;
}

#submenu {
	margin-top: 5px;
	float: left;
}

#subnav {
	list-style-type: none;
}

#subnav li a:link, #subnav li a:visited {
	color: #006BB6;
	border-bottom: 1px solid #ccc;
	height: 15px;
	display: block;
	width: 140px;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-decoration: none;
}

#subnav li a:hover {
	color: #000;
}

#content {
	width: 544px;
	float: right;
	padding-top: 10px;
}

#content li {
	margin-left: 20px;
}

#content h1 {
	color: #712424;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #CCCCCC;
}

#content h2 a {
	margin-top: 5px;
	height: 19px;
	display: block;
}

#content h2 a:hover {
	color: #999999;
}

#content h2, #content h2 a {
	color: #712424;
	font-size: 14px;
}

#content p {
	margin-bottom: 15px;
}

#content table, #content table td {
	border: none;
}

#content img {
	border: solid 1px #666;
	padding: 0px;
	float: right;
}

#content table img {
	float: none;
}

.news {
	border-top: ;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #eaeaea;
	margin-top: 15px;
	clear: both;
}

.news img {
	float: left;
	padding: 5px;
	border: 1px solid #fafafa;
	margin: 5px;
	margin-left: 0px;
}

.readmore {
	padding-left: 10px;
	background-image: url(pagedesign/readmore.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	clear: both;
}

#footwrapper {
	height: 27px;
	background-color: #999999;
	margin-top: -26px;
	clear: both;
	width: 100%;
	display: block;
}

#footer {
	width: 750px;
	margin: 0px auto;
	color: #fff;
	padding-top: 6px;
}

#footertext {
	float: left;
	margin-left: 10px;
}

#IDLmedia {
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

#breadcrumb a {
	color: #ffffee;
}

#breaker {
	clear: both;
	height:33px;
	background-color: transparent;
}

.active a {
	font-weight: bold;
}