body {
  font-family: "Times New Roman", Times, serif;
  background-color:#FFF;
  color:#000;
}

a:link, a:visited, { color: #222A30; text-decoration: none; }

a:hover { color: #4B6071; text-decoration: none; }

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%;
 font-weight: bold;
 color: #334d55;
}

.style1 {
    font-style:italic;
 
}

#wrapper{
	width: 900px;
	height: auto;
	background-image: url(../images/backgrnd.gif);
	background-repeat:repeat-y;
}

.main_content {
     width: 544px;
	 padding: 10px 20px 5px 118px;
}	 
	
.right_nav {
    background-color: #C1CDD2;
	padding: 3px 9px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 20px; 
}

#adbox {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #CCCCCC;
	padding: 4px;
	border: 1px; 
	border-style: dashed; 
	text-align: center;
}

.adboxbold {
    font-weight: bold;  
}

.adboxital {
    font-style: italic;
	font-weight: bold;  
}

.leftimage{
float: left;
margin: 0px 8px 2px 5px;
border: 2px solid #000;
}	 

.rightimage{
float: right;
margin: 2px 5px 6px 8px;
border: 2px solid #000;
}	 