body  {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

.rm #container {
	width: 58em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
/*	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.rm #sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #000066; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}

.rm #sidebar1 tr.sidebarmenu {
	
}
.rm #sidebar1 tr.latestnews {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 5px;
}
.rm #sidebar1 h4, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.rm #header {
	width: auto;
	text-align:center;
	vertical-align:top;
	background-color:#000066;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	margin-top: 0px;
}

.rm #header a.menubutton {
	text-decoration: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#FFFFFF;
	width: 100%;
	border-width: medium;
	background-color:#009900;
	word-spacing: normal;
	padding: 15 px;
}

.rm #header a.menubutton:hover {
	text-decoration: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width: 100%;
	border-width: thick;
	background-color:#009900;
	word-spacing: normal;
}

.rm #header a.menubutton:focus {
	text-decoration: none;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#009900;
	width: 100%;
	border-width: medium;
	background-color:#000066;
	word-spacing: normal;
}


.rm #sidebar1 a.sidebarbutton {
	text-decoration: none;
	font:"Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	width: 100%;
	word-spacing: normal;
}

.rm #sidebar1 a.sidebarbutton:hover {
	text-decoration: none;
	font:"Times New Roman", Times, serif;
	font-size: medium;
	width: 100%;
	word-spacing: normal;
}

.rm #sidebar1 a.sidebarbutton:focus {
	text-decoration: none;
	font:"Times New Roman", Times, serif;
	font-size: medium;
	width: 100%;
	word-spacing: normal;
}

.rm #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: white;
} 

/* paragraph styles */
.rm #copyright p { 
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;	
} 
