@charset "UTF-8";
/* html + body 
----------------------------------------------------------------------------------- */
body {
	background-color: #e3ded8;
	margin: 0px;
	padding: 0px;
	
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

/*commented back slash hack v2 \*/
html, body {
    height: 100%;
}
/*end hack */


/* header tags
----------------------------------------------------------------------------------- */
h1 {
	color:#003565; 
	font-size:14px;
	padding:0;
	font-weight:bold
}


/* a link tags 
----------------------------------------------------------------------------------- */
a:link, a:visited, a:hover {
	color: #C17A00;
	text-decoration: none;
}
a:visited{
	color: #87B5D0;
	border-bottom: dotted #87B5D0 1px;
}
a:hover{
	color: #C17A00;
	border-bottom: dotted #C17A00 1px;
}

/* div and containers
----------------------------------------------------------------------------------- */
#footer {
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}

#footer ul {
	margin: 2px 0;
	padding: 5px 0;
}
#footer ul li {
	display:inline;
	padding: 0 5px;
	border-right: dotted #333 1px;
}
#footer ul li.first {
	padding: 0 5px 0 0;
}
#footer ul li.last {
	border: none;
}
#footer a:link, #footer a:visited, #footer a:hover {
	font-weight:bold;
	color: #003565;
	text-decoration:none;
	border:none;
}
#footer a:hover {
	color: #FFF;
	background-color:#003565;
}