@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF
}

body a {
	color: #006699;
	text-decoration: none;
}

body a:hover {
	color: #666666;
	text-decoration: underline;
}

#main {
	text-align: left;
	position: relative;
	width: 751px;
}

#main #header .tab {
	width: 110px;
	position: absolute;
	top: 0px;
	font-family: "Arial Narrow", Arial;
	font-size: 9pt;
	color: #999999;
	text-align: center;
}

#main #header .tab h1{
	margin-bottom: 0px;
	positon: absolute;
	top: 0px;
	color: #fff;
}

#main #header .tab a {
	margin-top: -5px;
	font-size: 9pt;
	color: #999999;
}

#main #header .tab a h1 {
	color: #fff;
}

#main #header .tab a:hover {
	text-decoration: none;
	color: #fff;
}

#main #body {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}

#main #nav {
	font-size: 10pt;
	float: left;
	width: 200px;
}


#main #nav ul {
	list-style: none;
}

#main #nav ul li {
	border-left: 5px solid #FFACBD;
	padding-left: 10px;
	margin-left: -15px;
}

#main #nav ul li a {
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}

#main #nav ul li a:hover {
	color: #322157;
	text-decoration: underline overline;
}

#main #nav .selected {
	color: #322157;
	text-decoration: underline overline;
}

#main #content {
	float: left;
	width: 500px;
	/*height: 500px;*/
	color: #333333;
}	

#main #content p {
	/*text-indent: 2em;*/
	font-size: 12pt;
	color: #333333;
}

#main #content h1 {
	color: #322157;
	font-style: italic;
}

#main #content h2 {
	color: #322157;
	font-size: 13pt;
}

#main #content ul {
	padding: 0;
	color: #322157;
	margin-left: 10px;
}

#main #content li {
	color: #322157;
	font-size: 13pt;
}

#main #footer {
	margin-top: 50px;
	padding-bottom: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#main #footer a {
	padding: 3px;
}
