﻿html,
body {
   	margin:					0;
   	padding:				0;
   	/*height:				100%;*/
	color:					#3a3a3a;
	font-family:			Verdana;
	font-size:				10pt;
	line-height:			14pt;
	background-color:		#E6E6E6;
}
a, a:visited {
	text-decoration:		none;
	color: 					#787878;
}
a:hover {
	text-decoration:		none;
	color:					#000000;
}
a.linkselected:active{
	text-decoration:		none;
	color:					#787878;
}

a.menulink:link, a.menulink:visited {
	text-decoration:		none;
	color: 					#787878;
}
a.menulink:hover {
	text-decoration:		none;
	color:					white;
}
a.menulinkselected{
	text-decoration:		none;
	color:					white;
}
h1 {
	font-family:			Verdana;
	font-size:				10pt;
	font-weight:			bold;
	color:					#000
}
h1.purple {
	font-family:			Verdana;
	font-size:				10pt;
	font-weight:			bold;
	color:					#5A00BE;
}
h2{
	font-family:			Verdana;
	font-size:				10pt;
	font-weight:			normal;
	color:					#5A00BE;
}
.clear{
	clear:  				 right;
}
a.BlogPTitle, a.BlogPTitle:visited {
	font-weight:			bold;
	color:					#000000;
}

a.BlogPTitle:hover {
	font-weight:			bold;
	color:					#787878;
}

#Navigation h2{
	font-family:			Verdana;
	font-size:				10pt;
	font-weight:			bold;
	color:					#787878;
}

#Container {
   	min-height:				100%;
   	position:				relative;
   	width: 					800px;
	margin: 				0px auto 0px auto;
	padding-bottom:			31px;
}
#Header {
	width:					800px;
	height:					100px;
	position: 				relative;
	background:				url('images/borderTop.gif') no-repeat;
	margin:					25px 0px 0px 0px;
}
#Logo{
	display: 				block;
	width:					222px;
	height: 				57px;
	position: 				absolute;
	top: 					6px;
	left: 					0px;
	border-left:			1px solid #3a3a3a;
	padding:				37px 0px 0px 22px;
	background-color:		#FFF;
}
#PayOff {
	width:					539px;
	height: 				39px;
	padding: 				0;
	position: 				absolute;
	top: 					6px;
	right: 					0px;
/*	background-color:		#5a00be;*/
	border-right:			1px solid #3a3a3a;
	font-family: 			Verdana;
	font-weight:			bold;
	font-size: 				large;
	color: 					white;
	padding-top:			59px;
	padding-left:			15px
}
#Body {
   	padding:				0px;
   	height					100%;
	border-right:			1px solid #3a3a3a;
	border-left:			1px solid #3a3a3a;
	background-color:		#FFF;
}
#Leftnavholder{
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					244px;
	background-image:		url('images/1pxborder.gif');
	background-repeat:		repeat-y;
	background-position:	244px;
}
#Navigation{
	height:					410px; /*455px 208px;*/
	border-top:				none;
	border-bottom:			none;
	background:				#3a3a3a;
	padding:				25px;
	padding-top:			15px;
	color:					#787878;
	font-family:			Verdana;
	font-size:				10pt;
	line-height:			14pt; /* 14pt 20pt */
}
#QuickContent{
	padding:				20px;
	background:				#3a3a3a;  /* nw */
	color:					#787878; /*	#5A00BE; */
	font-family:			Verdana;
	font-size:				10pt;
}
#Content{
	margin:					0px 0px 0px 0px;
	width:					506px;
	height:					425px;
	padding:				15px 20px 55px 25px;
	background-image:		url('images/1pxborder.gif');
	background-repeat:		repeat-y;
	background-position:	left top;
	overflow:				auto;
}
#BlogContent{
	margin:					0px 0px 0px 0px;
	width:					506px;
	min-height:				875px;
	padding:				15px 20px 55px 25px;
	background-image:		url('images/1pxborder.gif');
	background-repeat:		repeat-y;
	background-position:	left top;
	overflow:				hidden;
}

/* FOOTER */
#Footer{
	position:				absolute;
	bottom:					0;
	width:					100%;
	height:					31px;   /* Height of the footer */
	background:				url('images/borderBottom.gif') no-repeat bottom left;
	margin:					0px 0px 0px 0px;
}
#FooterContent{
	border:					1px solid #3a3a3a;
	border-bottom:			none;
	border-top:				none;
	background-color:		#5a00be;
	font-family: 			Verdana;
	font-weight:			bold;
	font-size: 				11pt;
	color: 					white;
	text-align: 			center;
	height:					21px;
	padding:				5px 0px 0px 0px;
}