body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #a19a9a;
	font-family: Arial,Helvetica,FreeSans,sans-serif;
	font-size: 12px;
}

a img {
	border: none;
}

.mainApp {
	width: 777px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.headerDiv {
	position: relative;
}

.topHeader {
	background-color: #566b7a;
	height: 35px;
	line-height: 35px;
	position: relative;
	witdth: 100%;
	border-bottom: 1px solid white;
}

.topHeaderRight {
	background-image: url('../img/deco_bkgd_2.gif');
	background-repeat: no-repeat;
	background-position: left center; float : right;
	background-color: #a19a9a;
	width: 270px;
	float: right;
	color: #566b7a;
}

.header_body {
	background-image: url('../img/main_head_bkgd_2.gif');
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	margin-top: 1px;
	padding-bottom: 1px;
	height: 173px;
	position: relative;
}

.header_body_right {
	height: 175px;
	position: absolute;
	right: 0;
	top: 0;
	width: 256px;
	background-image: url('../img/bg_73rm.jpg');
}

.custom_border {
	border-top: 3px double;
	clear: both;
	display: block;
	margin-top: 30px;
	opacity: 0.5;
	width: 100%;
}

.menuHolder {
   background-color: #567a61; 
   height: 40px;
   position: relative;
}

.menu_right {
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	background-image: url('../img/nav_right_edge_2.gif');	
	background-color: #566b7a;
	background-repeat: no-repeat; 
}
	
.header_text {
	color: #566b7a;
	text-align: left;
	padding: 20px;
	padding-top: 60px;
	font-weight: bold;
}

.header_delimiter {
    height: 2px;
    line-height: 2px;
    color: white;
    background-color: white;
}

.menu {
	padding-left: 6px;
}

.menuItem {
	background-image: url('../img/nav_arrow_2.gif');
	color: white;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block; 
	height: 40px;
	line-height: 40px;
}

.menuItemLink {
	color: white;
	text-decoration: none;
}

.menuItemLink:hover {
	color: black;
}

.pageContent {
	background-color: white;
	padding: 20px;
	padding-top: 0px;
}

.pagingControls {
	margin: 0 auto;
	padding: 20px;
	width: 200px;
}

.pagingnum {
	
}

.paginginfo {
	
}

.pagingLink {
	color: #ef7929;
}
	
.itemBlock {
	position: relative;
}

.pageLink {
	text-decoration: none;
}

.pagingLink {
	text-decoration: none;
}

.postTitle a {
	color: #ef7929;
	font-weight: bold;
	font-size: 14px;
}

.pageTitle {
	color: #567a61;
	font-weight: bold;
	font-size: 14px;
}

.delimiter {
   height: 16px;
   line-height: 16px;	
}

.rightColumnLink {
	color: #566b7a;
	font-weight: bold;
	font-size: 12px;

}

.blogRightColumn {
    padding-left: 20px;	
}

.commentBlock {
	padding: 20px;
	position: relative;
}

.commentAuthor {
	color: #566b7a;
	font-weight: bold;
	font-size: 12px;
}

.commentContent {
	padding: 7px;
}

.registerInput {
	border: 1px solid #566b7a;
	padding: 3px;
}

.registerLabel {
     padding-right: 10px;	
}

.submitCommentButton {
	padding: 5px;
	border: 1px solid #566b7a;
	cursor: pointer;	
}

.lineDelimiter {
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	padding: 5px;
	color: red;
}

.messageBlock {
     padding: 10px;
     padding-left: 0px;
     font-weight: bold;
     color: red;	
}

.fotterContent {
     text-align: center;
     color: gray;	
}