body {
	margin: 0px;
	background-image: url(images/Blue.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;		/* Black */
}

div.bg {
	margin: 0px;								/* id */
	height: 200px;
	width: 1200px;
	background-image: url(images/red2.gif);
	background-position:top;
	background-repeat: repeat-x;
}

img.frame {
	border:medium solid #000000;
	margin:8px;
	margin-left:20px;
	margin-right:20px;
}

img.logo {
	border:none;
	position: absolute;
	left: 15px;
	top: 10px;
	margin:0px;
}

div.RRname {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 500px;
	font-family: Times New Roman, Helvetica, sans-serif;
	text-align: center;
}

div.menu {
/*	float:left; */
	padding: 0px;
	margin: 0px;
	position:absolute;
	left: -35px;
	top:205px;
	width:110px;
}

.cars {
	position:absolute;
	top:135px;
	left:190px;
}
.cars2 {
	border:none;
	padding: 0px;
	margin: 0px;
}

.CarBtn  {
	height: 45px;
	width: 110px; 
	text-align:center;
	background-image:url(images/JalopeBtn8.gif);
	background-repeat:no-repeat;
	padding-top: 13px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 300;
	text-decoration:none;
	color:#CCCCFF/* Off-White */
}

a {
	color: #0033FF;	/* Blue */
}

.logout {
	border:none;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

ul {
	list-style-type: none;
}

ul.list  {
	list-style-position:outside;
	list-style-type: disc;
}

ul.list li {
/*	padding-top: 10px; */
}


.para {
	position:absolute; 
	left:150px;
	top: 210px;
}

#para {
	margin-bottom:10px;
	width:670px;		/* */
	padding:10px;
	border: medium double #0033CC;
}

table.large {
	position:absolute;
	left: 150px;
	margin-top:20px;
	margin-bottom:10px;
	border: medium double #0033CC;
	font-size: 12pt;
}

table.inside {
	margin-top:20px;
	margin-bottom:10px;
	border: medium double #0033CC;
	font-size: 12pt;
}	

table.small {
	margin:10px;
	border: medium double #0033CC;
	font-size: 12pt;
}

dl dt dd{
	padding-top: 10px;
}

#ctr {	
	text-align: center;
}

h1, h3 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
}

h6 {
	float: left;
	position: relative;
	left: 40px;
	width: 100px;
	border: thin solid #0099FF;
	font-size:14pt;
}


