html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

html,body,table,td {
	font-family: arial,sans-serif;
	font-size: 9pt;
}

body {
	overflow-y: scroll;
	background-image: url(images/topFade.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}

#the {
	height: 100%;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bg.gif);
}


#dummyRow {
	height: 1px;
	background-color: #666;
}

#dummy1 {
	width: 195px;
}

#dummy2 {
	width: 469px;
}

#dummy3 {
	width: 106px;
}


#topRowFront {
	height: 268px;
}
#topRow {
	height: 88px;
}

#menuRow {
	height: 31px;
	background-image: url(images/menuBg.gif);
}

#menu {
	padding-left: 10px;
}
#login {
}

#left {
	background-image: url(images/leftBg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}

#left div {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #7e0000;
}

#left div.gray {
	width: 155px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}

#left div.red {
	width: 155px;
	background-color: #c8c485;
	margin-bottom: 20px;
}

#left div div.pad {
	border: 1px dotted #b27376;
	padding: 7px;
	margin: 0px;
}

#left div.red a {
	color: #453b3c;
}


#left h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	margin-bottom: 6px;
	color: #000;
}

#left h2 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}

#main {
	background-image: url(images/mainBottomBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: top;
}

#mainPad {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-image: url(images/contentTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	text-align: left;
	line-height: 1.3em;
	display: table-cell;
	height: 200px;
}

.readmore {
	display: block;
}

img.member {
	margin-right: 10px;
	margin-top: 6px;
}
div.member {
	padding-bottom: 20px;
	clear: all;
	float: none;
}

#contentRow {
	vertical-align: top;
}

#bottomRow {
	height: 25px;
	background-image: url(images/bottomBg.gif);
}

#bottomText {
	text-align: center;
	font-size: 8pt;
	color: #000;
	line-height: 25px;
}

#login {
	text-align: center;
}

#regform {
	padding-top: 20px;
}

.signInOut {
	display: block;
	height: 31px;
	line-height: 31px;
	color: #cccccc;
	float: left;
	text-decoration: none;
	width: 106px;
	background-image: url(images/loginBg.gif);
}



.menuItem {
	display: block;
	height: 31px;
	line-height: 31px;
	color: #cccccc;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 10px;
}

.menuItemActive {
	display: block;
	height: 31px;
	line-height: 31px;
	color: #cccccc;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #404040;
	margin-right: 10px;
}


.menuItemBottom {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #cccccc;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	text-decoration: none;
	background-image: url(images/menuBg.gif);
}

.menuItemBottomActive {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #cccccc;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	text-decoration: underline;
	background-image: url(images/menuBg.gif);
}

h1 {
	font-family: serif;
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h1.first {
}


p {
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

li {
	padding: 0px;
	margin: 0px;
}

a {
	color: #7e0000;
}

a.white {
	color: #ffffff;
}

.caption {
	color: #444;
 	font-style: italic;
 	font-size: 8pt;
}

.newsItem {
	font-size: 8pt;
	margin-bottom: 10px;
}

.newsItem:last-child {
	margin-bottom: 0px;
}

.newsDate {
	font-size: 7pt;
	color: #000000;
}

.archiveImage {
	margin-bottom: 6px;
	font-size: 8pt;
}

.archiveImage img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
}

#archives div {
	float: none;
	clear: both;
}
