 body {
	text-align: center;
	background-color: #ffe4e1;
	color: #8b7d7b;
}

	A:link {
	text-decoration: underline;
	color: #cdb7b5;
}
	A:visited {
	text-decoration: none;
	color: #cdb7b5;
}
	A:active {
	text-decoration: none;
	color: #cdb7b5;
}
	A:hover {
	text-decoration: none;
	color: #ffe4e1;
	background-color: #8b7d7b;
}


#main {
	width: 800px;
	text-align: left;
}

.top {
	font-family: Times New Roman, Times, serif;
	font-size: 54px;
	line-height: 1em;
	font-weight: bold;
	width: 750px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: left;
}
.hr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #fff0f5;
	text-align: center;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #8b7d7b;
	border-right-color: #8b7d7b;
	border-bottom-color: #8b7d7b;
	border-left-color: #8b7d7b;
	width: 800px;
	z-index:10;
}

#navbar {
	width:250px;
	padding:10px;
	font-size:1.0em;
	margin:10px;
	float: left;
}

#content {
	width:500px;
	left: 255px;
	text-align: left;
	float: right;
	line-height: 1em;
	padding-top: 15px;
	z-index: 1;
	visibility: visible;
}

#content_news, #content_rmc, #content_st, #content_s1, #content_s3, #content_sp {
	display:none;
}


.header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	line-height: 0.8em;
}

.navtitle {
	margin:0px;
    height: 10px; 
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight:bold;
    /*color: #996699;*/
    width: 50%;
    padding: 2px;
    line-height: 120%;
    border-top: 2px solid;
  	border-right: 2px solid;
  	border-left: 2px solid;
     /* background-color: rgb(202,131,187); */
    background-color: #fff0f5;
    }
    
.navsection {
    /*color: #996699;*/
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
    border-top: 2px solid;
  	border-right: 2px solid;
  	border-left: 2px solid;
  	border-bottom: 2px solid;
    /* background-color: rgb(202,131,187); */
    background-color: #fff0f5;
	text-align:justify;
}    

.navwarning {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
	line-height: 10px;
	border-color:#8b7d7b;
    border-top: 2px solid;
  	border-right: 2px solid;
  	border-left: 2px solid;
  	border-bottom: 2px solid;
    /* background-color: rgb(202,131,187); */
    background-color: #8b7d7b;
	text-align:center;
}    

.navfooter {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
	line-height: 10px;
	border-color:#8b7d7b;
    border-top: 2px solid;
  	border-right: 2px solid;
  	border-left: 2px solid;
  	border-bottom: 2px solid;
    /* background-color: rgb(202,131,187); */
    background-color: #8b7d7b;
	text-align:right;
}    

.dropcaps{
	float:left;
	color:#D4D4C7;
	font-size:75px;
	line-height:50px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	vertical-align: top;
}
