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

#container 
{
	width: 800px;
	margin: 0 auto;
	border: 1px solid #3399ff;
	text-align: left;
	background-color: black;
}

#topbar 
{	
	width: 800px;
}

#disclaimer
{
	font-size: 14px;
	color: #3399FF;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
	
#mainContent 
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 780px;
	background-color: black;
	font-family: "Palatino Linotype";
	font-size:  14px;
	color: #3399ff;
}
#mainContent a:link
{
	color: #3399ff;
}

#mainContent a:visited
{
color: #3399ff;
}

#FAQ
{
padding-left: 30px;
font-size: 14px;
}

#Header 
{
	padding-top: 15px;
	text-align: center;
	font-family: "Palatino Linotype";
	font-size:  22px;
	color: #3399ff;
}


#leftMenu 
{
	float: left;
	width: 100px;
	height: 100%;
	position: relative;
	font-family: "Monotype Corsiva";
	font-size: 16px;
	font-style: italic;
	background-color: #000000;
}  

#rightPic 
{	width: 200px;
	height: 100%;
	float: right;
	position: relative;
	background:#000000;
	margin-top: 0px;
}
		
#links
{	width:  500px;
	text-align: center;
	padding: 0 10px 10px 10px;} 	

#enter 
{
	text-align: center;
	padding-top: 20px;
	color: #3399ff;
	font-size: 22px;
}
#enter a:link
{
	color : #3399ff;
}
#enter a:visited
{
	color : #3399ff;
}
#frontpagepic 
{
	text-align: center;
	padding-top: 20px;
}

#webmaster 
{
	text-align: center;
	padding-top: 20px;
	color: #3399ff;
}
#webmaster a:link
{
	color: #3399ff;
}

#copyright 
{
	text-align: center;
	padding-top: 40px;
	color: #3399ff;
}

body 
{
	margin-top: 0px;
	height: 100%;
	background-color: black;
}

#chromemenu
{
	width: 800px;
	font-weight: normal;
	font-size: 15px;
	color: black;
	font-family: "Palatino Linotype";
	font-style: italic;
	font-weight: bold;
	background-color:#3399ff;
}

#chromemenu:after
{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

#chromemenu ul
{	border: 1px solid #BBB;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../images/chromebg4.gif);
	background-repeat: repeat-x;
	background-position: center center;}

#chromemenu ul li
{	display: inline;}

#chromemenu ul li a
{
	color: #000000;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover
{	background-image: url(../images/chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center center;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.buttonmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 90px;
}

.buttonmenu li a {
	color: #000000;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #B14FD7;
	text-decoration:none;
}

.buttonmenu li a:visited {
color: black;
}

.buttonmenu li a:hover, .buttonmenu li a:active {
	color: black;
	background-color: #CC99FF;
}

