/* CSS Document */

body {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #333333;
}


#banner {
	height: 200px;
	width: 900px;
	background-color: #000000;
	margin: 0 auto;
}

#container {
	height: auto;
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#glossary {
	height: auto;
	width: 600px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#selectionbox {
	height: auto;
	width: 500px;
	background-color: #CEDAF3;
	border: 1px solid #333333;
	padding: 5px;
}

#footer{
	background-color: #000000;
	height: 25px;
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}

#textforsub{
	height: 450px;
	width: 530px;
	background-color: #ffffff;
	padding: 10px;
	float: right;
	background-image: url(sideimages/spacing/lightlinebackground.jpg);
	background-repeat: repeat;
}
#textforsub-left {
	height: 470px;
	width: 340px;
	background-color: #ffffff;
	padding-left: 10px;	
	
}  
#textforpopb{

    overflow: auto;
	height: 300px;
	width: 530px;
	background-color: #ffffff;
	padding: 10px;
	
}
.floatright { 
	float: right;
	color: #333333;
}
.indextext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: lighter;
}
.titlevideo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:visited {text-decoration: none;
	color: #006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
	}
