/* CSS Document */
body {
	background: #FFF;
	margin: 0px;
}
div#container { 
	background: #FFFFFF url(/site_images/28/images/bg_main.jpg) repeat-y center;
	/* width: 3000px; */
	height: auto; 
	margin: 0 auto; 
} 
div#content-container {
	width: 100%;
	height: auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
} 
td.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #663399;
}
.nav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav {
	text-decoration: none;
	color: #663399;
}
a.nav:hover {
	color: #CC6600;
	text-decoration: underline;
}
a.footer-links {
	color: #FFFF00;
	font-weight: bold;

}
table.navigation {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-color: #FFCC00;
	background-image: url(/site_images/28/images/bg_navigation.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
td.content-area {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	padding: 20px 30px;
}
td.flash {
	height: 200px;
}
a {
	color: #663399;
}
h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #663399;
}