#main_container {
	margin-right: auto;
	margin-left: auto;
	width: 746px;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
	color: #313F51;
	background-color: #FFFFFF;
	background-image: url('../images/bg_page.gif');
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #1B455B;	
}
#left_content {
	width: 421px;
	float: left;
	padding: 5px;
	background-image: url('../images/bg_content.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#left_content.large {
	width: 738px;
	padding: 5px;
	background-image: url('images/bg_content_large.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	top:-5px;
	z-index: 22;
}
blockquote {
	background-color: #E0F2FE;
	margin: 11px;
	padding: 10px 10px 10px 62px;
	background-image: url('../images/bg_blockquote.gif');
	background-repeat: no-repeat;
	background-position: left top;
		border: 1px solid #999;
color: #313F51;
}

h1, h2, h3 {
	color: #08005F;
	font-family: "times new roman", times, serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 18px;
	line-height: 40px;
	padding: 10px 0px 0px 10px;
}
h2 {
	font-size: 14px;
	padding: 10px 0px 0px 12px;
	color: #08005F;
}
h2 a {
	color: #08005F;
}
#left_content p {
	padding: 0px 12px 12px 12px;
	margin:0;
}

#right_content {
	margin-left: 440px;
	padding: 2px;
}
#right_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right_content ul li {
	padding: 2px;
	margin: 0;
	border-bottom: 2px solid #CCC;
}
#right_content ul li a {
	padding-left: 16px;
	text-decoration: none;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
}
#right_content ul li a:hover {
	color: #08005F;
	background-position: -291px center;
}
#mbox {
	background: #FFF url('../images/bg_wbox.jpg') repeat-x top;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom:2px;
}
#mbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mbox ul li {
	padding: 2px;
	margin: 0;
	border-bottom: 2px solid #cccccc;
}
#mbox ul li a {
	color: #174C6C;
	padding-left: 16px;
	text-decoration: none;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 2px center;
}
#mbox ul li a:hover {
	color: #08005F;
	background-position: -291px center;
}

.wbox {
	background: #FFF url('../images/bg_wbox.jpg') repeat-x top;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom:2px;
}
.wbox h2, p{
	padding: 0;
	margin: 0;
}
.wbox img {
	position: relative;
	height: 56px;
	width: 56px;
	float: left;
	padding-right: 10px;
}
.pbox {
	float: left;
	margin: 15px 5px 15px 0;
	width: 100px;
}
.pbox p {
	padding: 0;
	margin: 0;
	text-align: center;
}
.pbox img {	
	padding: 0 19px;
	border: 0px none;
}
#footer {
	border-top:3px solid #CCC;
	clear:both;
	float:left;
	width: 722px;
	overflow:hidden;
	padding:12px;
    background: #fff  url(../images/foot.jpg) no-repeat;}
#footer p {
	padding-left: 10px;
}
.small {
	font-size: 80%;
}
.rusty {
	color: #174C6C;
	padding-bottom: 10px;
	font-weight: bold;
} 
hr {
	display: none;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.nopad {
	padding: 0;
	margin:0;
	font-weight: normal;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #000;
}
.note {
	color: #41546D;
}
.note a {
	color: #41546D;
}

