/* new css */

/* --------------  Framework ----------------------- */

/* body */
body {
	margin: 0px;
	padding: 0px;
	/*xheight: 100%;*/
	background-color: #FFFFFF;
}
body, table {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
}

#container {
	width: 850px;
	/*height: 100%;*/
	margin: 0px;
	border: 1px solid black;
	padding: 0px;

}

/* logo bar*/
#top {
	width: 850px;
	height: 57px;
	background-color: #FECD0A;
}

/* navigation bar */
ul#nav {
	width: 820px; /*total 850 */
	height: 26px;
	margin: 0;
	padding: 0 0 0 30px;
	background-color: #004477; 
	/*background-image: url(img/nav_bgd.gif);*/
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

ul#nav li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	border: 1px solid white;
	border-width: 0 0 0 1px;
	padding: 5px 1.5em 5px 1.5em;
}


#subnav {
	width: 425px;
	margin-left: 116px;
	border: 1px solid #004477;	
	border-width: 0 1px 1px 1px;
	padding: 3px 0 3px 0;
	background-color: #ffffff; 
	text-align: center;
}

/* maincontent & sidebar container */
#main {
	width: 767px;
	margin: 65px 0 0 31px;
	margin-top: 65px;
	margin-left: 31px;
	border: 1px solid #004477;
	border-width: 1px 0 1px 0;
	background-image: url(img/bgd_left.gif);
	background-position: left;
	background-repeat: repeat-y;
	
}

/* container for maincontent */
#text {
	width: 500px;
	margin: 15px 0 0 40px;	
	min-height: 200px;
}

/* sidebar content */
#news {
	float: right;
	width: 150px;
	height: 320px;
	margin: 14px 14px 14px 14px;
	border: 1px solid white;
	background-color: #004477;
	color: white;
}

/* footer */
#footer {
	width: 765px; /* 850?? */
	height: 25px;
	border: 1px solid #004477;
	/*background-color: #FECD0A;*/
	padding-top: 4px;
	background-color: #004477;
	color: white;
	text-align: center;
	font-size: 9px; 
}


ul#nav a, #footer a, #news a {
	color: white;
	text-decoration: none;
}
#subnav a {
	color: black;
	text-decoration: none;
}


/* --------------  Content ----------------------- */

#news h2 {
	width: 140px;
	margin: 0;
	padding: 3px 5px 3px 5px;
	background-color: #FECD0A;
	color: #004477;
	font-size: 11px;
	font-weight: bold;
}

#news p {
	width: 140px;
	margin: 5px 0 5px 0;
	padding: 6px;
}
#news a {
	font-style: italic;
	text-decoration: underline;
}

#text h1 {
	font-size: 13px;
	font-weight: bold;
}
#text h2 {
	font-size: 11px;
	font-weight: bold;
}

#text p {
}

#text a {
	color: #008;
}


#text ul, #text ol {

}
#text ul.dates {
	list-style-type: none;
	margin: 2em 2em 1em 3em;
	padding: 0;
	/*border-bottom: 1px solid #004477;*/
}
#text li {
	margin-bottom: .5em;
}
#text li li {
	margin-bottom: 0;
}


#text address {
	font-style: normal;
	margin-bottom: 1em;
}

#footnotes {
	margin: 2em 2em 1em 3em;
	border-top: 1px solid #004477;
}


/* contact form */
label, button {
	margin-top: .5em;
	font-weight: bold;
	color: black;
}
label {
	display: block;
}
button {
	display: block;
	background: #FECD0A;
	border: 2px outset #FECD0A;
}
button * {
	vertical-align: middle;
}
.error {
	color: #CC0044;
	font-style: italic;
	text-indent: 2em;
}

