charset "UTF-8";
/* CSS Document */
body {
	background: #000000;
	padding: 0;
/* 	margin: 25 0px 0px 0px; */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height: 12pt;
}

html {
		margin: 0;
		padding: 0;
		height:100%;
		width:100%;
	}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #646464;
	line-height: 17pt;
}
/*
.bodytext img {
	height:100px;
	width:100px;
	margin-right:5px;
	border:solid 1px #999999;
}
*/

p a:link {
		color: #6faacd;
	}
p a:visited {
		color: #6faacd;
	}
p a:hover {
		border-bottom-color: #646464;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		color: #646464;
	}

#flashcontent {
		width:100%;
		height:100%;
		z-index:0;
	}

/*begin link styles*/
a {
	text-decoration:none;
	border:none;
	font-size:12px;
	color: black;
}
a:link {
	text-decoration:none;
	border:none
}

a:visited{
	color: black;
}
a:hover{
	color: #646464;
}

a img {
	border:none;
	}
	
/*end link styles*/


/*begin navigation*/
#container {
	border: none;
	text-align: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
}

#main {
	width:900px;
	height:550px;
	padding:none;
}
#display {
		display: inline;
		height: 500px;
		width: 750px;
		overflow:auto;
	}

#thumbs {
		text-align: right;
		display: inline;
		width: 150px;
		height: 500px;
	}

#navbox {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	width:900px;
}
#nav {
	padding-left: 20px;
	padding-top: 5px;
	word-spacing: 20px;
	left: 100px;
	top: 0px;
	background-color: white;
	height: 25px;
	position: absolute;
	width: 780px;
	z-index:1000
}

/*end navigation*/

/*begin drop-down menu*/
.menuHeader {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	padding-right: 15px;
	display: inline;
	position: relative;
	background-color: none;
	}

.menuDrop {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.90);
	opacity:0.90;
	border-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 0px;
	left: 0;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
}

.menuDrop a {
	border-width: 0px;
	position: relative;
	display: block;
	word-spacing: normal;
	text-align: left;
	padding: 2px 5px;
	text-decoration: none
	}

.menuDrop a:link {
	color: black;
	}

.menuDrop a:visited {
	color: black;
	}

.menuDrop a:hover {
	color: black;
	background: #6faacd;
	}

.menuDrop a:active {
	color: black;
	}

/*end drop down menu*/

/*begin main content*/
#leftmain{
	width:450px;
	height:550px;
	float:left;
	}	
#rightmain {
	width:450px;
	height:550px;
	float:right;
	}
#textbox {
	height:410px;
	width: 420px;
	position:relative;
	top:125px;
	left:15px;
	overflow:auto;
	}
input, textarea {
		border-color: #646464;
		border-style: solid;
		border-width: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #646464;
		line-height: 18px;	
	}
/*end main content*/
