/* General Styles */
* {
	margin: 0;
	padding: 0;
}
body	{
	background: #ccc url(images/tile_graydots.gif) repeat top left;
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
p, ul	{	font-family: Tahoma, sans-serif;}
a {	color: #003366;}
a:hover {	color: #C41D00;}

/*Div Section Settings */
#master  {
  margin: 0 auto;
  border: 5px solid #666;
  width: 790px;
  text-align: left;
  background: #f1f1f1;
}

#header {
	/*margin: 10px 0;
	padding: 0 10px 5px;*/
	height: 200px;
	background: #fff url(images/header_bg.jpg) no-repeat top left;
	color: #ffffff;
}

#middle {
	padding: 50px 10px 25px 10px;
	background: #e8e8e8 url(images/middle_bg.jpg) no-repeat top left;
}

#footer {
	border-top: 5px solid #5279A3;
	padding: 10px;
	background: #6DA3DB;
	clear: both;
}

/* Header Settings */
#header h1 {
	padding: 15px 0 0 5px;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	visibility: hidden;
}
ul.headernav {
	list-style: none;
	text-align: center;
	padding: 22px 0 0;
	/*background: #6DA3DB; */
}

ul.headernav li {
	font-size: 15px;
	display: inline;
	color: #fff;
}

ul.headernav li a {
	color: #fff;
	text-decoration: none;
}
ul.headernav li a:hover {
	color: #0052A4;
	text-decoration: none;
}

/*Footer Settings */
#footer p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

/*Middle Settings */
#middle h2 {
	color: #608EBF;
	margin: 0 0 5px;
	padding: 5px 0;
	font-weight: normal;
	font-size: 20px;
	font-family: Verdana;
}
#middle p {
	line-height:130%;
	font-size: 14.5px;
	padding: 0 0 12px 0;
}
#middle ul {
	line-height:130%;
	font-size: 14px;
	padding: 0 0 10px 25px;
}
#middle img.right
{
	margin: 0 0 5px 5px;
	float: right;
	border: 5px solid #fff;
}