@charset "utf-8";
@import url(blog.css);

a,div,p,span,body {
	color: #FFFFFF;
	font: normal 12pt;
	font-family: "Segoe UI","Trebuchet MS","lucida grande", "lucida sans unicode", sans-serif;
	line-height: 1.3em;
}
a[target="_blank"], a[href^="http:"]
{
border-bottom: none;
	padding-right: 14px;
	background-image: url(../img/external.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a {
	border-bottom: 1px dashed #DCDCDC;
	color: #DDDDE6;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

body {
	background: #333333; /* repeat-x url(../img/bg.png); */
	height: 100%;
	margin: 0;
	padding: 0;
}

div.section {
	margin: 0 16px 20px 0;
	padding: 0;

}

div.section div.sectionBody {
	background-image: url(../img/section-bg.gif);
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 0.1em;
}

div.section div.sectionBottom {
	background-image: url(../img/section-bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}

div.section h1 {
	background: url(../img/section-top.gif) no-repeat;
	font-size: 12pt;
	height: 28px;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
}

div.section h2{
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
}

div.section p{
	letter-spacing: 0.075em; /*padding: 0.5em;*/
	line-height: 1.2em;
	margin: 0 0 0.75em 0;
}

div.wide  {
	width: 680px;
}

div.wide div.sectionBody {
	background-image: url(../img/section-wide-bg.gif);
}

div.wide div.sectionBottom {
	background-image: url(../img/section-wide-bottom.gif);
}

div.wide h1 {
	background: url(../img/section-wide-top.gif) no-repeat;
	width: 680px;
}

img.img {
	margin: 2px 0 0 0;
}

ul li {
	background-image: url(../img/bullet.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	list-style: none outside;
	margin: 0 0 0 0px;
	padding-left: 16px;
}

ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 16px;
}

ul#menu {
	float: right;
	margin: 0 20px 0 0;
}

ul#menu li {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	display: inline;
	margin-left: 0.5em;
	padding-left: 0px;
}

ul#menu li a {
	font-size: 80%;
	font-weight: bold;
}

.caption{
	font-size: 80%;
	letter-spacing: 0.2em;
	margin-top: 0;
	text-align: center;
}

.clear{
	clear: both;
}

.colL {
	float: left;
	margin-right: 10px;
	width: 330px;
}

.colR {
	float: right;
	margin: 0 0 0 10px;
	padding-top: 6px;
	width: 330px;
}

.colSpan {
	clear: both;
	width: 710px;
}

.tag{
	clear: both;
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 0.3em;
}

#central{
	float: left;
}

#centralBottom{
	clear: both;
	margin-bottom: 2em;
}

#content {
	background: url(../img/bg.png) #262651 no-repeat 0 -97px;
	left: 50%;
	margin-left: -390px;
	min-height: 600px;
	position: relative;
	width: 780px;
}

#footer{
	left: 50%;
	margin-left: -343px;
	position: relative;
	text-align: center;
	width: 686px;
	font-size: 90%;
	margin-top: 2px;
}

#footer a {
	color: White;

}

#header{
	background: url(../img/header.png) no-repeat;
	height: 162px;
	left: 50%;
	margin-left: -390px;
	margin-top: 0;
	position: relative;
	width: 780px;
}

#navbar{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	float: right;
	height: 24px;
	margin-bottom: 10px;
	width: 380px;
}

#navbar a, #sideBar a {
	border-bottom: none;
	color: #FFFFFF;
}

#sideBar{
	float: left;
	padding-left: 8px;
	width: 64px;
}

#sideBar a:hover{
	border-bottom: none;
}

#sideBar img {
	border: none;
}

#sideBar li {
	background-image: none;
	background-position: 0;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 0px;
}

#sideBar ul{
	margin: 0;
	padding: 0;
}