/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9d9ec;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url("/images/rdv-header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #9999FF;
	border-right: 1px solid #9999FF;
	border-bottom: 1px solid #9999FF;
}
#content {
	float: left;
	width: 95%;
	padding: 0 0 0 20px;
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.5;
}

#mission {
	float: right;
	width: 196px;
	background-color: #DEDEF6;
	margin-left: 15px;
	font-size: 90%;
	font-weight: bold;
	color: #000066;
}

#ContactForm {
	width: 390px;
	float: right;
	background-color:#ededed;
	border: 1px dashed #999999;
}

/* Navigation Styling */

#navigation {
	float: left;
	width: 100%;
	margin-top: 121px;
	height: 27px;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}
#navigation li {
	display: inline;
	padding: 0 20px 0 20px;
	font-size: 80%;
	vertical-align: bottom;
}
.highlightednav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:link.normalnav, a:visited.normalnav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover.normalnav {
	color: #FFFF99;
	text-decoration: underline;
}



/* Footer Styling */

#footer {
	clear: both;
	padding: 3px 0 3px 0;
	background-color: #61619E;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5;
}

a:link.footerlinks, a:visited.footerlinks {
	color: #FFFFFF;
}

/* Text Styling */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #000066;
	border-bottom: 1px solid #6699CC;
	background-color: #D5DDFD;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000066;
	border-bottom: 1px solid #6699CC;
	background-color: #D5DDFD;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000066;
	border-bottom: 1px solid #ccc;
}
h4 {
	padding-left: 10px;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}