body { 
    margin-top: 0px;
	background-color: #7fd5f8;
	background-image:url(images/main-background.jpg);
	background-repeat:repeat-x;
}

.main-container {margin:0px auto; overflow:hidden; width:980px;}
.header {width:980px; height:198px; background-image:url(images/RC-Final_1x1.jpg); position:relative;}
.header .menu {
	width:765px;
	height:21px;
	position:absolute;
	left: 206px;
	top: 174px;
}
.header .flash {
	width:780px;
	height:170px;
	position:absolute;
	left: 201px;
	top: -1px;
}
.content-container {width:980px; min-height:345px; background-image:url(images/content-background.jpg);}
.content-container .content-left {width:244px; min-height:345px; float:left;}
.content-container .content-right {width:730px; min-height:345px; float:right; padding-top:10px; padding-right:6px;}
.footer {width:980px; min-height:298px; margin:0px auto; overflow:hidden; position:relative;}
.footer .linkfloat {
	width:94px;
	height:30px;
	position:absolute;
	left: 440px;
	top: 190px;
}
.clear {clear:both;}

h1 {
	font-family: Arial;
	font-size: 16pt;
	margin-top:0px;}
	
h2 {
	font-family: Arial;
	font-size: 14pt;}
	
h3 {
	font-family: Arial;
	font-size: 12pt;}

ol { line-height: 150%;
  font-family: Arial;
  font-size: 10pt;}

ul { line-height: 150%;
  font-family: Arial;
  font-size: 10pt;}
  
table { line-height: 150%;
  font-family: Arial;
  font-size: 10pt;}

p { line-height: 150%;
  font-family: Arial;
  font-size: 10pt;}

.red { font-size: 10pt; color:#FF0000; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%;}
.small { font-size: 8pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%;}
.footer1 { font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%;}
.footer2 { font-size: 8pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%;}
.body { font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 150%; }
.white {color:#FFF;}

a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #FF0000;
	text-decoration: none;
}
a.menu:active {
	color: #000000;
	text-decoration: none;
}
