/* CSS Document */
body {
	background-color: #EFECE3;
	font-family:  Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #FFF;
}

p, ol, li, ul, h1{
color: #FFF;
}

li {
padding-bottom: 10px;
}

h1 {
font-size:  22px;
font-weight: none;
}

h2 {
font-size:  16px;
font-weight: none;
}

a:link, a:visited, a:active {
color: #fff;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: underline;
}

#menu a:link, #menu a:visited, #menu a:active {
font-size: 14px;
color: #001162;
text-decoration: none;
}

#menu a:hover {
color: #e18837;
text-decoration: underline;
font-size: 14px;
}

.footer, .footer a, .footer a:visited, .footer a:active {
font-size: 11px;
color: #001162;
text-decoration: none;
}

.footer a:hover {
color: #e18837;
text-decoration: underline;
font-size: 11px;
}
