/* CSS Document */

body {
    font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	/*background-image:url(images/runningman.jpg);*/
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	right:50%;
	left:50%;
	text-align:center; /* for IE */
	margin:0 auto; 
}

div.header {
	height: auto;
	width: auto;
	position: relative;
	top:0px;
	left:25px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 0px;
/*	padding-left: 100px;*/
	}

div.header li{
	 display: inline; 
	 font-size:14px;
}

div.header ul li a:link, a:visited{
	 text-decoration:none;
	 color:#000066;
	}

div.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-size: 12px;
	color: #000066;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image:url(images/side-background.jpg);
	background-repeat:repeat-x;
	background-position:inherit;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	height:500px;
	text-align: left;
	/*background-image: url(images/runningman.jpg);
	background-repeat: no-repeat;
	background-position:0px 20px;/*
	background-position: 100 200;*/
	position:static;
	top:0px;
	font-weight:600;
	}	
	


div.sidebar2{
	float: right; /* since this element is floated, a width must be given */
	width: 72px; /* padding keeps the content of the div away from the edges */
	clip: rect(auto,auto,auto,auto);
	clear: none;
/*	height: 450px;*/
	text-align: center;
/*	background-image: url(images/sidebar01.jpg);
	background-repeat: repeat;*/
	position: static;
} 


div.mainContent {
	/*	color: #0066CC;*/
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left:115px;
	height: auto;
	width: 700px ;
	margin-left: auto ;
  	margin-right: auto ;
	text-align:left;
	
	/*background-image: url(images/swimming.jpg);
	background-repeat:no-repeat;
	background-position: 130px -12px;
/*	line-height: 1%;*/

} 
	

div.mainContent li{
margin: 1em;
line-height: 2em;
/*padding: -1em;*/

}   

div.mainContent table{
width:360px;
border:double;
}

div.mainContent table td{
width: 120px;
text-align:center;
}
	
div.mainContent H1{
    font-family: Arial;
	font-size: medium;
	font-weight: 600;
	color: #000066;
	text-align:center;
}

.title{
font-weight:600;
color: #666666;
}

.title2{
font-size:medium; text-decoration:underline;
}

/*div.footer {
	
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
	/*background-image: url(images/footerbar01.jpg);
	background-repeat: repeat;*/
	/*height: 120px;
}
*/
