/* CSS Document */
body {
padding: 0;
margin: 0;
}

#masthead {
	margin: 0;
	background-color: #FFFFFF ;
	color: #990000;
	font-weight:bolder
}

#masthead a:link {
	color: #333333;
}
#masthead a:visited {
	color: #CCCCCC;
}
#masthead a:hover {
	color: #0000FF;
}


#mastheadtitle{
font-size:x-large;
background-color:#FFFFFF;
color: #990000;
font-weight:300;
}

#maintitle{
width: 85%;
}

#menu{
width: 200px;
position:absolute;
margin-top: 24px;
margin-left: 6px;
padding-right: 10px;
font-size: small;
left: 0%;
}

#content{
	position:absolute;
	left: 25%;
	margin-top: 20px;
	padding: 0 1em 1em 2em;
	width: 587px;
}

.style_subsection {font-size: small; 
   text-transform: uppercase; 
   font-weight: bold; 
   color: #990000
}
.style_emphatic {font-size:medium;
	font-weight:bolder;
	color:#0080C0;
}


#mastheadtitle{
color: #990000;
font-weight:bold;
}

#menuheader{
border-color: #333333;
background-color: #FFFFFF;
}
#menutitle{
color:#000000;
font-size:larger;
text-align:center;
font-weight:bold;
}

#contentheader{
border-color:#333333;
background-color: #FFFFFF;
}
#content_title{
color:#000000;
font-size:larger;
text-align:center;
font-weight:bold;
}
style_subsection{
text-transform:uppercase;
font-size:small;
color:#990000;
font-weight:bold;
}

}
.boldroyal {
	font-weight: bold;
	color: #990000;
}
.boldblue {
	font-weight: bold;
	color: #0000FF;
}
