@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #1358a1;
	text-align: center;
}

a {color: #005aaa; text-decoration: none; font-weight: bold;}
a:link {color: #005aaa;}
a:visited {color: #005aaa;}
a:hover {color: #005aaa; font-weight: bolder; border-bottom: 1px solid #808485;}

p {line-height: 100%;
	color:#041a31;}
	
h2 {color: #005aaa;
	font-family: impact;
	font-size: 20px;}
	
.box {color: #ffffff;
		font-weight: bold;}
		
a.box {color: #ffffff;
		float: right;
		border-bottom: 1px solid #ffffff;
		font-style: italic;
		background: transparent;}
		
.style1 {
	color: #FF0000;
	font-weight: bold;
}
	
.style2 {
	color: #005aaa;
	font-weight: bold;
}
	
	
#container {width: 760px;
            margin: 0 auto;
            text-align: left;
			background-color: #ffffff;}
			
#left-column {width: 500px;
              float: left;
              margin: 10px 0 0 10px;
			  background: url(file:///C|/Documents%20and%20Settings/Owner/Desktop/RHM/images/specialoffer.jpg);}
			  
#box-left {width: 164px;
			float: left;}
			
#box-middle {width: 500px;
			margin: 0;
			float: left;}
			
#box-right {width: 164px;
			float: right;}
						   
#blue-box {width: 486px;
			margin: 10px 0;
			padding: 5px;
			float: left;
			border-style: solid;
			border-color: #808080;
			border-width: 2px;
			background-color: #0058a0;}
			
#image {width: 100%;
		float: left;
		margin: 0 0 10px 0;}
			
			  
#right-column {width: 200px;
               padding: 5px;
               float: right;
               margin: 10px 10px 0 0;
			   border-width: 2px;
			   border-style: dotted;
			   border-color: #808080;
			   background-color: #f5f5f5;}

#form {width: 100%;
		float: right;
		text-align: center;
		background-color: #ffffff;}
