/* CSS Document */

body{ 
	background-color:#CCCCCC;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.menu tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	height:35px;
	width:104px;
	padding-right:2px;

}

.menu td a:link, .menu td a:active, .menu td a:visited{
	color:#000000;
	text-decoration:none;
	
}

.menu td:hover{
	background-image:url(images/tab.jpg); background-repeat:no-repeat; /*background-position:middle;*/
	cursor:pointer;
}

.myBox
{
    /*margin: 0 auto;*/
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 500px;
    height: 90px;
    padding: 0px;
    text-align: left;
    /*border: 3px solid #ffffff;
    background-image: url(images/bike_family.jpg);*/
	background-repeat: no-repeat;
}

.body_content{
background-image:url(images/under_menu_shadow.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
height:400px;
}

.body_content a:link, .body_content a:active, .body_content a:visited{
	font-weight:bold;
	color:#e7c645;
	text-decoration:none;
}
.body_content a:hover, .body_content a:focus{
	text-decoration:underline;
}

.content_title{
	padding-top:10px;
}

.content_top{
background-image:url(images/content_top_bg.jpg); background-repeat:no-repeat; background-color:#82C341; width:436px; height:46px; padding-left:20px; 
}
.content_middle{
background-image:url(images/gradient_bg.jpg); background-repeat:repeat-x; background-position:bottom;  background-color:#82C341; height:300px; padding:0px 20px 0px 20px;
}
td{
	font-size:12px;
}

.content_bottom{
background-image:url(images/content_bottom_bg.jpg); background-repeat:no-repeat; width:436px; height:33px;
}
.banner{
background-image:url(images/title_banner.jpg); height:148px; padding-right:25px;
}

.footerLink:link, .footerLink:active, .footerLink:visited{
	color:#000000;
	text-decoration:none;
}
.footerLink:hover, .footerLink:focus{
	text-decoration:underline;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}