body {
	text-align: center;
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	font-family:Arial;
	font-size:12px;
}
a {
	color: #034895;
	text-decoration: none;
}
a:link {
	color: #034895;
	text-decoration: none;
}
a:visited {
	color: #034895;
	text-decoration: none;
}
a:active {
	color: #BEDBFE;
	text-decoration: none;
}
a:hover {
	color: #034895;
	text-decoration: underline;
}

#styleone {
	position:relative;
	display:block;
	height:21px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF.png) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-bottom:1px solid #d9d9d9;
}
#styleone ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styleone ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#styleone ul li a {
	display:block;
	float:left;
	color:#034895;
	text-decoration:none;
	padding:3px 19px 0 19px;
	height:18px;
}
#styleone ul li a:hover,#styleone ul li a.current {
	color:#034895;
	background:transparent url(images/bgON.png) repeat-x top left;
}
.top {
	border-top: 1px solid #BEDBFE;
	border-left: 1px solid #BEDBFE;
	border-right: 1px solid #BEDBFE;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/title.png);
}
.content {
	border-left: 1px solid #BEDBFE;
	border-right: 1px solid #BEDBFE; 
	width: 800px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	background-color: #FFF;
}
.content_training {
	border-left: 1px solid #BEDBFE;
	border-right: 1px solid #BEDBFE; 
	width: 800px; 
	height: 3600px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	background-color: #FFF;
}
.footer {
	border-left: 1px solid #BEDBFE; 
	border-right: 1px solid #BEDBFE; 
	width: 800px; 
	height: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	background-color: #BEDBFE;
}