body {
	background: #444444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited
{
	color: #006600;
	text-decoration: none;
}

a:hover
{
	color: #ff9934;
	text-decoration: underline;
}

#header {
	background: repeat-y #F5F5F5;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 16px;
	padding: 0px;
	margin-bottom: 0;
	height: 40px;
}

#banner {
	background: repeat-y #F5F5F5;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 16px;
	padding: 0px;
	margin-bottom: 0;
	height: 116px;

}

#banner .text {
	color: #2E2E2E;
	text-align: center;
	margin-left: 230px;
	padding-top: 10px;

}

#banner .text h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 2px 2px 3px gray;
	margin: 0px;
	margin: 0px;
}

#banner .text h2 {
	font-size: 12px;
	font-weight: normal;
}


#bannerTitle {
	float: left;
	margin-bottom: -6px;
}

.logo {
	float: left;
	margin-left: 50px;
	margin-top: -6px;
}


#container {
	margin: 8px auto 10px auto;
}

#navcontainer
{
	border-bottom: 1px solid #B7B7B7;
	height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right: 16px;

}

#central {
	background: repeat-y #F5F5F5;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 16px;

}

#content {
	background: repeat-y #F5F5F5;
	padding: 0px;
	margin-right: 225px;
	margin-left: 35px;

}

#content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 5px 12px;

}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 8px 0px;

}

#content p {
	margin: 0px;
	padding-bottom: 8px;
}

#content ul {
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
}



.boxWideTop {
	background: repeat-y #FAFAFA;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 12px;

}

.boxWideContent {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #FAFAFA;
	color: #444;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;

}

.weblogDateHeader {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: left;

}

.weblogPost + .weblogPost {
	border-top: 1px solid #A0A0A0;
	padding-top: 12px;
	padding-bottom: 12px;
	clear: left;
}



.postInfo {
	text-align: center;
	float: left;
	width: 82px;
	margin-bottom: 12px;

}

.postInfo a, .postInfo a:link, .postInfo a:visited {
	color: black;
}

.postInfo a:hover {
	text-decoration: none;
	color: #ff9934;
}

.postContent {
	margin-left: 94px;
}

.postDate {
	color: rgb(128, 128, 128);
}

.postTitle {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px #B7B7B7 solid;
}

.postTitle a { color: inherit; }

.boxWideBottom {
    border-top: 1px solid #CCCCCC;
	height: 32px;
}

#sidebar-a {
	background: right  repeat-y;
	float: right;
	width: 190px;
	margin: 0;
	margin-right: 10px;
	padding: 0px;
}

#sidebar-a h1 {
        font-size: 13px;
        font-weight: bold;
        color: #333;
        margin: 0px 0px 5px 12px;
}


#sidebar-a p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 8px 0px;
}


.boxThinTop {
	xbackground: url(../images/boxThinTopBorder.png) no-repeat;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
	background: #FAFAFA;

	xwidth: 190px;
	height: 12px;
}

.boxThinContent {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #FAFAFA;
	color: #444;
	font-size: 11px;
	padding-right: 12px;
	padding-left: 12px;
}

.boxThinBottom {
	background: url(../images/boxThinBottomBorder.png) no-repeat;
	width: 190px;
	height: 32px;
}

#bottom {
	border-top: 1px solid #B7B7B7;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 8px;
	clear: both;
}

#notice {
	color: #444;
	font-size: 11px;
	margin-right: 330px;
	margin-left: 8px;
}
	
#footer {
	background: repeat-y #F5F5F5;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	margin-top: 0;
	height: 40px;

}

.cleanHackLeft {
	clear: left;
	height: 1px;
}

.cleanHackBoth {
	clear: both;
	height: 1px;
}

