body {
	background:#CACACA url(images/background.png) repeat-x;
	font-family:"Trebuchet MS", Verdana, serif
}
#container {
	margin:0 auto;
	width:750px
}

#header {
	width: 100%
}

#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}

#header h1 span {
	color:#ffff00;
}

#header h1 span.it {
	color:#009933
}

#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}

#sub_header span {
	color:#ff3300;
}

#main_content {
	margin:0 auto;
	width:100%;
	background:#FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y;
	text-align:center;
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 

#footer-links {
	padding-right:139px; /* width of menu */
	height:30px;
	text-align:center;
	background: #FFFFFF url('images/background_bottom.gif');
}

#footer-links a {
	font-size:9pt;
	color:#660000;
	margin-left:14px;
}
.first {
	margin-left:0;
}

#footer {
	text-align: center;
	font-size:12px;
	margin: 10px auto
}

#footer a {
	color:#000;
}

.content {
	float:left;
	width:559px;
	text-align:justify;
	margin:0;
	font-size:12px;
}

#content-header h2 span {
	color:#006600;
	font-size:12pt;
}

#content-header {
	padding:0 32px 0 30px;
}

#main {
	text-align:left;
	padding:20px 3px 40px 5px;
}

.menu {
	width:139px;
	float:left;
	padding:3px 0 23px 20px;
	border-left:#8C8484 1px solid;
	font-size: 12px
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.menu h2 {
	font-size:18px;
	margin:0;
	line-height:18px;
	padding:0;
	color: #A40008
}

.menu ul {
	margin:2px 0 18px 0;
	text-align:left;
	padding:10px 0 20px 15px
}
.menu li {
	padding-top:2px;
	list-style-type:circle;
}

marquee {
	font-size:10pt;
}

a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
.menu a {
	color:#990000;
	font-weight:bold;
	text-decoration:underline
}
.menu a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}