@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
/*	background-color: #0087FA; */
	background-color: #CCCCCC;
	background-image:url(../images/tracks.png);
	background-repeat:repeat-x;
}
.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div{
	margin:0px;
	padding:0px;
	text-align:left;
/*	background-color: #FFFFFF;*/
}
.menuitem{
	border-right:1px solid;
	border-color:#FFFFFF;
}
.li{
	list-style-type: circle;	
}
.table{
/*	border:1px solid;
	border-color:#F60C0C; */
	}
.tablered{
	border:1px solid;
	border-color:#F5F5F5;
}
h1{
	color:#F30808;
	font-size:1em;
	font-weight:bold;
}
h2{
	color:#000000;
	font-size:1em;
	font-weight:bold;
}
.leftcolumn{
	padding-left:10px;
	padding-bottom:20px;	
}
.rightcolumn{
	padding-left:20px;
	padding-right:40px;
	padding-bottom:20px;
}

#container{
	width:760px;
	/*height:500px; to see the virtual column uncomment this*/
	height:100%;
	display:block;
/*	background-color:#ffee00; */
	background-color: #FFFFFF;
}
#topleft{
	float:left;
	height:105px;
	width:555px;
/*	background-color:#00FFF0; */
}
#topright{
	float:right;
	width:205px;
	height:205px;
/*	background-color:#00FF00; */
}
#nav{
	float:left;
	width:555px;
	height:28px;
/*	background-color:#FF0000; */
/*	text-align:right;*/
	background-image:url(../images2/menu_r2_c13.png);
	background-repeat:repeat-x;
}
#main1{
	float:left;
	width:555px;
	height: 141px auto;
	padding-top:10px;
	background-color:#FFFFFF;
}
#copymain1{
	padding-left:20px;
	padding-top:10px;
	padding-right:180px;
	padding-bottom:10px;	
}#copymain2{
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
}

#colleft{
	float:left;
	width:402px;
	background-color:#FFFFFF;
}
#colright{
	float:right;
	width:358px;
	background-color:#FFFFFF;
}
#footer{
	width:760px;
	float:left;
	text-align:right;
	background-color:#FFFFFF;

}
#wrapper{
	width:100%;
	text-align:center;
}
.altrow{
	background-color:#F5F5F5;
}
#footerdiv{
	margin-top:4px;
	width:760px;
	text-align:left;
}