body {
	background : #EDF6EC;
	margin-top : 20px;
}

body, td {
	font-family : trebuchet ms;
	font-size : 10pt;
}

a {
	color : #046CB6;
}

img {
	border : none;
}

#container {
	width : 981px; 
	border : 2px solid #fff;
	text-align : left;
	background : #fff;
}

#header {
	border-top : 2px solid #4AA942;
	background : #BCDFB9;
	height : 25px;
	line-height : 25px;
	text-align : right;
	padding-right : 20px;
	border-bottom : 2px solid #fff;
	font-size : 8pt;
}

ul#nav {
	height : 33px;
	line-height : 33px;
	background : #046CB6 url(/images/layout/nav_bg.jpg) repeat-x;
	margin : 0px;
	padding : 0px;
	border-bottom : 3px solid #011B2E;
}

ul#nav li {
	float : left;
	display : block;
	height : 17px;
	line-height : 17px;
	margin : 10px 11px;
	background : url(/images/layout/nav_dot.gif) no-repeat left center;
	padding-left : 21px;
	list-style : none;
}

ul#nav a {
	color : #fff;
	display : block;
}

#teasers {
	background : #4AA942 url(/images/layout/teaser_bg.gif) repeat-x top;
}

ul#homeTeasers {
	margin : 0px;
	padding : 0px;
	height : 120px;
}

ul#homeTeasers li {

	list-style : none;
	float : left;
	display : block;
	border-left : 2px solid #43983B;
	height : 100%;
	width : 33%;
	text-align : left;
	color : #fff;
	font-size : 8pt;
}


#homeTeasers a {
	color : #fff;
}

#homeTeasers .date {
	color : #BDDEB1;
}

#homeTeasers .item {
	margin-top : 10px;
}

#homeTeasers .moreLink {
	float : right;
	color : #BDDEB1;
	text-decoration : none;
}


.teaser {
	padding : 5px;
}

#footer {
	background : #046CB6 url(/images/layout/teaser_bottom.gif) repeat-x top;
	padding : 15px 20px 15px 20px;
	font-size : 7pt;
	color : #fff;
	height : 35px;
}

#footer a {
	color : #fff;
}


/* --- */

h1 {
	margin : 0px;
	color : #046CB6;
	font-size : 16pt;
	margin-bottom : 5px;
}


h2 {
	color : #046CB6;
	font-size : 11pt;
	margin : 0px;
}

h3 {
	font-size : 10pt;
	margin-bottom : 5px;
}


fieldset {
	border: 2px solid #046CB6;
}

legend {
	font-weight  : bold;
}


.content {
	padding: 30px;
	padding-top : 40px;
}

.sidebar {
	width : 250px;
	padding-left : 20px;
	font-size : 8pt;
}

.sidebar img {
	margin-bottom : 10px;
}

.small {
	font-size : 8pt;
}

ul.spaced li {
	margin-bottom : 8px;
}

#sideNav {
	width : 185px;
	line-height : 150%;
	border-right : 2px solid #7AB1D8;
}

#sideNav a {
	display : block;
}

.subnav {
	visibility : hidden;
	border : 2px solid #046CB6;
	position : absolute; 
	z-index : 100;
	margin-top : -3px;
	text-align : left;
}

.subnav a {
	display : block;
	background-color : #046CB6;
	color : #fff;
	text-decoration : none;
	line-height : 20px;
	font-weight : bold;
	padding : 5px 10px;
	width : 150px;
}

.subnav a:hover {
	color : #046CB6;
	background-color : #C1DBED;
}
