/* Start of CMSMS style sheet 'main css' */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

h1, h2, h3 {
	margin-bottom: 16px;
}

h1 {
	
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 0 0 16px;
}

a {
	text-decoration: none;
	color: #000000;
}

img {
	border: 0px;
}

#pageWrapper {
	display: block;
	width: 730px;
}

#header {
	padding: 22px 10px;
	height: 120px;
	position: relative;
}

#headerLeft {
	display: block;
	float: left;
	width: 135px;
	margin-right: 40px;
}

#headerRight {
	display: block;
	float: left;
	width: 515px;
	text-align: right;
}

#headerRight a {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 1px;
	padding-right: 5px;
	color: #A7A7A7;
}


#logo {
	position: absolute;
	top: 80px;
	left: 195px;
}

#mainContainer {
	
}

.column.left {
	float: left;
	width: 155px;
	margin-right: 40px;
}

#mainNav {
	
}

#mainNav li {
	display: block;
	border-top: 1px solid #F8E540;
	list-style-type: none;
}

#mainNav li#firstitem {
	border-top: 0;
}

#mainNav li a {
	display: block;	
	padding: 10px 10px 12px 0;
	text-align: right;
	color: #000;
}

#mainNav li a:hover {
	color: #FFCC00;
}

.column.middle {
	float: left;
	width: 305px;
	margin-top: 70px;
	margin-right: 30px;
	text-align: justify;
}

.no-right-column .column.middle {
	width: 420px;
	text-align: left;
}

.column.right {
	float: left;
	width: 165px;
	margin-top: 70px;
}

#quoteBox {
	padding: 10px 12px;
	background-color: #B7B7B7;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.newsWrapper {
	
}

.newsWrapper h2 {
	font-weight: normal;
	font-size: 20px;
}

.newsItem {
	padding: 20px 0;
	border-bottom: 1px dotted #FFCC00;
}

.newsItem-summary {
	text-align: justify;
}

.newsItem-moreLink {
	color: #FFCC00;
}
/* End of 'main css' */

