body {
		text-align:center;
	}

code, pre {
	font-family: "lucida console", "courier new", courier, monospace;
	font-size: 100%;
	line-height: normal;
}

pre { margin-left: 30px; 
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #f0f0f0;
	padding: 0.5ex 0.5ex 0.5ex 1ex;
}

#frameContainer {
	position: relative;
	width: 90%;
	background: #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}

#frame {
	position: relative;
	left: -2px;
	top: -2px;
	background-color: #ffffff;
	border: 1px solid #555555;
	padding: 2px;
	text-align:left;
	}

.insideFrame {
	background-color: #ffffff;
	border: 1px solid #555555;
	}
	
#header {
	background-color: #d38b17;
	background-image: url(images/dark_logo.jpg);
	background-repeat: no-repeat;
    height: 73px;
	padding: 0px;
	}

#menuBar {
	margin-top: 2px;
	background-color:#d38b17;
	padding: 2px;
	}

#main {
	background-color: #ffffff;
	margin-top: 2px;
	padding: 10px;
	}

.menuItem {
	font-name: verdana, arial, sans serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	padding-right: 15px;
	padding-left: 5px;
    color: #ffffff;
	}

:hover.menuItem {
	color: #d1be17;
	}

.postContainer {
	background: #B0B7CC;
	margin: 5px;
	}
	
.post {
	
	background-color: #ffffff;
	}
	
.postHeader {
	border-bottom: 1px dashed #555555;
	padding: 2px;
	padding-left: 5px;
	color: #d38b17;
	font-weight: bold;
	}
	
.postMain {
	padding: 5px;
	}

.postDate {
	float: right;
	}

.postTitle {
	}

#footer {
    border: 0px solid #000000;
    margin-top: 14px;
    text-align: center;
    font-size: 80%;
}

h3 {
    color: #d38b17;
	font-weight: bold;
    
}

h2 {
    color: #d38b17;
	font-weight: bold;
}

h1 {
    color: #d38b17;
	font-weight: bold;
}

a {
     color: #1861ce;
}

a:hover {
    color: #d38b17;
 }

ul.noBullet {
    list-style-type: none;
}

.devel {
	font-weight: bold;
}

dl {
}

dd {
    margin-top: .5em;
    margin-bottom: .5em;
}

ul.features {
    list-style-type: none;
}

.labels {
		text-align:center;
    margin-top: .5em;
    margin-bottom: .5em;
	}
