@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #60899F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#shadow_left {
	position: relative;
	float: left;
	background-image: url(images/shadow_left.gif);
	height: auto;
	width: 35px;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position: relative;
	float: left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	width: 780px;
	height: 100%;
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#shadow_right {
	background-image: url(images/shadow_right.gif);
	height: 100%;
	width: 28px;
	position: relative;
	clear: right;
}

#header_main {
	background-image: url(images/header_main.gif);
	height: 119px;
	width: 553px;
	text-align: center;
	position: relative;
	float: left;
	vertical-align: sub;
	line-height: normal;
}
#sidebar {
	float: left;
	width: 198px;
	position: relative;
}
#body img {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#header_logo {
	background-image: url(images/mld_base2_blue_03.gif);
	height: 220px;
	width: 145px;
	position: relative;
	float: left;
}
#menu-bar {
	background-image: url(images/mld_base2_blue_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	width: 572px;
	position: relative;
	float: left;
}
#sidebar_head {
	background-image: url(images/mld_base2_blue_20.gif);
	background-repeat: no-repeat;
	height: 111px;
	width: 168px;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: large;
	background-position: 0px 20px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#body {
	float: left;
	position: relative;
	width: 514px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	height: auto;
	padding-right: 5px;
}

#sidebar_body {
	float: left;
	width: 198px;
	position: relative;
	background-image: url(images/sidebar_body.gif);
	background-repeat: repeat-y;
}
#sidebar_body li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: x-small;
	font-weight: bold;
	text-transform: capitalize;
}
#sidebar_body li a{
	text-decoration:none;
	color:#000000;
	font-weight: normal;
}
#sidebar_body li a:active{
	list-style-type: disc;
	text-decoration:none;
	font-weight: bold;
	
}
#sidebar_body li a:hover{
	list-style-type: disc;
	text-decoration:none;
	font-weight: bold;
	color: #60899F;
	
}
li .thispage {
	font-weight: bold;
	color: #000000;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: center;
	float: left;
	position: relative;
	width: 717px;
	padding-top: 30px;
	padding-bottom: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar_foot {
	background-image: url(images/mld_base2_blue_22.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 198px;
	position: relative;
}

#headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	position: relative;
	float: right;
	width: 529px;
	height: 37px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: text-bottom;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-top: 30px;
}
#menu-spacer {
	background-image: url(images/mld_base2_blue_14.gif);
	position: relative;
	float: right;
	height: 33px;
	width: 29px;
}
#topmenu1, #topmenu2, #topmenu3, #topmenu4, #topmenu5  {
	position: relative;
	float: right;
	height: 33px;
	width: 100px;
	background-image: url(images/rollover.gif);
	background-position: top;
}
#menu-bar #thispage {
	position: relative;
	float: right;
	height: 33px;
	width: 100px;
	background-image: url(images/rollover.gif);
	background-position: bottom;
}
#header_end {
	background-image: url(images/mld_base2_blue_05.gif);
	height: 119px;
	width: 19px;
	position: relative;
	float: left;
}

.subhead {
	font-size: larger;
	font-weight: bold;
	display: run-in;
	margin-bottom: -.65em;
}

.strong { font-weight: bolder; }

.breadcrumb {
	font-size: x-small;
	color: #0000FF;
}

.offsite {
	display: none;
	text-decoration: none;
}
a:hover .offsite {
	display: inline;
	text-decoration: none;
}

.publication {
	font-weight: bold;
	margin-bottom: -.8em;
}

.dateline {
	font-size: smaller;
	font-weight: bold;
	margin-bottom: -.65em;
}

a {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

input { }
