body {
	margin : 0;
	padding : 0;
	text-align : left;
	color : #333;
	background : #c0c0a0  repeat-y top center;
	font : 80% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}

#container {
	width : 900px;
	margin : 0 auto;
	padding : 0;
	color : #aaa;
	background : White;
}
			/*BANNER*/
#banner {
	float : left;
	width : 900px;
	height : 150px;
	padding : 0;
	margin-bottom : 0;
	top : 50px;
}
			/*MAIN CONTENT*/
#content {
	padding : 0 2px 0 2px;
	width:560px;
	margin-left : 170px;
	margin-top : 0;
	color : #000000;
	line-height : 1.8em;
}

#content h1 {
	padding : 20px 0 0 0;
	font : normal 1.4em verdana, tahoma, arial, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	background : inherit;
	text-align : center;
}
			/*LEFT SIDEBAR*/
#sidebar {
	float : left;
	width : 150px;
	margin : 0 0 0 0;
	padding : 2px;
}
			/*NAVIGATION*/
#sidebar .menu {
	margin-bottom : 20px;
	width : 150px;
	padding : 2px 0 0 0;
}

#sidebar .menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
#sidebar .menu li {
	margin : 0 0 0.2em 0;
}

#sidebar .menu a {
	display : block;
	font-size : 11px;
	color : White;
	background : #2F4F4F;
	width : 120px;
	padding : 0.5em 0.8em;
	text-decoration : none;
	border-left : 10px solid #c0c0a0;
}

#sidebar .menu a:hover {
	border-left : 10px solid #2F4F4F;
	background-color : #c0c0a0;
	color : #fff;
}

.links {
	font-size : 12px;
	text-transform : uppercase;
	color : #333;
	letter-spacing : 3px;
}

.indexText {
	font-size : 11px;
	color : Black;
}

			/*RIGHT SIDEBAR*/
#sidebar-b {
	float : right;
	width : 150px;
	margin : 0 0 0 0;
	padding : 5px;
}		
	
			/*NAVIGATION*/
#sidebar-b .menu {
	margin-bottom : 20px;
	width : 150px;
	padding : 2px 0 0 0;
}

#sidebar-b .menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#sidebar-b .menu li {
	margin : 0 0 0.2em 0;
}

#sidebar-b .menu a {
	display : block;
	font-size : 11px;
	color : White;
	background : #2F4F4F;
	width : 120px;
	padding : 0.5em 0.8em;
	text-decoration : none;
	border-right : 10px solid #c0c0a0;
}

#sidebar-b .menu a:hover {
	border-right : 10px solid #2F4F4F;
	background-color : #c0c0a0;
	color : #fff;
}
			/*FOOTER*/
#footer {
	clear : both;
	padding : 5px;
	margin-top : 5px;
	height : 50px;
	font-size : 0.9em;
	border-top : 1px solid #515244;
	color : #eee;
	background : #2F4F4F; /*DarkGreen 406020, DarkSlateGray 2F4F4F */
	text-align : center;
}

#footer a:link, #footer a:visited {
	background : inherit;
	color : #acaf2c;
	text-decoration : none;
}

#footer a:hover {
	border-bottom : 1px dashed #858563;
	background : inherit;
	color : #858563;
}
			/*TYPOGRAPHY*/
h1 {
	margin : 5px 0 10px 0;
	font : normal 1.4em verdana, arial, tahoma, sans-serif;
	text-transform : uppercase;
	background : inherit;
}

blockquote {
	font-weight : bold;
	font-style : italic;
}
			/*LINKS*/
a {
	color : #2F4F4F;
	font-weight : bold;
	text-decoration : none;
	background : inherit;
}

a:hover {
	text-decoration : none;
	color : #369;
	background : inherit;
}

a img {
	border: 0;
}

			/*CLASS*/
.clear {
	clear : both;
	overflow : hidden;
	width : 0;
	height : 1px;
}
.post {
	background-color : #404040;
	padding : 3px;
	margin : 20px 10px 0 5px;
	border : 0 dashed #8a795d;
	font-size : 80%;
}

.post .date {
	background : url(img/clock.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
}
.post .comments {
	background : url(img/comment.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
}

.post .readmore {
	background : url(img/document.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
}

.TitleBar
{
	background-color:#2F4F4F;
	color:White;
}