body {
	font : 14px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #666;
	background : #7F7F7F url(images/bg.gif) repeat-y top center;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:focus {
    outline: 0;
}
			/*WRAP*/
#container {
	width : 800px;
	margin : 0 auto;
	padding : 0;
	line-height : 1.5em;
	background : #eee;
	color : #333333;
}
			/*TOP BANNER*/
#top {
	margin : 0;
	padding : 0;
	height : 120px;
	background : #993366 url(images/toplogo.png) no-repeat left;
	border-bottom : 5px solid #FFFFFF;
	color: #FFFFFF;
	border-top: 5px solid #FFFFFF;
}
#top h1 {
	margin : 0;
	font : 150% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing : 4px;
	color : #FFFFFF;
	background : transparent;
	padding-left: 440px;
}
#top p {
padding : 5px 0 0 20px;
margin : 0;
}
#top a:link, #top a:visited {
text-decoration : none;
color : #FFFFFF;
background : inherit;
}
#top a:hover {
text-decoration : underline;
color : #CCCCCC;
background : inherit;
}
			/*TOP MENU*/
#menu {
margin : 0;
padding : 0;
height : 30px;
}
			/*LEFT MENU*/
#leftnav {
	float : left;
	width : 170px;
	margin : 0;
	padding : 0;
	border-right : 2px solid #fff;
	color : #003366;
	background : #eee;
	padding-top: 15px;
}
			/*MAIN CONTENT*/
#content {
	margin : 0 0 0 180px;
	padding : 0;
	padding-top: 15px;
	color: #003366;
}

#main {
	margin : 0;
	padding : 0;
	padding-top: 15px;
	color: #003366;
}

			/*FOOTER*/
#footer {
	clear : both;
	margin : 0;
	border-top : 5px solid #FFFFFF;
	background : #993366;
	color: #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background-image: url(images/footerlogo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer img {
float : right;
}
#footer a:link, #footer a:visited {
text-decoration : none;
color : #FFFFFF;
background : transparent;
text-decoration : none;
}
#footer a:hover {
text-decoration : none;
color : #FFCC33;
background : inherit;
}
#footer a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
			/*TYPOGRAPHY*/
h2 {
	margin : 0;
	font : 16px georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing : 3px;
	border-bottom : 1px solid #eee;
	color : #993366;
	background : inherit;
	padding-left: 15px;
	padding-top: 15px;
}

h3 {
margin : 0;
padding : 0 0 5px 10px;
font : 130% georgia, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
text-transform : uppercase;
color : #520934;
background : inherit;
}
p {
	padding-left: 10px;
	padding-right: 10px;
}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #9C7630;
	text-align: center;
	font-size: 14px;
}
.faq {
	color: #009900;
	padding-left: 20px;
	font-weight: bold;
}

			/*LINKS*/
a:link, a:visited {
text-decoration : none;
color : #006600;
background : transparent;
text-decoration : none;
}
a:hover {
text-decoration : underline;
color : #006600;
background : inherit;
}
a:active {
text-decoration : none;
background : inherit;
color : #006600;
}
a img {
border : none;
}
#navlist li {
list-style-type : square;
margin : 0 15px 0 0;
padding : 0;
background : inherit;
color : #520934;
}
			/*IMAGES*/
.imgright {
	float : right;
	border: 1px solid #993366;
	margin-left: 15px;
	padding: 1px;
}
.imgleft {
	float : left;
	border: 1px solid #993366;
	margin-right: 15px;
}
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
#tabs {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:14px;
	line-height:normal;
	border-bottom:1px solid #993366;
	}
#container #leftnav .small {
	font-size: 9px;
}

#container #leftnav p {
	font-size: 12px;
}


#tabs ul {
	margin:0;
	padding:5px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#993366;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.icon {
	padding-right: 10px;
	vertical-align: text-bottom;
}

