﻿* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; 
}
body {
	background: #404040;
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 2.2em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.2em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

#LayoutWrapper {
	margin: 0px auto 0;
	width: 780px;	
}
#LayoutContainer {
	background: #FFF;
	padding: 0 5px;
}
#EdgeTop, #EdgeBottom {
	background: url('../Images/LayoutEdges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#EdgeBottom {background-position: left bottom;}

.SiteCaption {
	background: #C5DEF0 url('../Images/SiteCaption.jpg') repeat-x left top;
	padding: 6px 18px;
}
#SiteCaption h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#SiteCaption h1,#SiteCaption h1 a {color: #507A9A;}
#SiteCaption h1 a {text-decoration: none;}
#SiteCaption h1 a:hover {color: #305A7A}
#SiteCaption h2 {
	padding-top: 0.9em;
	font: normal 1.1em sans-serif;
	color: #679;
}

.SeparatorTop {
	background: url('../Images/SeparatorTop.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

#MainLeftSide {
	width: 545px;
}
#MainRightSide {width: 220px;}

#Footer {
	background: #A3B5C1 url('../Images/Footer.gif') no-repeat left top;
	padding: 8px 12px 4px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#Footer .right {color: #C8DBE8;}
#Footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#Footer .right a:hover {
	color: #FFE;

}

.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer,.Space {
	display: block;
	font-size: 0;
	line-height: 0;
}

.Asterix
{
	color:#666666;
	font-size:11px;
	font-weight:900;	
}

.Post {
	margin-bottom: 5px;
	color: #444;
}
.PostTitle {
	background: #E8E8E8 url('../Images/PostTitle.gif') no-repeat left top;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.PostTitle h1 {font: bold 0.9em Verdana,sans-serif;}
.PostTitle h1 a {color: #444;}
.PostTitle h1 a:hover {
	color: #469;
}
.PostTitle h1.left {width: 380px}

.PostBody {
	background: #F5F5F5 url('../Images/PostBody.gif') repeat-x left top;
	padding-top: 18px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 14px;
}

.Box {margin-bottom: 5px;}
.BoxTitle {
	background: #C6D2DB url('../Images/BoxTitle.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.BoxBody {
	background: #DAE3E9 url('../Images/BoxBody.gif') repeat-x left top;
	font-size: 0.9em;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.BoxBottom {
	background: url('../Images/BoxBottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.Box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.Box li:first-child {border-top: none;}
.Box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.Box ul a {text-decoration: none;}
.Box ul a:hover {text-decoration: underline;}

.Navigation {
	margin-bottom: 5px;
	background-color: #ddebf4;
	background-image: url('../Images/PageNavigationTop.gif');
	background-repeat: no-repeat;
}
.PageNavigationBottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('../Images/PageNavigationBottom.gif') no-repeat;
}
.PageNavigation {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.PageNavigation a {
	color: #6A7DA4;
	text-decoration: none;
}
.PageNavigation a:hover {
	color: #002;
	text-decoration: underline;
}

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
