<!DOCTYPE html>

/*    Generated by http://www.cssportal.com    */

/*    RVM Index    */

@import url("reset.css");

body {
    font-family: serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 5px;
}

a {
	color: Blue;
}


h1 {
	font-family: serif; 
	font-size: 3em;
	font-weight: bold;
	color: Blue;
}

h2 {
	font-family: serif; 
	font-size: 2em;
	font-weight: bold;
	color: Blue;
}

h3 {
	font-family: serif; 
	font-size: 1.5em;
	font-weight: bold;
	color: Blue;
}

h4 {
	font-family: serif; 
	font-size: 1.4em;
	font-weight: bold;
	color: Blue;
}

strong {
	font-weight: bold;
}

table.nav {
	width: 100%;
	border: 5px ridge #3399FF;
	text-align: center;
	font-family: serif; 
	font-size: 1.3em;
	font-weight: bold;
	color: Blue	
}

table.nav td {
	border: 2px solid #3399FF;
	padding: 5px;
}

#wrapper {
 	margin: 0 auto;
    width: 100%;
    background-color: white;
    border: 2px solid white;    ;
    padding: 10px;
}

#header {
	float: left;
	width: 100%;
   	margin-top: 15px;
   	margin-bottom: 10px;
    height: auto;
    background: white;
    text-align: center;
}

#navigation {
    float: left;
    width: 90%;
    height: auto;
    background: whote;
    margin-left: 50px;
    margin-right: 40px;
}

#title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background:  white;
}


#content {
	float: left;
    width: 100%;
    background: #yellow;
    margin-left: 3px;
    margin-right: 3px;
}


#footer {
    height: 40px;
    width: 100%;
    background: white;
    clear: both;
    text-align: center;
    padding-top: 30px;
}

.text {
	position: relative;
	float: left;
	width: 100%
	padding: 10px;
	border: 2px solid white;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.topic {
	position: relative;
	float: left; 
	width: 40em;
	clear: both;
}

.hdg {
	position: relative;
	float: left;
	width: 40em;
	clear: both;
	padding-left: 20px;
}

.rtn {
	position: relative;
	float: left;
	width: 95%;
	clear: both;
	text-align: center;
	border-bottom: 2px solid black;
	padding-bottom: 30px;
}

.pic {
	position: relative;
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 2px solid white;
}

}

.just {
	position: relative;
	float: left;
	clear: both;
}




	padding: .4em;
}

