body
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	margin: 0px;
	background-attachment: fixed;
	text-align: left;
	background-color:#CCCCCC;
	}
	
#page
	{
		width: 780px;
		margin: 0 auto;
		padding: 0;
		border: 1px #72093b solid;
		background-color: #FFF;
	}
	
	
#page:after 
	{
    	content: "."; 
    	display: block;
    	height: 0;
    	overflow: hidden;
    	clear: both; 
    	visibility: hidden;
   }

	
/* Common Styles */

a
	{
		text-decoration: underline;
		color: #72093b;
	}

	
a:hover
	{
		text-decoration: none;
		color: #666666; 
	}
	
	
h2
	{
	font-size: 100%;
	margin: 0 0 6px 0;
	padding: 2px 0 2px 0px;
	color: #72093b;
	font-weight: lighter;
	}
	
	
h1
	{
	font-size: 150%;
	margin: 5 0 0 0px;
	padding: 0;
	color: #72093b;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h1 span{
display:none;
}
	
/* Top Menu */
	
div#top-menu
	{
	margin: 0;
	padding: 3px 0 0 5px;
	width: 775px;
	height: 31px;
	text-align: right;
	color: #72093b;
	background-image:  url(topbar/info.jpg);
	background-repeat: repeat-x;
	background-color: #72093b;
	font-size: 85%;
	font-weight: bold;
	}
	
	
div#top-menu ul
	{
		margin-top: 0;
	}

	
div#top-menu ul li
	{
		display: inline;
	}
	
	
.seperator
	{
	border-left: 1px dotted #fff;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	}
	.home
	{
	padding-bottom: 5px;
	padding-left: 3px;
	position: relative;
	}
	
#top-menu .login
	{
		font-size: 90%;
		background: #779F00 url(topbar/bluebar.jpg) repeat-x;
		color: #fff;
		padding: 1px 2px 1px 1px;
		margin: 2px;
		text-decoration: none;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}
	

#top-menu .login:hover
	{
		background: #4F6A00 url(topbar/bluebar.jpg) repeat-x;
		border-top: 1px solid #7F7D0B;
		border-left: 1px solid #7F7D0B;
		border-bottom: 1px solid #BEFF00;
		border-right: 1px solid #BEFF00;
	}
	
	
#top-menu ul li a
	{
		color: #72093b;
		width: 30px;
		text-decoration: underline;
	}
	
	
#top-menu ul li a:hover
	{
		color: #FFF;
		text-decoration: none;
	}
	

#top-menu input
	{
		font-size: 95%;
		color: #000;
		border: 1px solid #72093b;
		vertical-align: middle;
		margin: 1px;
		background: #005462 url(topbar/banner.jpg) repeat-x;
		text-indent: 2px;
	}
	
	
#top-menu input:hover
	{
		background: #fff;
	}
	
	
#top-menu input:focus
	{
		background: #fff;
	}
	
	
#top-menu #submit 
	{
		font-size: 100%;
		background: #005462 url(topbar/bluebar.jpg) repeat-x;
		color: #fff;
		padding: 1px 2px 1px 1px;
		margin: 2px;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}
	
	
/* Banner */
	
#banner
	{
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #72093b;
	background: #72093b;
	overflow: hidden;	
	voice-family: "\"}\""; 
  		voice-family: inherit;
				height: 65px;
	}
html>body #banner
	{
  		height: 66px;
}
#banner #logo
	{
		margin: 0 0 0 8px;
		padding: 0;
		float: left;
	}
	
	
#banner #sections
	{
	margin: 0;
	text-align: center;
	display: block;
	width: 600px;
	float: right;
	background: #FFF url(topbar/banner.jpg) no-repeat;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
	}
	
	
#banner #sections img
	{
	vertical-align: middle;
	padding: 0px 0px 0px;
	border: 0;
	overflow: hidden;
	}
		
/* Main Body */

#mainbody
	{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #72093b;
	background-color: #196669;
	clear: left;
	float: left;
	}
/* Main Content */

#maincontent
	{
	width: 410px;
	float: left;
	background-color: transparent;
	}


/* Right Column */

#right-col
	{
	width: 210px;
	padding: 0;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 3px;
	}


/* Bottom Bar */

#bottom-bar
	{
	width: 100%;
	border-top: 1px dashed #000;
	padding: 5px 0 10px;
	height: 20px;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	float: left;
	}
	
	
#bottom-bar img
	{
		border: 0;
		margin: 0 2px 0 0;
	}
	
	
/* Footer */

#footer
	{
	font-size: 80%;
	height: 50px;
	color: #7D7D7D;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#footer a
	{
		text-decoration: underline;
		color: #656565;
	}

	
#footer a:hover
	{
		text-decoration: none;
		color: #9C0; 
	}	
#rightside {
	width: 566px;
	margin: 0px;
	padding: 35px 10px 10px 50px;
	clear: right;
	float: right;
	height: auto;
}
#rightside .games {
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 320px;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pageimage {
	clear: left;
	float: left;
	width: 642px;
	height: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #330033;
	border-right-color: #330033;
	border-bottom-color: #330033;
	border-left-color: #330033;
}
#bottom_menu {
	width: 642px;
	height: 7px;
	border-bottom: 1px solid #72093b;
	border-top: 1px solid #72093b;
	background-image:  url(topbar/info.jpg);
	background-repeat: repeat-x;
	background-color: #99cc00;
	overflow: hidden;
	clear: left;
	float: left;
	}
#outlines {
	border: 1px solid #666666;
}
#purplebar {
	height: 9px;
	width: 100%;
	background-image:  url(topbar/bottombar.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#CentralContent {
	padding: 15px 30px;
	margin-top: 35px;
}
#maintext p{
padding-left:7px;
padding-right: 6px;
}
#video {
	background-color: #999999;
	padding: 5px;
	background-position: center center;
	text-align: center;
}
#bluebar {
	height: 15px;
	background-image:  url(topbar/bluebottom.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#leftside {
	background-color: #196669;
	width: 114px;
	height: auto;
	clear: none;
	float: left;
	padding: 10px;
}
#leftside #nav{
position:absolute;
margin-top:130px;}
#leftside ul{
list-style-type:none;
margin:1px;
display:block;
padding:0px;

}
#leftside li{
border:1px solid #ffffff;
margin-top:5px;background-color:#72093B;
}
#leftside ul a{width:162px;
padding-left:10px;
	padding-bottom:2.5px;
	padding-top:2.5px;
	padding-right:7px;
display:block;
text-decoration:none;
color:#ffffff;
font-weight:bold;
font-size:1.1em;
}
#leftside ul a:hover{
background-color:#196669;
color:#ffffff;
}
#leftside ul a:active{
background-color:#196669;
color:#ffffff;
}
#leftside  ul a.selected{
background-color:#196669;
color:#ffffff;
}
#navigation2 ul{width:150px;
vertical-align:top;
margin:0px;
}
#navigation2 li{
list-style-type:square;
background-color:#;
display:block;
border-bottom:0px;
}
#navigation2 a{
padding-left:10px;
padding-right:7px;
display:block;
text-decoration:none;
color:#ffffff;
font-weight:bold;
font-style:italic;
font-size:0.9em;
}
#navigation2 a:hover{
background-color:#;
color:#;
}
#navigation2 a:active{
background-color:#;
color:#;
}
#navigation2 a.selected{
background-color:#;
color:#;
}
#flash {
	height: 340px;
	width: 380px;
	margin-left: 40px;
}
#bannerad {
	margin-top: 5px;
	margin-left: 120px;
	width: 500px;
	height: 60px;
	font-size: 36px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 5px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #72093b;
	margin-left: 8px;
}
#targets {
	width: 646px;
	background-color: #FFFFFF;
	clear: right;
	float: right;
	background-image:  url(topbar/curve.gif);
	background-repeat: no-repeat;
}
#content {
	padding: 60px 10px 10px 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#login{
background-image: url(login2.gif); background-repeat:no-repeat; background-position:right; height:100px; 
}
#login img{
padding:5px;
padding-top:25px;
border:0px;
}
#login form{
padding-top:25px;
margin:0px;
}
#login2{
background-image: url(login.gif); background-repeat:no-repeat; background-position:right; height:100px; 
}
#login2 p{
margin-left:360px;
}
#login2 ul{
margin:0px;
margin-top:-12px;
margin-left:390px;
}
#content {
	padding: 10px;
}
#layout {
	width: 600px;
	padding-left: 15px;
}

.tester {
	background-color: #990000;
}
#rightblock {
	clear: right;
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px solid #000000;
}
#rightside .photo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
}
#gallery{
border-collapse:collapse;
}
#gallery td{
background:#;
border:1px solid #;
padding:3px;
vertical-align:top;
width:0%;
}
#gallery img{
border: 1px solid #;
}
#gallery a{
color:#;
text-decoration:none;font-weight:bold;
}
#gallery a:hover{
text-decoration:underline;
}
.galopt{
border:1px solid #;
background:#;
height:1%;
height:30px;
}
.galopt form{
padding:5px;
margin-bottom:3px;
}
.galtitle{
background-color:#;
color:#;
}
.galimg{
border:1px solid #;
}
#prevnext{
background-color:#;
width:365px;
}
#prevnext p{
padding:5px;
float:left;
background-color:#;
}
#prevnext a{
color:#;
text-decoration:none;
}
#prevnext a:hover{
text-decoration:underline;
}
#next{
float:right;
}
#prevnext table{
width:365px;
}
.sysad td{
width:100px;
vertical-align:top;
text-align:center;
padding:5px;
}
.sysad td img{
border:0px;
}
#asection img{
border:0px;
}
#asection td{
text-align:center;
}
.calendarpn{
font-size:1.6em;
}
.calendarm{
font-size:1.2em;
font-weight:bold;
}
#skip{
display:none;
}

#box
{margin-top:3px;
}
#editor{
background-color:#72093b;
position:absolute;
z-index:100;
width:25px;
padding:2px;
}
#editor a{
color:#ffffff;
text-decoration:none;
}
table #main{
margin:0px;
}
legend{
color:#72093b;
}