* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #8CB2C9;
	color: #333333;
	margin: 20px 0;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#header {
	position: relative;
	background: #FFF;
	height: 195px;
	width: 900px;
	padding: 0px 0px 0px 0px;
}

#phoneBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	height: 37px;
	background-image: url("../images/bg_phone_bar.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 3px 20px 3px 40px;	
}

.number {
	font-size: 15px;
	font-weight: bold;	
}

#menuBar {
	background: #031629;
	background-image: url("../images/bg_menu.gif");
	background-repeat: repeat-x;
	height: 40px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

#content {
	width: 900px;
	background: #FFFFFF;
}

.contentLeft {
	width: 525px;
	padding: 40px 30px;
	text-align: justify;
}

.contentRight {
	background: #EEEEEE;
	width: 285px;
	padding: 40px 15px;
}

.newsSlip {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
}

.newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	color: #094584;
	font-weight: bold;
	margin-bottom: 5px;
}

.newsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 130%;
	color: #666;
	margin-bottom: 0px;
}

#footer {
	width: 900px;
	clear: both;
	color: #FFFFFF;
	padding: 20px 0px;
	text-align: center;
	font-size: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainTxt {
	font-size: 12px;	
}

.smallTxt {
	font-size: 11px;	
}

p {
	margin-bottom: 18px;
}

h1 {
	font-size: 30px;
	color: #094584;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 35px;
	text-align: left;
}

h2 {
	font-weight: normal;
	margin-bottom: 10px;	
}

ul {
	list-style-type: square;
	list-style-image: url("../images/bullet_blue.png");
	list-style-position: inside;
}

#footer p {
	margin-bottom: 5px;
}

a,a:visited {
	color: #083E76;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.crumbs {
	font-size: 10px;
	color: #999999;
}

.articleList {
	border: 1px solid #CCCCCC;
}

.articleTitle {
	background: #DDD;
	padding: 3px 10px;
	color: #333;
	font-weight: bold;
}

a.articleTrigger {
	display: inline;
	color: #666;
	text-decoration: none;
}

.articleStandard {
	padding: 10px 10px 0 10px;	
}

.articleHidden {
	padding: 0;
	display: none;	
}