body{
	background:url(../images/site-bg.jpg) repeat-x;
	font-family:"Trebuchet MS","Helvetica","Arial","Sans Serrif";
	color:#727272;
	line-height:1.5em;
	overflow-x:auto;
}

h1#logo {
	margin:0;
	height:96px;
	width:330px;
}
h1#logo a{
	margin:0;
	padding-top:96px;
	display:block;
	height:0;
	width:330px;
	background:url(../images/logo.gif) no-repeat;
	overflow:hidden;
}

#hd {
	position:relative;
	z-index:10;
}
#bd {
	margin:0 5px;
	padding:10px 25px 0 15px;
	background:#fff url(../images/right-rep.gif) repeat-y 100% 0;
}

#bd.no-right-col {
    background-image: none;
}

#main {
	width:555px;
	float:left;
}

#main .containermodule.two-column {
    border-bottom:1px solid #d9eb9b;
    margin-bottom:20px;
}

#rightcolumn {
	width:330px;
	float:right;
}
#rightcolumn .item {
	margin-bottom:20px;
}
#rightcolumn .item .bodycopy {
	font-size:80%;
	color:#a5a4a4;
}
#rightcolumn .item .readmore {
}


a {
	color:#5e9aa0;
}

a:hover {
	color:#47767b;
	text-decoration:none;
}

a.mhn-link span {
    display:inline-block;
    background:url(../images/mhn-link-right.gif) no-repeat;
    width:2px;
    height:26px;
    position:absolute;
    right:0;
    _right:-1px;
    top:0;
}
a.mhn-link {
    display:inline-block;
    padding:3px 8px;
    height:20px;
    position:relative;
    white-space:nowrap;
    background:url(../images/mhn-link-left.gif) no-repeat;
    color:#ecffac!important;
    text-decoration:none;
}
a.mhn-link:hover {
    color:#4f6015!important;
    text-decoration:underline!important;
}

#rightcolumn a {
	color:#b1ca94;
}
#rightcolumn a:hover {
	color:#9fb585;
	text-decoration:none;
}

.module {
	margin-bottom:20px;
	border-bottom:1px solid #d9eb9b;
	padding-bottom:20px;
}
#rightcolumn .module {
	margin-bottom:10px;
	border-bottom:1px solid #d9eb9b;
	padding-bottom:10px;
}

#ft {
    text-align:center;
    margin-top:20px;
    padding-top:20px;
    background:#f4f8e5;
    position:relative;
}
#ft .moduleactions {
    position:absolute;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* base.css, part of YUI's CSS Foundation */
h1,h2,h3,
h1 a,h2 a,h3 a {
	/* top & bottom margin based on font size */
	color:#dac138;
	margin:0 0 1em 0;
	font-family:"Helvetica","Arial","Sans Serrif";
	text-decoration:none;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	text-transform:uppercase;
/*	font-size:138.5%;  */
    font-size:123.1%; 
	color:#4a797e;
}
#rightcolumn h1 {
    font-size:110%; 
    text-transform:none;
    margin:0 0 .5em 0 ;
}

#main h1 {
    margin-top:0;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
/*	font-size:123.1%; */
    font-size:108%;
	font-weight:normal;
}

/*#rightcolumn h2 {
    font-weight:normal;
    color:#5e9aa0;
    font-family:"times",serif;
}
*/
h3 {
	/*14px via YUI Fonts CSS foundation*/
/*	font-size:108%;  */
    font-size: 100%;
}

h4 {
    font-size: 93%;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	list-style-image:url(../images/bullet.gif);
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

.bodycopy,
.bodycopy p{
	font-size:95%;
}

img {
	border:none;
}

.no-ucase {
    text-transform:none;
}


