/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background: #CCD7EB url(../images/SiteBG.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

p {
	margin: 4px 0 10px;
}

#container {
	width: 738px;
	background: #FFF;
	border: 1px solid #999;
	margin: 15px auto 2px;
}

#header {
	margin: 0;
	padding: 0;
	height: 126px;
}

#print-header {
	display: none;
}

#menu{
	background: url(../images/MenuBG.gif);
	text-align: center;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	font-size: 1px;
	border-bottom: 1px solid #999;
}

#menu a {
	margin: 0 12px;
}
#menu img {
	border: none;
	padding: 0 4px;
}

#content{
	margin: 20px; 
}

#content img {
	border: 1px solid #666;
}

h2.section-header{
	padding: 4px 0;
	color: #00366D;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #003399;
	background: url(../images/SectionHeaderBG.gif) bottom right no-repeat;
}

#footer{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}

#footer-bar{
	width: 738px;
	background: url(../images/MenuBG.gif);
	text-align: center;
	white-space: nowrap;
	padding: 4px 0;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer-bar a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer-bar a:hover{
	text-decoration:underline;
}

.no-border{
	border: none !important;
}