body {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Black;
	border: 0px; padding:0px; margin:0px;
	background:url(images/bg.jpg) repeat-x #ffffff;
}

p {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 20px;
}

h1 {
	font-size: 30px;
	color: #517C32;
	text-indent: 50px; 
	margin:0px;
	padding:0px
}
	
h2{
	font-size: 24px;
	color: #517C32;
	margin-top: 35px; 
	margin:0px;
	padding:0px
}
.h1{
	font-size: 30px;
	color: #517C32;
	margin:0px;
	padding:0px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #517C32;
	text-decoration: underline;
}
a:hover {
	color: Gray;
	text-decoration: underline;
}

#header {
	width: 760px;
	height: 122px;
	background: url(images/logo.gif) left no-repeat #ffffff;
}

#footer {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	width: 760px;
	height: 39px;
	padding:18px 0px 0px 0px;
	background: url(images/bg_footer.gif) no-repeat;
	clear:both;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: Black;
}

#main {
	width: 760px;
	background:#ffffff;
}

#container_right {
	width: 560px;
	float: left;
	text-align:left;
}

#content {
	width: 560px;
	height: 100%;
	float: left;
	text-align: left;
	background: #ffffff;
	padding: 30px 15px 15px 15px;
	background: url(images/bg_content.jpg) no-repeat 1px 1px #ffffff;
}

#title {
	background: url(images/title_right.gif) no-repeat -48px -5px;
	height:100px;
}

#nav_container {
	width: 170px;
	float:left;
	background: url(images/nav.jpg) no-repeat #ffffff 0px 107px;
	font: bolder 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
}

#nav_container ul li, #nav_container ul li a  {
	text-align: right;
	margin-right: 7px;
	text-decoration: none;
	list-style: none;
	line-height: 35px; 
	color: Black;
	
}

#nav_container ul li a:hover{
	color: White;
	text-align: right;
	margin-right: 7px;
	text-decoration: none;
	list-style: none;
	line-height: 35px; 
	
}
.academy a, .academy td {
	text-align: center;
	text-decoration: underline;
	list-style: none;
	color: #517C32;
	font-weight:bold;
	font-size:17px;
	
}
.academy a:hover{
	color: Black;	
	text-decoration: underline;
	list-style: none;
	text-align: center;
	font-weight:bold;
	font-size:17px;
	
}

