html {
	overflow-y: scroll;
}
body {
	background-color: #CBE0E9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*Layout styles*/

.wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
.header {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 167px;
	width: 978px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.rule {
	background-image: url(images/blkrule.gif);
	background-repeat: repeat-x;
	width: 1000px;
	margin-top: -9px;
	margin-bottom: -3px;	
}
#nav {
	float: left;
	background-color: #CBE0E9;
	width: 149px;
	margin-top: 10px;
}
.main {
	background-image: url(images/mainfade.jpg);
	background-repeat: repeat-x;
	background-color: #4D4D4D;
	width: 849px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 149px;
}
#content {
	position: relative:
	z-index: 1;
	color: #CBE0E9;
	width: 838px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}


/*Navigation bar styles*/

#nav p {
	background-image: url(images/navbutton.jpg);
	background-repeat: no-repeat;
	width: 149px;
	height: 29px;
	padding-top: 9px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-top: -10px;
	margin-bottom: 0px;
}
#nav p:hover {
	background-image: url(images/navrollover.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 29px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	cursor: pointer;
}
#nav a:link {
	text-decoration: none;
	color: #3795B2;
	font-size: 10pt;
	font-weight: normal; 
}
#nav a:visited {
	text-decoration: none;
	color: #3795B2;
	font-size: 10pt;
	font-weight: normal; 
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	cursor: pointer; 
}
#nav a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	font-weight: normal; 
}


/*Main content styles*/

#content p.home {

	font-size: 11px;
	width: 414px;
	margin: 0px 20px 10px 35px;
	line-height: 1.5;
}
#contenttext {	
	font-size: 11px;
	width: 545px;
	margin: 0px 20px 10px 120px;
	line-height: 1.5;
}
#contenttext a:link, #contenttext a:visited, #contenttext a:hover, #contenttext a:active, #contenttext a[href^="http:"]:link, #contenttext a[href^="http:"]:visited, #contenttext a[href^="http:"]:hover, #contenttext a[href^="http:"]:active {	
	font-size: 11px;
	line-height: 1.5;
	color: #CBE0E9;
	text-decoration: none; 
}
#contenttext a:hover, #contenttext a:active, #contenttext a[href^="http:"]:hover, #contenttext a[href^="http:"]:active {
	color: #3795B2;
	text-decoration: none;	
}
.style3 {
	margin-right: 90px;
	margin-left: 90px;
	font-size: 11px;
	line-height: 1.5;
}


/*Table styles*/

#newsimage {
	vertical-align: top;
	text-align: center;
	width: 170px;
}
#newsimage img {
	width: 100px;
	margin: 10px 25px 10px 10px;
	border: 2px solid #CBE0E9; 
}
td.news {
	width: 430px;
	vertical-align: top;
	text-align: left;
	color: #CBE0E9;
}
#vpages img {
	width: 50px;
	height: 50px;
	margin: 30px 10px -20px 175px;
	border: 1px solid #CBE0E9;
}


/*Form styles*/

.formstyle {
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 50px;
	color: #CBE0E9;
}
#fieldset {
	padding: 40px 40px 40px 40px;
	border: 2px ridge #CBE0E9;
}
#fieldset table {
	margin-left: 50px;
}
#fieldset td {
	text-align: left;
	color: #CBE0E9;
}
.opt {
	margin: -30px -25px 20px 0px;
	text-align: right;
	font-size: 9px;
	color: #CBE0E9;
}
.labels {
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: bottom;
}
.searchdrop	{
	width: 90px;
}
.websearch {
	margin-left: 140px;
}


/*Homepage slideshow styles*/

#slideshow {
	position: relative;
	clear: right;
	z-index: 0;
	float: right;
	top: -209px;
	right: 43px;
	width: 300px;
	height: 200px;
	border: 8px solid #ffffff;
}
.corners {
	float: right;
	position: relative;
	z-index: 3;

	right: 35px;
	width: 332px;
	height: 216px;	
}
.ul {
	float: left;
}
.ur {
	float: right;
}
.lr {
	float: right;
	padding-top: 159px;
}
.ll {
	clear: both;
	float: left;
	padding-top: 159px;
}


/*Page headings and search bar styles*/

#bigtitle {
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 35px;
	border-bottom: 2px solid #CBE0E9;
	font-size: 23px;
	color: #3795B2;
}
#bigtitle a:link {
	background-image: url(images/database.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 11px 65px 10px 64px;
}
#bigtitle a:visited {
	background-image: url(images/database.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 11px 65px 10px 64px;
}
#bigtitle a:hover {
	background-image: url(images/databaseon1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 11px 65px 10px 64px;
}
#bigtitle a:active {
	background-image: url(images/databaseon1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 11px 65px 10px 64px;
}
h2 {
	color: #3795B2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
}
.database {
	float: right;
	border: none;
	margin-top: 6px;
	padding-top: 7px;
	padding-right: 35px;
}
.buttonon {
	background-image: url(images/databaseon1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 130px;
	height: 22px;
}
.button {
	background-image: url(images/database.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 130px;
	height: 22px;
}
.smltitle {
	margin-left: 90px;
	color: #3795B2;
	font-size: 18px;
	font-weight: bold;
}


/*Gallery link styles*/

#gallinks {
	text-align: center;
}
#gallinks a:link {
	color: #CBE0E9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #4D4D4D;
}
#gallinks a:visited {
	color: #CBE0E9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #4D4D4D;
}
#gallinks a:hover {
	color: #3795B2;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #3795B2;
}
#gallinks a:active {
	color: #CBE0E9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #4d4d4d;
}
#current a:visited {
	color: #3795B2;
	border: 2px solid #3795B2;
}


/*List styles*/

ul {
	list-style-image: url(images/bullet.gif);
}
li {
	margin-bottom: 15px;
}
.bulletlink {
	border: none;
	width: 9px;
	height: 11px;
	margin-right: 10px;
}


/*Footer styles*/

#clear {
	clear: both;
	float: right;
	position: relative;
	width: 993px;
	text-align: right;
	font-size: 10px;
	color: #4d4d4d;
	padding-right: 7px;
	padding-bottom: 20px;
}
#clear a:link, #clear a:visited, #clear a:hover, #clear a:active, #clear a[href^="http:"]:link, #clear a[href^="http:"]:visited, #clear a[href^="http:"]:hover, #clear a[href^="http:"]:active {
	color: #4d4d4d;
	font-size: 10px;
	text-decoration: none;
	line-height: 1;
}
#clear a:hover, #clear a:active, #clear a[href^="http:"]:hover, #clear a[href^="http:"]:active {
	color: #3795B2;
}
.kallisto {
	background-image: url(images/kallisto.jpg);
	color: #4D4D4D;
	float: left;
	width: 144px;
	height: 18px;
	font-size: 10px;
	text-align: right;
	margin-top: -41px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}