body { 	
	background-image: url('../images/rpbkgd2.jpg');  /* bkgd image */
	background-position: top center;  /* bkgd image to center */
	background-repeat: repeat;		
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	font-weight:    normal;
	text-align: left; /* default text alignment */
	padding: 20px 0px 20px 0px;   /* default padding */
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
#container {   /* <div id="container"> */
	width: 820px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px; 
	border: 3px solid #5e2278;
	}
	
#header {   /* <div id="header"> */
	position: static;
	width: 780px;	
	margin: 0px auto 0px auto;
	}
	
#menu {   /* <div id="nav"> used for side navigation */
	position: 			static;
	width: 					200px;
	float: left;
	display: inline;	
	background-color:	transparent;
	margin: 0px auto 0px auto;
  padding: 20px 0px 0px 0px;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 540px;
	float: right;
	display: inline;	
	margin: 0px auto 0px auto;
  padding: 0px 40px 0px 40px;
	}

	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
#footer {   
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 30px 50px 10px 50px; 
	text-align: left;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
a {  /* color of link */
  	color:	#538d8b;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
	a:visited {  /* color of visited link */
		color: #538d8b;
		text-decoration: none;
		padding:	0px;
		}

	a:hover {  /* color of link when hovered*/
		color: #5c1e73;
		text-decoration: none;
		padding:	0px;
		background-color: #e2dce2;
		}

#menu a {  /* color of link */
  	color:	#fff;
  	text-decoration:	none;
		margin: 		0px auto 0px auto;
		padding: 4px 0px 0px 10px;
		display: block;
		height:  20px;
		width: 167px;
		background-color: #1b1464;
		border: 				1px #fff solid;
  	}
	
#.menu a:visited {  /* color of visited link */
		color: #fff;
		text-decoration: none;
		margin: 		0px auto 0px auto;
		padding: 4px 0px 0px 10px;
		display: block;
		height:  20px;
		width: 167px;
		background-color: #1b1464;
		border: 				1px #fff solid;
		}

#menu a:hover {  /* color of link when hovered*/
		color: #fff;
		text-decoration: none;
		margin: 		0px auto 0px auto;
		padding: 4px 0px 0px 10px;
		display: block;
		height:  20px;
		width: 167px;
		background-color: #b41e66;
		border: 				1px #000 solid;
		}	
		
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
table.width {  /* sets a table to 425 px */	
	width:					375px;		
	}
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;	
	vertical-align:		top;
	}
	
table.lined {  /* black line around table that collapses to the td line */
	border:		1px solid black;
	border-collapse:	collapse;
	}	
	
td.lined {   /* lined table  */
	border:		1px solid black;	
	padding:	10px;
	}
	
ul {  /* definition of an unordered list */
	margin:		0px 0px 0px 10px;
	padding: 	0px 0px 0px 10px;
	}
	
li {
	margin::		0px 0px 0px 0px;
	padding: 	5px 0px 0px 0px;
	}
		
ul.image {  /* image at the beginning of an unordered list */
	list-style-image: url('../images/bullet.gif');
	}
	
h1 {  /* headline 1 */
  font-size:      200%;	
	color:  #66113a;
	text-align:			center;
	}
	
h2 {  /* headline 1 */
  font-size:      140%;	
	text-align:			center;
	}
	
h3 {  /* headline 2 */
  font-size:      130%;
	text-align:			center;	
	}
	
.center {   /* text center*/
	text-align:	center;
	}
	
.right {   /* text right*/
	text-align:	right;
	}
	
.t70 {    /* small text left */
	font-size:      70%;	
	line-height: 0.1cm;
	}
	
.t85 {    /* small text left */
	font-size:      70%;	
	line-height: 0.1cm;
	}
	
.white {
	color: #fff;
	}
