#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 125px;
	padding: 0 0 5px 0;
}

#content {
	width: 450px;
	padding: 0 0 0 0;
	font-size: 1em;
	line-height: 1.6em;
}

/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */ 

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.6em;
}

#footer {
	clear: both;
	padding: 10px 0 0 0;
	font-size: .95em;
	color: #898989;
	border-top: 1px dashed #dedede;
}
#nav {
	float: right;
        margin: 0 -15px 0 0;
        padding: 64px 0 0 0;
	font-size: .95em;
	font-family: Verdana, Arial, Sans-Serif;
	height: 36px;
}

#nav ul, #nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
	color:#3b3b3b;
}

#nav a:link, #nav a:visited {
        float: left;
        line-height: 14px;
        padding: 11px 15px 11px 15px;
        text-decoration: none;
	color:#729199;
}

#nav a.current {
	background: url(img/arrowhover.gif) no-repeat center bottom;
	color: #fefefe;
}
#nav a:hover {
	color: #fefefe;
}

body {
	font: 75% Verdana, Arial, Sans-Serif;
	color: #7d7d7d;
	background: #ffffff url(img/bg.gif) repeat-x;
        margin: 0;
	padding: 0;
}

/* Headings */

h1{
	display:inline;
}

h1 a{
	text-indent: -5000px;
	background:url(img/logo.gif) no-repeat;
	width: 193px;
	height: 42px;
	padding: 0;
	margin: 30px 0 0 0;
	float:left;
display:block
}

h2, h3, h4 {
	margin: 0; padding: 0 0 2px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	color:#D3E7BF;
}

h2 {	
        font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

/* Links */

a:link {
        color:#37598a;
	text-decoration: none;
}

a:visited {
        color:#37598a;
	text-decoration: none;
}

a:hover {
        color:#5f85bd; 
	text-decoration: underline;
}
#footer a:link {
        color: #898989;
	text-decoration: none;
}

#footer a:visited {
        color: #898989;
	text-decoration: none;
}

#footer a:hover {
        color:#00b4f1; 
	text-decoration: underline;
}
p {
	margin-top: 0.8em;
	margin-bottom: 1.0em;
}
.alignright{
	float:right;
}
img.featured {
	padding: 5px;
	border: 1px solid #ededed;
	background: #fff;
}