body {
  margin: 0; 
		padding: 0;
  font: 13px/1.5 verdana, arial, helvetica, sans-serif;
  color: rgb(51, 51, 153);
  background: rgb(255, 238, 213);
	}

/* layout */
#topleft2, #bottomleft2  { 
	float: left; 
	width: 200px;
	}
#topright2, #bottomright2 { 
	margin-left: 200px;
	width: 350px
	}
#bottomleft2, #footer { 
	clear: left;
	}
#bottomright2	{
	width: 420px;
	}
#topleft2, #topright2	{
	height: 150px
	}

/* grid lines */
#bottomleft2, #bottomright2 {  
	border-top: 2px solid rgb(102, 102, 102); 
	}
#topright2, #bottomright2 { 
	border-left: 2px solid rgb(102, 102, 102); 
	}

/* padding avoiding IE box model bug */
#topleft2 p, #bottomleft2 p { 
	margin: 0; 
	padding: 9px; 
	}
#topright2, #bottomright2 { 
	padding: 10px; 
	}

/* text styles */
.head2 { 
	font-weight: bold; 
	}
#footer { 
	margin: 0px auto; 
	width: 600px; 
	margin-left: 70px; 
	padding: 10px; 
	}
#footer a, a { 
	color: rgb(0, 51, 255); 
	font-size: 11px; 
	text-decoration: none; 
	}
#footer a:hover,a:hover { 
	color: white; 
	background: rgb(51, 51, 153); 
	}
.center	{
	text-align: center
	}
p	{
padding: 0px;
	}
ul {
	list-style-type: disc;
 margin-top: 7px;
 margin-bottom: 7px;
	line-height: 25px
 } 
img	{
	border: 0;
	vertical-align: middle
	}
.smallreg3	{
	font: 11px/1.5 verdana, aria, helvetica, sans-serif
	}
