/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	
	margin:0;/*puts the content tight to the window*/
    padding:0;/*puts the content tight to the window*/
	min-width:800px;/*avoids problems in some browsers when the window is narrower than #wholePageContainer*/
	/*background-color:#ffffff;*/
	background-image: url(images/bgGrad.jpg); 
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	height:100%
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wholePageContainer{
	 width: 800px;
	 margin:0 auto; /*centers the page horizontally*/
	 border: 1px solid #ccc;
	 margin-top:10px;
	 /*border-left: 1px solid #eeeeee;
	 /*padding-left:5px;
	 border-right: 1px solid #eeeeee;
	 /*padding-right:5px;
	 border-bottom: 1px solid #eeeeee;*/
	 /*
	 border-width:1px;
	 border-radius: 20em;
	 border-color:#FF5593;
	 border-style:solid;
	 background-color: #eeeeee;*/
}

#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	height:99px;
	color: #006699;
	background-color:#3366cc;
	background-image:url(images/RM_TopBanner.jpg)
	
	vertical-align:middle;
}

#content{
	background-color:#ffffff;
	float: left;
	width: 780px;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*height:350px;
	overflow: auto;*/
}

#footer{
	width:790px;
	clear: both;
	background-color:#FFFFFF;
	border-top:1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 0px 10px 10px;
	margin:0 auto;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/***********************************************/


/***********************************************/


/************** .content styles ***************/

.body{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.body h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/* 
.body img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
adjust margins to change separation between the feature image and text flowing around it */