@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #272727;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 810px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	width: 810px;
	height: 131px;
	background: url(images/banner.jpg);
}
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
}
#content {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 2px solid #003366;
}
#footer {
	background-image:url(images/footer.jpg);
	width: 810px;
	height: 51px;
	font-size: 100%;
}
#Copywright {
	padding-top: 20px;
	padding-left: 50px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 70%;
}
#content p {
	line-height: 130%;
}
#nav a:link { 
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #0099CC;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #3366CC;
}

#designerTag {
	width: 130px;
	height: 60px;
	background-image:url(images/designerTag.png);
	margin-left: 650px;
	margin-top: 10px;
	}
#AccordionPanelTab {
	background-color: #003366;