* {
	margin: 0;
	padding: 0;
}

body {
	background: #ededed;
	color: #00354c;
	font-family: Arial, sans-serif;
}

a {
	color: #00354c;
}

a img {
	border: none;
}

button, input, select {
	background: #ededed;
	border: 1px solid #00354c;
	color: #00354c;
	padding: 1px;
}

.article_column {
	background: #ffffff;
	border-radius: 25px;
	color: #4d4d4f;
	font-size: 12px;
	min-height: 225px;
	overflow: hidden;
	padding: 14px 21px;
	position: relative;
}

.article_column img {
	margin: 0 0 25px 25px;
}

.article_row {
	float: left;
	padding: 0 1%;
	width: 31%;
}

#banner {
	background: url(../images/banner_background.png);
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0;
}

#banner a {
	color: #ffffff;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner ul {
	display: inline;
	margin-left: 30px;
}

#banner ul li {
	display: inline;
	margin-right: 10px;
}

#body {
	overflow: hidden;
	padding: 20px 0 170px 0;
}

#body p, #body ul {
	margin-bottom: 20px;
}

#body ul {
	list-style: inside;
}

.container {
	margin: 0 3%;
	position: relative;
}

.contentheading {
	color: #00354c;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer {
	background: url(../images/footer_background.png) repeat-x center bottom;
	bottom: 0;
	height: 139px;
	left: 0;
	position: fixed;
	width: 100%;
}

.hasTip {
	float: right;
}

.hasTip img {
	margin: 0;
}

#header {
	background: url(../images/header_background.png);
	height: 89px;
}

#logo {
	left: 0;
	position: absolute;
	top: 5px;
}

.menu-main {
	list-style: none;
	position: absolute;
	right: 150px;
	top: 33px;
}

.menu-main li {
	float: left;
	margin-left: 20px;
}

.menu-main li a {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 33px;
	padding: 0 15px;
	text-decoration: none;
}

.menu-main li a:hover, .menu-main .active a {
	background: #f8941d;
	border-radius: 8px 0 8px 0;
	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
}

.readon {
	background: #f8941d;
	border-radius: 8px 0 8px 0;
	bottom: 0;
	clear: both;
	color: #003a54;
	font-size: 15px;
	font-weight: bold;
	line-height: 33px;
	margin: 0 21px 14px 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-decoration: none;
	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
}
