/* CSS Document */

* {
	margin:0px;
	padding: 0px;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #969A9D;
	font-size: 11px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	vertical-align: top;
	padding-bottom: 60px;
	}
body td {
	vertical-align: top;
	}
#main {
	background-image: url(images/main-background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 18px;
	}
#navigation {
	background-image: url(images/main-background-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 21px 0px 20px 182px;
	}
#navigation ul {
	list-style-type: none;
	}
#navigation ul li {
	float: left;
	}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #949899;
	display: block;
	padding-right: 26px;
	text-decoration: none;
	}
#navigation ul li a:hover {
	color:#600000;
	}
#content-right {
	background-image: url(images/right-background.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	}
#content-right div.right-main {
	background-image: url(images/right-background-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 27px 37px 37px 27px;
	}
#content-left {
	background-image: url(images/left-background.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 0px;
	}
#content-left div.left-main {
	padding: 27px 37px 37px 37px;
	background-image: url(images/left-background-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#content-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#content-left ul li {
	padding-top: 14px;
	}
#content-left ul li a:link, #content-left ul li a:visited {
	color: #949899;
	text-decoration: none;
	}
#content-left ul li a:hover {
	color:#600000;
	}
#content-left ul li.selected a:link, #content-left ul li.selected a:visited {
	color:#600000;
	}
h1 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #6C6F72;
	}
h2 {
	color: #600000;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding-bottom: 2px;
	}
h3 {
	font-size: 31px;
	line-height: 36px;
	font-weight: normal;
	color: #CBCECF;
}
h3 a:link, h3 a:visited {
	color: #949899;
	display: block;
	padding-right: 26px;
	text-decoration: none;
	}
h3   a:hover {
	color:#600000;
	}
	
	
#content-right .right-main h2 {
	display: block;
	float: left;
	}
#content-right .right-main h2.award {
	padding-right: 20px;
	background-image: url(images/award.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 4px;
	clear: both;
	}

p {
	line-height: 14px;
	padding-bottom: 8px;
	color: #6C6F72;
	display: block;
	clear: both;
	}
p a:link, p a:visited {
	text-decoration: none;
	color: #949899;
	}
p a:hover {
	color: #600000;
	}
p a.selected:link , p a.selected:visited {
	color: #600000;
	}
	
	
.dotted-line {
	display: block;
	height: 1px;
	border-top: dotted #C6C8CA 1px;
	padding-bottom: 6px;
	clear: both;
	}
div.numbers {
	display: block;
	}
div.numbers a:link, div.numbers a:visited {
	font-size: 14px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px 16px 10px 0px;
	color: #949899;
	}
div.numbers a:hover {
	color: #600000;
	}
div.numbers a.selected:link , div.numbers a.selected:visited {
	color: #600000;
	}

#fade-area p {
	clear:both;
	display:block;
	padding-bottom:10px;
	}
