/***********************************************/
/* Container Divs                              */
/***********************************************/

/* This sections tells the page to sit central and everything withing the central box to align left */

body {
text-align: center;
margin: 0;
font-family: tahoma, verdana, tahoma, Arial,sans-serif;
color: #000;
line-height: 1.1;
background: url(../Images/backgrounds/body_bg.gif);
}


.container {
	width: 770px;
	position: relative;
	margin: 0px auto;
	background-color: #fff;
	text-align:left;
	border: 5px solid #fff;
	background:url(../Images/backgrounds/body_bg_new.gif) repeat-y;
}


/* masthead and sub masthead                   */
/***********************************************/

#masthead{
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 92px;
	border-left:1px solid #fff;
	background-repeat: no-repeat;
}

.submastheadright{
	float:right;
	background-color:#09466F;
	width:560px;
	border-top:1px solid #fff;
}

.submastheadright p{
	margin:0px;
	padding:0px;
	height:14px;
	margin-top:0px;
	padding-top:3px;
	padding-left:10px;
	padding-bottom:3px;
	font-size:60%;
	font-family:verdana;
	letter-spacing:-1%;
	color:#FFF;
}

.submastheadright a{
font-weight:bold;
color:#fff;
}

.submastheadright a:hover{
text-decoration:underline;
font-weight:bold;
color:#fff;
}

/* content                   */
/*****************************/

#content{
   	float:right;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

