body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#C2C2C2;
}

#top {
	margin: 0 auto;
	padding: 13px 0 0 0;
	width:702px;
	height:7px;
	background: url(images/top.gif) no-repeat scroll bottom;
}

#header {
	margin: 0;
	padding: 0;
	width:702px;
	height:84px;
	background: url(images/logo.gif) no-repeat;
	background-position: 0% 0%;
}

#main {
	margin: 0 auto;
	text-align:left;
	padding: 0;
	width:702px;
	background-image:url('images/maindiv_bg.gif');
}

#navandcontent {
	margin: 0 auto;
	padding: 0;
	width:702px;
	background-image:url('images/navandmainbg.gif');
}

#content {
	width:492px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation {
	width:210px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation a{
	color:white;
	text-decoration:none;
}

#navigation a:hover{
	text-decoration:underline;
}

#bottom {
	width: 702px;
	height: 9px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url('images/bottom.gif');
	background-repeat: no-repeat;
}

#copyright {
	width: 702px;
	height: 9px;
	color: #000000;
	font-size: 10px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#copyright a {
	color: #000000;
	font-weight: bold;
	text-decoration: none
}

#copyright a:hover {
	color: #074582;
}

#contact{
	text-align:right;
	padding-right:10px;
	color:#5C86B0;
	font-size:10px;
}

#contact a{
}

#affiliations {
	background-image:url('images/affiliations.gif');
	height:53px;
}

h1 {
	width: 50%;
	font-size: 22px;
}

.maintext{
	text-align:justify;
	margin:7px 19px 0px 11px;
	padding-right: 10px;
	line-height:22px;
	background-image:url('images/photobehindfade.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.fade_bg_image{
	background-image: url(images/content_background.jpg);
	background-position: 50% 10px;
	background-repeat: no-repeat;
}

.maintext a {
	color: #074582;
	font-weight: bold;
	text-decoration: none
}
.maintext a:hover {
	text-decoration: underline;
}

.maintext .page_title {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.maintext table p {
	font-size:12px;
	line-height:13px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

form input {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bottomimagefade{
	clear:both;
	height:0px;
}

.nav {
	margin:0 10px 0 12px;
	text-align:right;
	color:white;
	font-size:12px;
	line-height:24px;
	padding-right:10px;
	font-weight:bold;
}

.dark {
	background-color:#820D0D;
}