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

body {
	text-align: center;
	background-color: #CCFFCC;
}

li, ul {
    list-style:none;
    margin-left:-40px;
}

#container {
	position: relative;
	background-color:#FFFFFF;
	width: 800px;
	min-height: 700px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}

#innerContainer {
	width: 570px;	
}

p {
	width: 570px;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000000;
	margin: 10px 15px 20px 10px;
	line-height: 20px;
}

table
{
	width: 100%;
	border: none;
	text-align: center;
}

table th
{
	font-size: 14;
	font-weight: bold;
	padding-bottom: 5px;
}

.tableCaption {
	font-weight: normal;
	font-style: italic;
	text-align: center;
	width: 570;
}

a:link { 
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

h4 {
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 16px;
	margin-left: 10px;
}

li {
	list-style-type: circle;
	list-style-position: inside;
	font-family: Georgia, serif;
	font-size: 14px;
	width: 570px;
	text-align: justify;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 20px;
	
}

.imageBox {
	text-align: center;
	width: 570;
}

.imagebox .imageCaption {
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
}

#subsiteHeader h1 {
	background: url(images/Title1.jpg) no-repeat left top;
	position: relative;
	top: 0px;
	width: 600px;
	height: 250px;
	margin: 0;
}

#subsiteHeader h1 span {
	display:none;
}

#pageHeader
{
	top: 150px;
	text-align: right;
	right: 220px;
	
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	font-family: Georgia, serif;
	
	position: absolute;
}


#menu {
	background: url(images/MenuStrip.jpg) repeat-y;
	
	position: absolute;
	right: 10px;
	top: 250px;
	width: 200px;
}
	
#menu .top
{
	background: url(images/MenuTop.jpg) left top no-repeat;
	width:100%;
	height: 15px;
}

#menu .contents {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}

#menu .bottom
{
	background: url(images/MenuBottom.jpg) left bottom no-repeat;
	width:100%;
	height: 15px;
}

#menu .divider
{
	background: url(images/MenuDividor.jpg) left no-repeat;
	width:100%;
	height: 9px;
}

#menu h1 {
	font-weight: bold;
	font-size: 24px;
}

#menu .item {
	list-style-type: none;
	font-size: 18px;
	width: 200px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

#menu .item a:link { 
	color: #888888;
	line-height: 35px;
	text-decoration: none;
}

#menu .item a:hover {
	color: #996699;
	line-height: 35px;
	text-decoration: none;
}

#menu .item a:visited {
	color: #919191;
	line-height: 35px;
	text-decoration: none;
}

.footnote
{
	position: absolute;
	text-align: left;
	font-size: 12px;
	bottom: 20px;
	height: 20px;
	margin-left: 10px;
	padding-top: 5px;
	border-top: solid thin #999999;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	font-family: Georgia, serif;
	text-align: center;
}

#copyright {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}