@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
}
.topNavbg {
	background-image: url(../images/top-nav-bg.jpg);
	height: 79px;
	background-repeat: repeat-x;
}
.belowHeaderBg {
	background-image: url(../images/below-header-bg.jpg);
	background-repeat: repeat-x;
}
.contentLeft{
	width:460px;
	height:280px;
	overflow-y:scroll;
	background-image:url(../images/pod-bg-2.jpg);
	background-color: #F1E9E6;
	background-repeat: repeat-x;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #EAD8D0;
}
h1 {
	color: #1775a1;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	color: #1775a1;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
}
h3 {
	color: #1775a1;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
h4 {
	color: #1775a1;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
}
h5 {
	color: #1775a1;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
h6 {
	color: #1775a1;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}


.contentRight{
	width:460px;
	height:120px;
	overflow-y:scroll;
	background-image:url(../images/pod-bg.jpg);
	background-color: #F1E9E6;
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 10px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left: auto;
	border: 1px solid #EAD8D0;
}
.contentInner {
	padding: 10px;
	margin-right: 10px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left: auto;
}

.contentRightPod{
	width:460px;
	height:120px;
	overflow:hidden;
	background-image:url(../images/pod-bg.jpg);
	background-color: #F1E9E6;
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 10px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left: auto;
	border: 1px solid #EAD8D0;
}


.footer {
	border-top: 5px solid #005e8a;
	background-color: #1775a1;
	color:#fff;
	font-size:11px;
	padding-right: 25px;
	padding-left: 25px;
	text-transform: uppercase;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

p {
	margin: 0px;
	padding: 0px;
}
.pic-pad {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.news {
	width: 335px;
	float: right;
}

.news ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
.news li{
	background-image: url(../images/arrow-bullete.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:20px;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

