﻿@charset "utf-8";
body {
	border-style: 5;
	padding: 5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #DE9840;
		line-height: normal;
		margin: 0;
	}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAE5E0;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.header {
	height: 200px;
	background-image: url(blank%20copy.jpg);
}
#menu_bar {
	padding:0px;
	border:0px dashed #cccccc;
	height:35px;
	clear:both;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: left bottom;
	font-size: 12px;
	margin: 0px;
}
#navcontainer ul {
	padding-left: 0;
	background-color: #6E6E59;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin: 0px;
}

#navcontainer ul li {
	display: inline;
	font-size: 11px;
}

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
	background-color: #DE6B02;
	color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
}.content_wrapper {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.rightside {
	float: right;
	width: 150px;
	background-color: #FFC;
	border: 1px dotted #333;
	padding: 0px;
	height: auto;
	background-image: none;
	background-repeat: repeat;
	background-position: center bottom;
}
.maincontent {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	line-height: 17px;
	color: #333;
	font-size: 12px;
	text-align: left;
}
.leftside {
	float: left;
	width: 150px;
	background-color: #FFC;
	border: 1px dotted #333;
}
.para_heading {
	height: 15px;
	background-color: #739240;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFC;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #425227;
}
.footer {
	height: 35px;
	background-color: #6E6E59;
	float: none;
	text-align: center;
	line-height: 30px;
	color: #FFC;
	bottom: 0px;
}
.menubox {
	height: 15px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	color: #c86000;
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
}
.column_wrapper {
	margin: 8px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.thumbnail_left {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; MARGIN-BOTTOM: 5px; MARGIN-RIGHT: 10px; BORDER-RIGHT-WIDTH: 0px
}
.thumbnail_right {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 10px; BORDER-RIGHT-WIDTH: 0px
}

.time {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
.picturebox {
}
.innercontent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
