a {
	color: #06443a;
	text-decoration: none;
	font-weight: bold;
}
  
a:hover {
	text-decoration: underline;
}

body {
 	height:100%;
	width:100%;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #a4cbc9;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8e7e8', endColorstr='#7faea9');
	background: -webkit-gradient(linear, left top, left bottom, from(#c8e7e8), to(#7faea9));
	background: -moz-linear-gradient(top,  #c8e7e8,  #7faea9);*/
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 5px;
	color: #06443a;
}

h2 {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	margin:5px;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin: 5px;
	color: #06443a;
}

p {
	margin: 5px;
}

#pageContainer {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	background-color: #ffffff; /*#cc0000;*/
	/*top: 50%;
	margin-top: -250px;
	height: 500px;*/
}

#mainContainer {
	float: left;
	background-color: #ffffff;
	border-left: 20px solid #cc0000;
	/*width: 665px;*/
	padding-left: 20px;
	padding-right: 20px;
}

#sideBarContainer {
	float: none;
	margin-left: 20px;
	/*float:right; no margin-left*/
	height: 100%;
	background-color: #ffffff;
	text-align: center;
}

#menuContainer {
	margin-top: 5px;
	margin-bottom: 50px;
}

#logoImage {
	background-color: #cc0000;
	height: 96px;
	width: 476px; /*665*/
	padding: 5px;
	padding-right: 184px;
}

#listContainer {
	margin-top: 50px;
	margin-left: 725px;
	padding: 3px;
	text-align: left;
	background-color: #fad1c6;
}

#overLay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	z-index: 50;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#downBar {
	clear: left;
	height: 20px;
	border-bottom: 20px solid #cc0000;
	width: 665px;
}

.checkList {
	margin-left: 30px;
	margin-right: 5px;
	padding: 0px;
	list-style-image: url('check.png');
	list-style-position: outside;
}

.sideElement {
	margin-top: 25px;
	border: 0px;
	font-weight: bold;
}

.columnsContainer {
	clear: left;
}

.columnContainer {
	float: left;
	background-color: #eeeeee;
	width: 213px;
	height: 320px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px dotted #666666;
}

.readMoreContainer {
	display: none;
	z-index: 51;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	top: 25%;
	margin-top: -200x;
	height: 400px;
	overflow: scroll;
	background-color: #eeeeee;
	border: 2px solid #666666;
	padding: 5px;
}

.menuLink {
	margin-left: 10px;
	margin-right: 10px;
}

.articleImage {
	float:right;
	border: 0px;
	margin-right: 5px;
}

.readMoreLink {
	margin: 5px;
}
