* {
 margin-left: 0px;
 margin-right: 0px;
 font-family: verdana;
 font-size: 100%;
}

a:link {
	color: #fff;
	text-decoration: none;
	background-color: #003300;
}
a:visited {
	color: #A28D5E;
	text-decoration: none;
	background-color: #003300;
}
a:hover {
	color: #A28D5E;
	text-decoration: underline;
	background-color: #003300;
}
a:active {
	color: #A28D5E;
	text-decoration: none;
	background-color: #003300;
}

/*NEW STYLES*/
a.new:link {
	color: #A28D5E;
	text-decoration: none;
	background-color: #003300;
}
a.new:hover {
	color: #A28D5E;
	text-decoration: none;
	background-color: #003300;
}
a.new:active {
		color: #A28D5E;
	text-decoration: none;
	background-color: #003300;
}
/*new styles end*/

a.site:link {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
a.site:visited {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
a.site:hover {
	color: #A28D5E;
	text-decoration: none;
	background-color: #fff;
}
a.site:active {
	color: #A28D5E;
	text-decoration: none;
	background-color: #fff;
}

body {
	background-color: #003300;
}

.site_wrap {
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 margin-top: 50px;
 /*border: thin white solid;*/
}

.left_wrap {
 width: 500px;
 float: left;
}

.right_wrap {
 width: 250px;
 float: left;
 /*border: thin yellow solid;*/
}

.content_top {
 width: 500px;
}

.content_middle {
 min-height: 396px;
 padding-bottom: 40px;
 padding-top: 40px;
 width: 496px;
 background-image: url(http://www.aegis-training.com/images/ballbk.gif);
 background-position: bottom;
 background-repeat: no-repeat;
 background-color: #fff;
margin-left: 1px;
}

.content_bottom {
 width: 500px;
}

.pulldown {
 float: none;
 clear: both;
}

.navigation {
 margin-left: auto;
 margin-right: auto;
 margin-top: 40px;
}

.logo_wrap {
 margin-left: auto;
 margin-right: auto;
 padding-left: 40px;
}

.button {
 width: 180px;
 margin-left: 52px;
 border: #467446 solid;
 height: 30px;
 margin-bottom: 10px;
 border-style: double;
}

.button a {color: #fff;
text-decoration: none;
}

.button a:hover {
color: #A28D5E;
}

.button a:active {
color: #467446;
}

.nav_but {
 color: #fff;
 font-size: 90%;
 text-align: center;
 display: block;
 padding-top: 6px;
}

.content {
 width: 75%;
 margin-left: auto;
 margin-right: auto;
}

p {font-size: 70%;
	text-align: justify;

}

h2 {font-size: 90%;
color: #467446
;
} 

ul li {font-size: 70%;}

li {list-style: none; padding: 2px;}

ul {margin-left: -40px;}

form {border: 0px;}

.test {background-color:#dddddd;}

