body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A6C4E1;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
    position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
		
}

#header {
    position: absolute;
	width: 759px;
	height: 138px;
	top: 0px;
}

#line {
   position:absolute;
   width: 750px;
   left: 10px;
   top: 166px;
   height: 4px;
   background-color: #204060;
   
}
     
#leftColumn {
	position: absolute;
	width: 180px;
	top: 170px;	
	left: 580px;
    height: auto;
	background-image: url(images/rtBG.jpg);
	background-color: #5C7C9A;
}

#centerColumn {
	position: absolute;
	width: 530px;
	left: 10px;
	top: 170px;
	height: auto;
	background-color: #FFFFFF;
	padding: 20px;	
}

#singleColumn {
	position: absolute;
	width: 710px;
	top: 170px;	
	left: 10px;
    height: auto;
	background-color: #FFFFFF;
	padding: 20px;
}

#footer {
    clear: both;
	position: absolute;
	height: 25px;
	width: 760px;
	background-color: #FF0000;
	top: -85%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.paradepics {
	padding-right: 30px;
}
.img_text {
	width: 150px;
	vertical-align: top;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #0033CC;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
#footer {
	clear: both;
}h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
#navbar {
	position: absolute;
	width: 760px;
	top: 142px;
	left: 5px;
}
#navbar .links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 91px;
	float: left;
	text-align: center;
}
#navbar a:link, #navbar a:visited, #navbar a:active {
	color: #333333;
	text-decoration: none;	
}
#navbar a:hover{
	text-decoration: none;
	color: #ffffff;	
}