@charset "utf-8";
/*
* GENERAL
*/

/* Note: IE override */
body  {
	font: 100% Arial;
	color: #000000;
	font-size: 12px;
	background: #005313;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url("/img/illus_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	behavior: url("./css/csshover3.htc"); /* Needed to patch the ":HOVER" event for Internet Explorer */
}

a{
	color: #005313;
}

p{
	text-align: justify;
}

/*
* FORMS
*/
.text{
	background: transparent;
	border: 1px solid #F9A02B;
}
.button{
	background: #F9A02B;
	border: 1px solid transparent;
	font-weight: bold;
	color: #FFFFFF;
}
.button:HOVER{
	border: 1px solid #FFFFFF;
}

/*
* Images
*/
.inlineImage{
	border: 1px solid #005313;
	margin: 0px;
}

/*
* Overall container (contains all)
*/
.mainClass #container {
	width: 847px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: transparent; 
}

/*
* Header
*/
.mainClass #header { 
	background-image: url("/img/bgp_top_ban.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 128px;
}

/*
* Sub-container: contains all excluding the header (to apply background color)
*/

.mainClass #subContainer {
	width: 100%;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	background: transparent; 
	background-image: url("/img/bgp_ext.png");
	background-repeat: repeat-y;
	background-position: center;
	/*padding-top: 50px;*/
	padding-bottom: 20px;
}

/*
* Footer
*/

.mainClass #footer {
	background-image: url("/img/bgp_down.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 55px;
} 

/*
* Main block
*/
.mainClass #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	left: 20px;
	width: 590px;
	top: 28px;
}

.mainClass #mainContentTop{
	background-image: url("/img/bgc_top.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	vertical-align: top;
}
.mainClass #mainContentBody{
	background-image: url("/img/bgc_ext.png");
	background-repeat: repeat-y;
	padding-top: 2px; /*TK: Padding is needed otherwise top and bottom images don't connect*/
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	/* clear: left; This line shows the problem: there is a left float that pushes the first line of txt. Seems that it is the tabs table...*/
}
.mainClass #mainContentBottom{
	background-image: url("/img/bgc_down.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 10px;
}

.mainClass #mainContentBody h1{
	font-size:16px;
	font-weight:bold;
	color: #005313;
}
.mainClass #mainContentBody h2{
	font-size:12px;
	font-weight:bold;
	color: #005313;
}

/*
* Menu tabs
*/
/* Note: IE override */
.mainClass #tabs {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	left: 20px;
	top: 28px;
}
.mainClass #tabs td:hover {
	background-image: url("/img/light_menu.png");
	background-position: top left;
	background-repeat: repeat-x;
}
.mainClass #tabs a:link{
	text-decoration:none;
	width:100%;
	/*height:100%;*/
	display:block;
}
.mainClass #tabs a:visited{
	text-decoration:none;
	width:100%;
	/*height:100%;*/
	display:block;
}

/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

/*
* Sidebar
*/
.mainClass #sidebar1 {
	float: right; 
	width: 206px; /* since this element is floated, a width must be given */
	position: relative;
	left: -23px;
}


.sidebox{
	/*border: 1px solid #FFFFFF;*/
}

.sideboxTop{
	background-image: url("/img/bgpr_top.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 12px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
.sideboxBody{
	background-image: url("/img/bgpr_ext.png");
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sideboxBody #title{
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sideboxBottom{
	background-image: url("/img/bgpr_down.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
}

/* Note: IE override */
.coachButton{
	width: 206px;
	height: 72px;
	background-image: url("/img/btn_out.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	line-height: 72px;
	text-align: center;
	position: relative;
	top: 12px;
}
.coachButton a{
	color: #FFFFFF;	
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}

.coachButton:HOVER{
	background-image: url("/img/btn_over.png");
}

/* Flash game popup */
.flashGame {
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Ads */
.ads{
	border: 0px;
	height: 60px; 
	width: 468px; 
	background-color: transparent; 
	text-align: center;
	line-height: 60px;
}