﻿body
{
	font-size: 10pt;
	font-family: 'Trebuchet MS';
	background-image: url(white.jpg);
	background-repeat: repeat-y;
	background-color: white
}

/* ---------------------------------------------------- */
/* Layout		#94a9c6				*/
/* ---------------------------------------------------- */
#page {
	width : 400px;
	margin : 10px auto;
	padding : 5px;
	border : 1px solid #000;
	text-align : left;
}

#leftBar {
	float : right;
	width : 160px;
	padding : 5px;
	margin : 0;
	border: 1px solid;
	border-color: #d0d0d0;
	text-align : left;
}

#contentBorder
{
	/*border-bottom-width: 1px;
	color: #999999;*/
	border-right: #d0d0d0 1px;
	border-top: #d0d0d0 1px;
	border-left: #d0d0d0 1px;
	border-bottom: #d0d0d0 1px dotted;
	margin-bottom: 15px;
}


#centerBar {
	float : right;	
	width : 605px;
	padding : 5px;
	margin : 0px;
	border: 1px solid;
	border-color: #d0d0d0;
	text-align : left;
}

#table {
	margin : 10px auto;
	padding : 5px;
	border : 1px solid #000;
}

#main {
	width : 750px;
	padding : 0;
	margin : auto;
	text-align : left;
}
#wrapper {
	float : right;
	width : 580px;
	margin : 0;
	padding : 0;
	text-align : left;
}
#content {
	float : left;
	width : 400px;
	margin : 0;
	padding : 0;
	text-align : left;
	border: 1px solid;
	border-color: #b5c5d4;
}
#sidebar {
	float : right;
	width : 160px;
	padding : 5px;
	margin : 0;
	border: 1px solid;
	border-color: #b5c5d4;
	background-color:#f6f6f6;
	text-align : left;
}
#extrabox {
	float : left;
	width : 150px;
	padding : 5px;
	margin : 0;
	border: 1px solid;
	border-color: #b5c5d4;
	background-color:#f6f6f6;
	text-align : left;
}

#top {
	margin : 0;
	padding : 5px 10px 10px 10px;
   height: 92px;
   background-image: url(Header_2.jpg);
   background-repeat: no-repeat;
}

#footer {
	clear : both;
	margin : auto;
	padding : 0px 0px 0px 0px;
	background-color: #ffffff;
	
}



.SiteHeader
{
	font-size: 20pt;
	font-family: 'Arial';
	font-weight: bold;
	color: #555555;
}

.SiteHeaderDescription
{
	font-size: 13pt;
	font-family: 'Arial';
	color: #555555;
}

.postBackground
{
}

.postHeader
{
	font-size: 15pt;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: gray;
}

.postInfo
{
	font-size: 8pt;
	font-family: 'Trebuchet MS';
	color: #313131;
	text-transform: none;
	font-style: italic;
}

.postComment
{
	font-size: 8pt;
	font-family: 'Trebuchet MS';
	color: #313131;
	text-transform: none;
	font-style: italic;
}

.sideBarHeader
{
	font-size: 10pt;
	color: #212121;
	font-family: 'Trebuchet MS';
	text-decoration: underline;
}

.sideBarContent
{
	font-size: 9pt;
	color: #212121;
	font-family: 'Trebuchet MS';
}



a:link
{
	color: #727272;
	text-decoration: none;
}

a:visited 
{
	color: #727272;	
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a:active
{
	color: #727272;	
	text-decoration: none;
} 


