@charset "utf-8";
/* CSS Document */

body {
	font: 12px tahoma, arial, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}

img {
	border: none;	
}

.main #wrapper { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header { 
	height: 156px;
	background: url(images/background/headerbg.jpg) repeat-x;
	text-align: left;
} 
.main #header h1 {
	display: inline;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header p {
	clear: both;
	font-size: 9px;
	padding-top: 15px;
	margin-left: 10px;
	color: #000000;
}
.main #leftimg {
	margin-top: 0px;
	float: left;
	margin-left: 10px;
}
.main #rightimg {
	margin-top: 0px;
	float: right;
	margin-right: 10px;
}

.main #menu {
	height: 66px;
	background: url(images/background/menubg.jpg) repeat;
	text-align: center;
}
.main #menu ul {
	list-style: none;
}
.main #menu li {
	display: inline;
}
.main #menu a {
	float: left;
	width: 134px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
	padding-top: 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.main #menu a:hover {
	width: 134px;
	height: 22px;
	color: #000000;
}

.main #menu2 {
	float: left;
	width: 134px;
	height: 22px;
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}


.main #mainbody {
	text-align: justify;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
	background: url(images/background/newsback.gif) repeat-y top right;
}

.main #flash {
	float: left;
	width: 405px;
	height: 405px;
}
.main #leftpicture {
	float: left;
}
.main #news {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background: url(images/background/newsback.gif) repeat-y top right;
	text-decoration: none;
}
.main #news p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	/* margin: 0.1em 0; */
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-weight: 600;
}
.main #maincontent {
	margin-right: 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px 10px 0px 10px;
} 

.newstitle {
	/* margin: 0px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	/* margin: 2px 0 0 0; */
}

.newsboxtitle {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 4px 4px 4px 8px;
	/*margin: 2px 0 0 0; */
}
.more {
	padding-right: 5px;
	padding-bottom: 5px;
	float: right;
}

.main  #bodyleft {
	font-size: 12px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	background: url(images/background/grback.jpg) repeat;
	float: left;
}
.main  #bodyleft  h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000000;
	background: url(images/background/rdback.jpg) repeat;
	padding: 4px 4px 4px 8px;
    margin: 2px 0 0 0;
}
.main  #bodyleft  p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.main  #bodyleft  img {
	float: left;
	padding-right: 5px;
}

.main  #bodyright {
	font-size: 12px;
	width: 350px;
	background: url(images/background/grback.jpg) repeat;
	float: right;
	margin: 0px;
	;
	padding: 0px;
}
.main  #bodyright  h2 {
	color: #FFFFFF;
	background: url(images/background/rdback.jpg) repeat;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 4px 4px 4px 8px;
	margin: 2px 0 0 0;
}
.main  #bodyright  p {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.main  #bodyright  img {
	float: left;
	padding-right: 5px;
}

.main #footerNav {
	clear: both;
	color: #000000;
	background: url(images/background/Navback.jpg);
	font-size: 12px;
	text-align: center;
	width: 950px;
	padding-top: 2px;
}
.main #footerNav ul {
	list-style: none;
}
.main #footerNav li {
	display: inline;
	color: #666666;
}
.main #footerNav a {
	text-decoration: none;
	color: #000000;
}

.main #footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0 0 5px 0;
	font-size: 9px;
	text-align: center;
	width: 950px;
	margin-top: 0px;
}
.main #footer p {
	margin: 0;
	padding: 0;
}
.main #footer a {
	text-decoration: none;
	color: #FFFFFF;
}

.RocketDogRacer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: large;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	font-weight: 600;
	padding: 4px 4px 4px 8px;
}

.titlecenter {
	text-align: center;
}	

.weekdayhead {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}