<!--
body {
	background-image: url('/images/main/top-background.png');
	background-repeat: repeat-x;
	body: 0px;
	margin: 0px;
	background-color: #f5f3f0;
}
#logobox {
	position: absolute;
	background-image: url('/images/main/logo-and-box.png');
	top: 0px;
	left: 0px;
	width: 270px;
	height: 345px;
}
#loginbox {
	position: relative;
	top: 193px;
	left: 40px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #f5f3f0;
	font-size: 14px;
}
#loginbox div {
	margin-bottom: 0.5em;
}
#loginbox a {
	color: #FFFFFF;
}
#loginbox input {
	width: 180px;
}
#loginbox input[type="submit"] {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 14px;
	color: #F5f3f0;
	/* color: #4694a8;*/
}
#navigationTabs {
	margin-left: 300px;
	padding-top: 110px;
	right: 10px;
}
#navigationTabs .tab {
	display: inline-block;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}
.tab a, .selectedTab a {
	text-decoration: none;
	color: #387787;
}
#topBanner {
	position: absolute;
	top: 10px;
	left: 300px;
}
#navigationTabs .selectedTab {
	display: inline-block;
	font-size: 12pt;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('/images/dashboard/tab-background.png');
	background-repeat: no-repeat;
	text-align: center;
}
#promoBox {
	margin-left: 300px;
	margin-top: 25px;
	font-size: 13px;
	width: 650px;
	color: #c2baaf;
	margin-right: 50px;
}
#content {
	position: absolute;
	top: 370px;
	left: 10px;
	right: 10px;
}
.box {
	background-image: url('/images/main/box-middle.png');
	background-repeat: repeat-y;
	width: 312px;
	padding-top: 0px;
}
.boxContents {
	padding: 10px;
	padding-top: 0px;
	width: 292px;
}
.newsItem {
	color: #736e65;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	background-image: url('/images/dashboard/bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.newsItem a {
	color: #736e65;
}
#latestEntries {
	font-size: 11px;
	color: #736e65;
}
#latestEntries a {
	font-weight: bold;
	color: #4694a8;
	font-size: 12px;
}
#latestEntries div {
	margin-bottom: 0.4em;
}
h1, h2, h3, h4 {
	font-family: "Lucida Grande", Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5f5b55;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}
.linklist {
	font-size: 12px;
	font-weight: bold;
	color: #736e65;
}
.linklist a {
	color: #4694a8;
}
a {
	color: #4694a8;
}
  #dialogWrapper, #queryWrapper {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	zIndex: 0;
  	display: none;
  }
  #opacityLayer {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	bottom: 0px;
  	right: 0px;
  	background-color: #000000;
  	-moz-opacity: .20;
  	opacity: 0.2;
  	filter: alpha(opacity=25);
  }
  #dialog {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  	background-color: #FFFFFF;
  	width: 350px;
  	height: 200px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: auto;
  	zIndex: 9999;
  }
  #dialog h1 {
  	font-family: Georgia, "Lucida Grande", Verdana, Arial, sans-serif;
  	font-size: 16px;
  	font-weight: bold;
  }
  #largeDialog {
	background-color: #f5f3f0;
	width: 550px;
	height: 357px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	zIndex: 9999;
	background-image: url('/images/control/dialog-header.png');
	background-repeat: repeat-x;
	border: 2px solid #dbd6cf;
  }
  #largeDialog h1 {
  	color: #ffffff;
  	font-size: 16px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  }
  #largeDialog .actionLink {
  	margin-left: 0px;
  }
  #largeDialog div.closeButton {
	float: right;
  }
  .scrollableDialogRegion {
  	/* position: absolute; */
  	margin-top: -2px;
	overflow: auto;
	width: 550px;
	height: 300px;
}
a img {
	border: 0px;
}
input[type="text"], input[type="password"] {
	width: 200px;
}
div.formError {
	height: 16px;
	background-image: url('/images/icons/exclamation.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 12px;
	color: #990000;
}
.blogListing {
	border-top: 1px solid #dbd9d5;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blogListing h1 {
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
.blogListing .blogBody {
	margin-right: 250px;
}
.blogListing .floatingLinks {
	float: right;
	width: 200px;
}

.pagination {
	margin-top: 1em;
	font-size: 12px;
	font-weight: bold;
}
.pagination .paginateLink {
	text-decoration: none;
}
.rssReaderArea {
	padding: 5px;
	padding-left: 20px;
}


-->
