body {
    background-color: #00001E;
	text-align: center;
}

img {
	border-sytle:none;
	border-width:0px;
}

/* Title */
h1{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	/*color:#00CC33;*/
	color:#069F48;
	font-size:60px;
	font-family:"Monotype Corsiva";
}

/* Sub-title */
h2{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	/*color:#00CC33;*/
	color:#069F48;
	font-size:30px;
	font-family:"Monotype Corsiva";
}

/* Section */
h3 {
	font-size:24px;
	text-decoration:none;
	font-style:italic;
}

/* Sub-section */
h4 {
	font-size:20px;
	text-decoration:none;
}

#container {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:968px;
    border:1px;
    border-style:solid;
    border-color:#00003C;
	color:#00CC33;
	font-family:"Times New Roman",serif;
	font-size:18px;
	text-align: left;
}

#menu {
	/*color:#00CC33;*/
	color:#069F48;
	font-family:"Tempus Sans ITC";
	font-size:17px;
	text-align:center;
	text-decoration:none;
	padding:0px;
    margin:0px;
	clear:both;
	width:100%;
    height:30px;
    background-color:none;
}

#body {
    min-height:512px;
    margin-top:8px;
    margin-bottom:8px;
    margin-left:32px;
    margin-right:32px;
	color:#c1cdc1;
	font-family:"Times New Roman",serif;
	font-size:17px;
}


#body a:link{
	color:#c1cdc1;
	font-family:"Tempus Sans ITC";
	#text-decoration:none;
}

#body a:visited{
	color:#c1cdc1;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#body a:hover{
	color:#87ceeb;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#body a:active{
	color:#00CC33;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}


#header {
	margin-top:10px;
    margin-bottom:0px;
    text-align:center;
	/*color:#00CC33;*/
	color:#069F48;
	font-size:40px;
	font-family:"Monotype Corsiva";
}

#subheader{
	margin-bottom:10px;
	text-align:center;
	/*color:#00CC33;*/
	color:#069F48;
	font-size:25px;
	font-family:"Monotype Corsiva";
}

#footer {
    #position:bottom;
    #bottom:-2px;
	/*#color:#00CC33;*/
	color:#069F48;
	margin:0px;
	padding:0px 8px 0px 8px;
	font-family:"Monotype Corsiva";
	font-size:small;
}

#footer p {
	margin:0px;
	padding:0px;
}

#credits{
	float:left;
}

#version{
	float:right;
}

#spacer{
	clear:both;
	height:8px;
}

/*
#column {
    width:20%;
	color:#00CC33;
	font-size:16px;
	font-family:"Times New Roman",serif;
}
*/

#selected {
    color:#22ccff;
}

#menu a {
    width:80px;
    overflow:hidden;
}

#menu a:link{
	/*color:#00CC33;*/
	color:#069F48;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#menu a:visited{
	/*color:#00CC33;*/
	color:#069F48;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#menu a:hover{
	color:#87ceeb;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#menu a:active{
	color:#87ceeb;
	font-family:"Tempus Sans ITC";
	text-decoration:none;
}

#menu ul {
	margin:0px;
    padding:0px;
	padding-top:6px;
	margin-left:15px;	
}

#menu ul li {
	display:inline;
	#height:30px;
    width:134px;
    padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}

div.bar {
    /*background:#00CC33;*/
    background:#085127;
    height:1px;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:8px;
    margin-right:8px;
    border-style:solid none solid none;
    border-width:1px;
    /*border-color:#10ff33;*/
	border-color:#02220F;
	clear:both;
}

div.vertbar {
	min-height:484px;
	height:98%;
	width:1px;
	background:#000070;
	border-style:none solid none solid;
	border-width:1px;
	border-color:#00003C;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
}

.text {
    background:white;
}
