body {
	background-color:#B30000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(images/back-ground-stripe.jpg) 0 0 repeat;

}

.wholebody {
	position: relative;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
background:url(images/background.jpg) 0 0 repeat-y;
}

#whiteText {
	width:880px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	}


#toptitle {
	width:880px;
	height:70px;
	color:#FFFFFF;
	border-top: 5px solid #000000;
	background-image: url(images/top-title.jpg);
	background-repeat: repeat;
	background-position: 0 0;

}

#toptitle h1 {
	float:left;
	margin-left:10px;	
	width:600px;
	font-size:20px;
	clear:none;
	padding:0;
	margin:0;
	}
	
	#toptitle h2 {
	float:left;
	margin-left:10px;	
	width:600px;
	font-size:16px;
	clear:none;
	padding:0;
	margin:0
	}

div#toptitle h1 a:link, div#toptitle h1 a:visited {
color:#ffffff;
font-size:30px;
}

/* this is for the big picture */

.bigpicture {
	height: 100px;
	width: 100%;
	float: left;

}



/* this is the menu bar */

.hormenubar {
	width:100%;
	display:block;
	background-color:#1A1D1E;
	color:#B30000;
	text-align:center;
	clear: both;
	float: left;
}

	#topmenu {
	margin: 5px 0 5px 0;
	clear: both;
}

#topmenu a
{
	text-align:center;
	color:#FDE9B4;
	padding: 3px 10px;
	font-size:18px;
	margin-bottom:3px;
	display:inline;
	line-height:25px;
	}

/* this is for the links */

	#topmenu a:link, #topmenu a:visited {
	text-decoration: none;
	border: solid 1px #FFFFFF;
	background-color:#B30000;
	color: #FFFFFF;
}


	#topmenu a:hover, #topmenu a:active {
	
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FFFFFF;
	color: #5BA4DD;
	}

/* this is for the links */

	a:link {
	text-decoration: none;
	
}


	a:visited {
	text-decoration: none;
	
}


	a:hover {
	
	color:#B00000;
	text-decoration:underline;
	}

	
	a:active {
	text-decoration:none;
	
}


	.topAd {
	clear:both;
	width:800px;
	margin:0 auto;
	padding:10px 0px 10px 0px;

}


/* this is the left box inside the main body content */
	.leftbox {
	width: 200px;
	display:block;
	clear: none;
	float: right;

}

	.leftbox p{
	width:95%;
	margin:0 auto;
	font-size:12px;
 }



	.leftbox a
	{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:3px;
	color:#B30000;
	list-style-type: square;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
	.leftbox h1, .leftbox h1 a:link, .leftbox h1 a:visited {
	color: #FFFFFF;
	background-color: #B30000;
	width: 198px;
	padding-top:3px;
	padding-bottom:5px;
	font-size: 18px;
	display:block;
	border: 1px solid #000000;
	text-align:center;
	}


	#adwords {
	float:right;
	width:160px;
	padding:0;
	margin:0;
	clear:none;
	}
	
	/* this is the right box inside the main body content */

.rightbox {
	width: 510px;
	clear: none;
	float: left;
	margin:0;
	padding:0;
	
	}
	
	.rightbox p {
	padding: 10px 0;
	width:95%;
	margin:0 auto;
	
	}

.rightbox h1, .rightbox h1 a:link, .rightbox h1 a:visited{
	color:#B30000;
	font-size:28px;
	margin-top:10px;
	text-indent:30px;
	
	}
	
	
	.rightbox h2 {
	margin:3px 0 0 20px;
	clear:both;
	background-color:#B30000;
	color:#FFFFFF;
	font-size:16px;
	padding: 5px;
	width:250px;
	border: thin solid #000000;
	text-align: center;
	}
	
	.rightbox h3 {
	margin-top:3px;
	margin-left:3px;
	margin-left:20px;
	background-color:#900915;
	color:#FFFFFF;
	font-size:16px;
	padding: 5px 5px 5px 5px;	
	width:100px;
	}

	#footer { 
	clear:both;
	color:#999999;
	font-size:12px;
	text-align:center;
	}

#footer a:link, #footer a:visited {
color:#CCCCCC;
}


#alignright {
clear:none;
float:right;
margin: 0 10px 0 5px;
padding:0;
}

#alignleft {
clear:none;
float:left;
margin: 0 5px 0 10px;
padding:0;
}
#aligncenter {
margin: 0 auto;
}

