body {
	margin : 5px 0px;
	background-color : #6a8080;
}

body, td {
	color : #7d817d;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
}

#header {
	height : 78px; 
	width : 995px; 
	background : #e0d3bb url('/images/layout/header_bg.jpg');
}

#content {
	width : 995px; 
	background : #ebe6df  url('/images/layout/content_bg.gif');
	text-align : left;
}

#footer {
	color : #b4c0bf;
	text-align : right;
	width : 981px;
	font-size : 7pt;
	font-weight : bold;
}

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

#footer a:hover {
	color : #e7ebeb;
}

img {
	border : none;
}

#subnavDiv {
	background : #69807f url('/images/layout/subnav_bg.gif');
	height : 30px;
	line-height : 30px;
	width : 995px;
	font-size : 10px;
	color : #b4c0bf;
	font-family : arial, sans-serif;
	text-align : left;
}

#subnavDiv a {
	color : #b4c0bf;
	text-decoration : none;
	margin : 0px 5px;
}

#subnavDiv a:hover {
	color : #e7ebeb;
}


#mainContent {
	width : 930px;
	/* margin : 15px 0px 20px 0px; 
		fix for safari	
	*/
	border-top : 15px solid #ebe6df;
	border-bottom : 20px solid #ebe6df;
	
	line-height : 1.2em;
}

#mainContentLeft {
	width : 310px;
}

h1 {
	color : #67945f;
	font-size : 12pt;
	margin : 0px;
	margin-bottom : 5px;
	line-height : 1.4em;
}

h2 {
	margin : 0px;
	font-size : 11pt;
	color : #67945f;
}

h3 {
	margin : 0px;
	font-size : 10pt;
}

hr {
	height : 1px;
	color : #c2c1bb;
	background-color : #c2c1bb;
	border : none;
	margin : 15px 0px;
}

a {
	color : #555;
}

#teasers h1 {
	color : #7d817d;
	font-size : 12pt;
	margin : 0px;
	margin-bottom : 3px;
	font-style : normal;
}

#teasers td {
	font-size : 11px;
	font-style : italic;
	line-height : 1.4em;
}

#teasers a {
	color : #67945f;
	font-style : normal;
	text-decoration : none;
}

#teasers a:hover {
	text-decoration : underline;
}

#teasers div {
	padding : 0px 5px 0px 5px;
}

.spaced li {
	margin-bottom : 5px;
}

.required {
	color:#990000;
}
