body	{
	margin:0;
	padding:0;
	color:#FFFFFF;
	line-height: 1.5em;
	background:url(images/icons/soccerball.jpg);
}

b{font-size: 110%;}

em{color: red;}

#maincontainer	{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #fdf8f2;
	color: black;
	background-image: url(images/rmsfiller2_edited-1.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#topsection	{
	background: #FFCC00 url(images/rms_shooter1.gif) no-repeat right;
	color: black;
	height: 90px; /*Height of top section*/
}

.fields {
	list-style-type: none;
}

#topsection h1	{
	margin: 0;
	padding-top: 15px;
}

#topsection logo	{
	float: right;
}

#contentcolumn{
	margin-left: 210px; /*Set left margin to LeftColumnWidth*/
	width: 620px;
}

#leftcolumn{
	float: left;
	width: 210px; /*Width of left column*/
	background: #FFCC00;
	background-image:url(images/rmsfiller.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#footer{
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
	margin: 0;
}

.innertube{
	margin: 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}


/* Menu */

#ddblueblockmenu{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 185px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #2586d7;
	border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

/* directions */

#mainfeature {
	color: black;
	}
#mainfeature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
	}
#mainfeature p {
	font-size: 110%;
	}
#mainfeature p.more {
	margin-top: 0;
	text-align: right;
	}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
	color: white;
	padding-left: 14px;
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
