html, body {
	height:100%;
}

body {
	font: 12px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #111;
    background: #fff url(/images/body_bg.png) repeat-y;
    background-position: 49.999% top;
	margin: 0;
	padding: 0;
       text-align: center;
	overflow-y:scroll;
}

strong {
	font-weight: bold;
	letter-spacing: 1px;
}

a {
	color: #00479a;	
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border-style: none;
}

#browserMinHeight {
	width:0px;
	height:100%;
	float:left; 
	margin: -105px 0 -50px 0;	
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float:right;
}
	
#container {
	width: 790px;
	height: 100%;
	margin: 0 auto 0 auto;
    text-align: left;
}

#pageHeader {
	height: 75px;
	background: url(/images/header_bg.png) no-repeat;
	padding: 15px 20px 15px 107px;
}

#pageHeader h1, #pageHeader h2, #pageHeader label {
	color: #fff;
	font-weight: normal;
	margin: 0;
}

#pageHeader h1 {
	font-size: 28px;
	padding: 7px 0 0 0;
	letter-spacing: 6px;
}

#pageHeader h2, #pageHeader label {
	padding: 0 0 0 4px;
	font-size: 12px;
	letter-spacing: 4px;
}

#contentContainer {
	width: 533px;
	padding: 0 30px 0px 35px;
	margin: 0;
	float: left;
}

#sidebarContainer {
	width: 151px;
	float: left;
	padding: 0 15px 0 20px;
	margin: 0 6px 0 0;
}

#footer {
   clear: both;
   background: url(/images/footer_bg.png) no-repeat;
   font-size: 11px;
   height: 50px;
}

#footer p {
	padding: 20px 40px 0 40px;
	color: #fff;
}

#footer a {
	color: #fff;
}

ul.pagenav {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #aaa;
}

 ul.pagenav li {
   margin: 0;
   padding: 0 0 0 30px;
   list-style: none;
   display: inline;
}

 ul.pagenav li a.selected {
       color: #333;
}

ul.navcontainer {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0;
	font-weight: bold;
}

ul.navcontainer li {
        margin-top: 10px;
}

ul.navcontainer li a {
        display:block;
}

ul.navcontainer li a.selected {
       color: #333;
	background: url(/images/nav_arrow.png) no-repeat;
	background-position: right center;
	margin-right: -20px;
}

blockquote {
	border: 1px solid #aaa;
	padding: 10px;
	font-style: italic;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5 {
	color: #00479a;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 3px;
	padding-top: 1ex;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

pre {
	background: #e6e6e6;
        overflow:auto;
}

.blog_entry h1 {
	border-top: 1px solid #aaa;
}
