*
{
	margin: 0;
	padding: 0;
}

body
{
	/*background-color: #2A0615;*/
	background-color:#737373;
}

#body
{
	width: 750px;
	margin: 0 auto;
	background-color: #D9D9D9;
	
}

#header_top
{
	height: 20px;
	background: url(images/header_top.png) repeat-x top left;
}
#header_middle
{
	height: 60px;
	background: url(images/header_middle.jpg) no-repeat top left;
}
#header_bottom
{
	height: 20px;
	background: url(images/header_bottom.png) repeat-x top left;
}
#header_crest
{
	width: 129px;
	height: 136px;
	background: url(images/header_crest.png) no-repeat top left;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}
#header_text
{
	width: 464px;
	height: 45px;
	background: url(images/header_text.png) no-repeat top left;
	position: absolute;
	margin-top: 27px;
	margin-left: 262px;
}

#menu
{
	width: 149px;
	float: left;
	margin-top: 36px;
}

#menu ul
{
	list-style-type: none;
	/* width: 149px; */
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	color: #550D2A;
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#menu ul li a:hover
{
	background-color: #550D2A;
	color: White;
}

#menu ul a.selected
{
	background-color: #550D2A;

	color: #D9D9D9;
	
	cursor: default;
}
#menu ul a.selected:hover
{
	color: #D9D9D9;
}

#menu ul ul
{
	/*background-color: #737373;*/
	background-color:#A8A8A8;
	margin-top: -5px;
	padding-top: 1px;
	padding-bottom: 12px; /* Sam's Changes */
}

#menu ul ul li a
{
	background-color: transparent;
	color: #150D88;
	font-weight: normal;
	font-size: 10px;
	/*width: 139px;*/
}

#main
{
	margin-top: 9px;
}

#images
{
	/* width: 581px; */
	height: 82px;
	padding-right: 9px;
}

#images div.box{
	width: 137px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #171846;
	float: right;
	margin-right: 9px;
}

#images div.first{
	margin-right: 0;
}

#content_container{
	margin: 9px 9px 9px 158px;
	background-color: White;
}

#content
{
	height: 1%; /* stupid IE 3pixel fix */
	margin: 0;
	padding: 12px;
	background-color: White;
	color: #0E0F67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#content h1
{
	text-transform: uppercase;
	color: #550D2A;
	font-size: 16px;
	font-family: Verdana;
	text-align: right;
	margin-bottom: 30px;
	font-weight:bold;
}

#content p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#pRight
{
	margin-left: 250px;
	margin-top: 40px;

}

#pLeft{
	float: left;

}	

div#content ul
{
	margin-left: 15px;

}

div#content a
{
text-decoration: none;
}

div#content a:hover
{
text-decoration: underline;
}


#address
{
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #550D2A;
	margin-top: 44px;
}

#tools
{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #550D2A;
	margin-top: -10px;
}

#footer
{
	clear: left;
	height: 33px;
	border-top: 1px solid #150D88;
}

#commerx
{
	/*float:left;*/
	display: block;
	width: 135px;
	height: 9px;
	background: url(images/commerx.png) no-repeat top left;
	font-size: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
