/* CSS Document */

.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
}

label {float:left; width:100px;}

a img {border:0px;}

a:link {text-decoration:none; color:#3b515e;}
a:visited {text-decoration:none; color:#3b515e;}
a:hover {text-decoration:underline; color:#3b515e;}
a:active {text-decoration:underline; color:#000;}

form {margin:0px;}

.submitButton {
	border:1px solid #000;
}

#topBoxContainer {
	background-color:#3b515e;
	border-bottom:3px solid #ff7e12;
	color:#fff;
	padding-top:10px;
	height:115px;
}

#mainBoxContainer {
	color:#3b515e;
	padding-top:30px;
}

#topBox {
	margin-left:auto;
	margin-right:auto;
	width:770px;
	text-align:left;
	margin-bottom:5px;
}

#mainBox {
	margin-left:auto;
	margin-right:auto;
	width:730px;
	text-align:left;
	margin-bottom:5px;
	line-height:18px;
}

#printBox {
	padding:3px 10px 20px 10px;
	text-align:left;
	margin-bottom:5px;
	line-height:18px;
}

#printHeader {
	margin-top:5px;
	text-align:right;
}

#mainBoxL {
	float:left;
	width:515px;
	border-right:dotted 1px #d9e1d9;
	padding-right:15px;
}

#mainBoxR {
	float:left;
	width:175px;
	padding-left:15px;
}

#logoCont {
	float:left;
	height:105px;
	width: 342px;
	z-index:1;
	padding-bottom:10px;
}

#date {
	float:left;
	width:405px;
	text-align:right;
	color:#d9e1d9;
	height:84px;
}

#navbar {
	float:left;
	width:425px;
	height:20px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:770px;
	text-align:center;
	padding:20px;
}
	
#storyBox {
	text-align:justify;
	line-height:20px;
}

#printStoryBox {
	text-align:justify;
	line-height:20px;
	padding-right:5px;
	overflow-x: hidden;
}

.newsTitle {
	font-size:19px;
	font-weight:bold;
	line-height:20px;
}

.newsTitleSub {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin-top:20px;
}

.newsHead {
	border-bottom:1px dotted #ff7e12;
	margin-bottom:12px;
	overflow:hidden;
	display:inline-block;
	width:520px;
}

.newCommHolder {
	overflow:hidden;
	display:block-inline;
	margin-top:15px;
	margin-left:10px;
}

.newCommPic {
	float:left;
	width:65px;
}

.newCommContent {
	float:left;
	width:440px;
}

.newCommComment {
	font-style:italic;
	margin-top:5px;
}

.commentAdd {
	text-align:center;
	color:#ff0000;
	margin-bottom:12px;
}

.newsTitleHolderStory {
	width:450px;
	float:left;
}

.newsLikeHold {
	float:left;
	text-align:center;
	margin-right:4px;
}

.newsTitleHolderLike {
	width:65px;
	float:left;
}

.newsDate {
	font-size:11px;
}

.smallPic {
	border:1px solid #000;
	margin-right:15px;
	margin-bottom:5px;
}

.more {
	font-weight:bold;
	font-size:13px;
	text-align:right;
	margin-bottom:25px;
	margin-top:0px;
	clear:both;
}

.mainImage {
	margin-right:15px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	padding:5px;
}

.quote {
	margin-left:30px;
	font-style:italic;
}

h2 {
	font-size: 28px;
	color: #3b515e;
	margin-top:5px;
	margin-bottom: 35px;
}
h3 {
	font-size: 16px;
	color: #3b515e;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height:22px;
}
h4 {
	font-size: 15px;
	color: #3b515e;
	margin-top: 5px;
	margin-bottom: 15px;
}

	
.orange {
	color:#ff7e12;
}

<!-- CLEARFIX -->
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}