@charset "UTF-8";
body {
	background-color: #f6f6ec;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial;
}

div {padding: 0; margin: 0;}
a:link {color: #8e8e55; text-decoration: none;}
a:visited {color: #8e8e55; text-decoration: none;}
a:hover {color: #332a86; text-decoration: none;}

#wrapper {background: #332a86; width: 1024px; border: solid 1px #332a86; margin-left: auto; margin-right: auto;}
#footer {background: #332a86; padding: 33px 0px 114px 167px; color: #FFFFFF; font-size: 11px; line-height: 13px;}
#footer a:visited {text-decoration: underline; color: #FFFFFF;}
#footer a:visited {text-decoration: underline; color: #FFFFFF;}
#footer a:hover {text-decoration: underline; color: #d0d0e9;}

/* HOME SPECIFIC */

#content {background: url(images/home/bg.gif) no-repeat; padding: 0; margin: 0;}
#innercontent {background: url(images/inner/bg.gif) repeat top; padding: 0; margin: 0; font-size: 12px; line-height: 25px; color: #636266;}
#innercontent .title {color: #332a86; font-size: 14px; font-weight: bold;}
.tagline {color: #332a86; font-style: italic; font-size: 12px;}

/* INNER SPECIFIC */

#nav ul
{
list-style-type: none;
padding: 10px 0px 0px 0px;
margin: 0;
}

#nav li
{
padding-bottom: 0; line-height: 18px;
}

#nav a:link {color: #8e8e55; text-decoration: none;}
#nav a:visited {color: #8e8e55; text-decoration: none;}
#nav a:hover {color: #332a86; text-decoration: none;}