﻿@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #F3FFE8;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px;
}
/* CSS Document */

#wrapper {
	text-align: center;
	width: 825px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 30;
	position: relative;
	visibility: visible;
}
#logo {
	float: left;
	left: -100px;
	top: -140px;
	position: relative;
	z-index: 1;
}
#header {
	margin: 0px 0px 0px;
	height: 120px;
	font-style: oblique;
	font-weight: bolder;
	color: #004200;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: -50px -70px;
	clear: both;
	padding: 0px;
}
#titleBox {
	position:relative;
	width:790px;
	height:120px;
	z-index:5;
	float: right;
	top: 0px;
	vertical-align: text-top;
	background-color: #E5B54F;
	margin: 0px;
	padding: 0px;
	background-image: url(images/RVCC_Logo2.gif);
	background-repeat: no-repeat;
}
#titleBox table tr td {
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #213000;
	width: 95px;
	font-style: normal;
}

a:link {
	color: #213100;
	text-decoration: none;
}
a:visited {
	color: #213100;
	text-decoration: none;
}
a:hover {
	color: #E3FFAA;
	text-decoration: none;
	background-color: #D5871E;
}
a:active {
	text-decoration: none;
}

#mainContent {
	margin: 0px;
	padding: 40px 0px 0px 34px;
	height: 500px;
	width: 800px;
	float: left;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	overflow: visible;
}
#sidebar {
	margin: 0px;



	padding: 5
[x;
	height: 300px;
	width: 100px;
	float: right;
	padding: -50px 0px 0px;
	position: relative;
	top: 0px;
	right: 0px;
}
