
body { 
	text-align: center;
	margin: 0px;
	background-color: #E2D862;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}

body, td { 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 14px;  
	color: #000000;
	}

.page { 
	width: 841px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #ffffff; 
	}

.nav { 
	background-color: #939923;
	}	


.main { 

	padding-left: 16px;
	padding-right: 16px;
	background-color: #ffffff;
	}

.sidebar { 
	background-color: #F2DC5D;
	padding: 10px;
	width: 250px;
	}
	
.sidebar2 { 
	background-color: #C98442;
	padding: 10px;
	width: 250px;
	}


.footer { 
	font-family: Comic Sans MS, verdana, arial;
	text-align: right;
	padding: 10px;
	background-color: #939923;
	color: #ffffff;
	font-size: 16px;
	}
	
.question {
	background-image: url(images/questionmark.png);
	background-position: center center;
	background-repeat: no-repeat;
	}

h1 { font-size: 20px; font-weight: normal; color: #990077; }
h2 { font-size: 18px; font-weight: normal; color: #990077;  }

a:link     { color: #545C13; }
a:visited  { color: #545C13; }
a:active   { color: #545C13; }
a:hover    { color: #000000; }

.head1 {  font-size: 20; font-weight: normal; color: #990077; }
.head2 {  font-size: 16; font-weight: normal; color: #990077; }
.head3 {  font-size: 14; font-weight: bold; }

.sub1 { font-family: arial; font-weight: bold; font-size: 10px; color: #000000;  }

td.spiral {
	width: 160px;
	background-image: url(images/spiral.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}

#lightbox {
	background-color:#ffffff;
	color: #cc0000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	}
	
#lightboxdetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxcaption { float: left; }

#keyboardmsg { float: right; }

#closebutton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #ffffff;
back\ground-color: transparent;
background-image: url(shim.gif);
filter: progid:dximagetransform.microsoft.alphaimageloader(src="overlay.png", sizingmethod="scale"); }
	
