#main{}
#headding{}
#page{}

#menu{
width:25%;
float:left;}
#content{
	background-color: #052314;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float:left;
	width:65%;
	min-height:250px;
}
#footer{
float:left;
margin-left:25%;
margin-right:auto;
display:block;
width:100%;
position:relative;
}
p{
	font-size: 12pt;
}

h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
h3{
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
}

body{
	background-color: #082f1b;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #999999;
	padding: 2px;}

a.nav:visited {
	color: #999999;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	padding: 2px;
}

a.menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
	font-weight: 500;
}

a.menu:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
	font-weight: 700;
	}
	
ul.menu {width:250px;
text-decoration:none;}
li.menu{width:250px;
line-height:35px;}

a.box {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
	font-weight: 700;
	}
a.box:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	}

