html, body {
	padding: 0;
	margin: 0;
	background-color: #d4d0bb;
}

a, a:active, a:link, a:visited {
	font: normal normal 14px Georgia,serif;
	color: #533219;
	text-decoration: underline;
}
a:active,
a:focus {
	outline: none;
	-moz-outline-style: none;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	color: #215352;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

p ul li {
	font-family: "Times New Roman",Times,serif;
	font-size: 12px;
}

#mainWrapper {
	margin: auto;
	width: 820px;
	width: 820px !important;
}
#row1Wrapper {
	height: 378px;
	width: 820px;
}
#top {
	height: 111px;
	width: 670px;
}
#row2Wrapper {
	width: 820px;
	height: 55px;
}
#middleCol1 {
	display: block;
	position: relative;
	float: left;
	width: 10px;
	height: 55px;
	background: #ffffff url(../images/left-piece.jpg) no-repeat;
}
#middleCol2 {
	position: relative;
	float: left;
	width: 292px;
	height: 55px;
}
#middleCol3 {
	position: relative;
	float: left;
	width: 12px;
	height: 34px;
}
#middleCol4 {
	position: relative;
	float: left;
	width: 253px;
	height: 55px;
}
#middleCol5 {
	position: relative;
	float: left;
	width: 265px;
	height: 55px;
}
#row3Wrapper {
	width: 820px;
	height: 50px;
}
#row3Col1 {
	position: relative;
	float: left;
	width: 820px;
	height: 50px;
}
#row4Wrapper {
	width: 820px;
	height: auto;
	background: #ffffff url(../images/body-repeater.jpg) repeat-y;
	text-align: left;
}
#mainBody {
	padding: 0px 30px 20px 40px;
	background: transparent url(../images/body-foot.jpg) no-repeat bottom right;
	text-align: left;
}
	#mainBody table.blog {
		width: 505px;
		text-align: left;
	}

#copyright {
	width: 820px;
	margin: 0;
	padding: 0;
}
	#copyright p {
		position: relative;
		float: right;
		font: normal normal 10px/10px "Times New Roman",Time,serif;
		color: #6e6e64;
		margin: 0px 15px 0px 0px;
		padding: 0;
	}

.maintitle {
	font-size: 13px;
	color: #6e6e64;
	font-family: Times New Roman, Arial;
}

table.moduletable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
	background: url(../images/bgr.png);
}

table.moduletable th {
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
	text-align       : left;
	width            : 100%;
	letter-spacing: 5px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
font-size: 10px;
font-weight: normal;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #dedede;
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 1px;
  font-size: 12px;
	color: #888888;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #ff9900;
  color		   : #003d5c;
  color		   : #003d5c;
  text-align       : left;
}


