

html,body {
	padding: 0px;
	margin: 0px;
	font-family: font, "Times New Roman",serif;
	font-style: italic;
	font-size: 18px;
	color: black;
	font-weight: normal;
	height:100%;
	width: 100%;
	text-align:center;

}

body{
	background-color: black
}

li,ul {	padding: 0px;margin: 0px;list-style-type: none;}
* html li.blank {margin-top:-14px}
h1,h2,h3,h4,h5{padding: 0px;margin: 0px;border: 0px none;}
div{ padding: 0px;margin: 0px;}
a {	padding: 0px; margin: 0px; color: black }
img {border: 0px none;padding: 0px;	margin: 0px;}
p{ margin: 0px;	padding: 0px;}
table{	border-collapse: collapse;}

.localizer a,.localizer{font-size: 14px}
#localizer {margin-bottom: 10px}

#container-wrapper{
	position: relative;
	text-align: left;
}
#container{ 
	width: 970px;  
	margin: 30px auto 0px auto;
	background: url('/images/background.jpg');
	
}

#documentImages {width: 680px; margin: 0px auto 0px auto}

#header-wrapper{
	clear: both;
	overflow: auto;
	position: relative;	
	background: url('/images/header.png') no-repeat bottom center;
	height: 160px;
	
}
#header{clear: both; overflow: auto; background: url('/images/top.png') no-repeat top center; padding: 30px 20px 20px 20px}


#main-wrapper{
	clear: both;
	overflow: auto;
	position: relative;
	min-height: 420px;
	padding: 0px 20px 0px 20px;
}
#main{padding: 5px}


#footer-wrapper{
	clear: both;
	overflow: auto;
	text-align: center;
}
#footer{
	background: url('/images/bottom.png') no-repeat bottom center;
	padding-bottom: 20px;
	font-size: 14px;
}

.clear {clear: both; overflow: auto}
.left {float: left}
.right {float: right}
.textCenter{text-align: center}

.page ul{padding-left: 20px; margin-top: 15px; margin-bottom: 15px}
.page ul li {list-style-type: disc}
.page p{margin-bottom: 10px}
.page h2{font-size: 18px}
.page h1{font-size: 22px}

p{margin-bottom: 10px}

.page ol{padding-left: 20px; margin-top: 15px; margin-bottom: 15px}
.page ol li {list-style-type: decimal}
.page p{margin-bottom: 10px}

.post {color: black}
.post ul{padding-left: 20px; margin-top: 15px; margin-bottom: 15px}
.post ul li {list-style-type: disc}
.post p{margin-bottom: 10px}
.post h2{font-size: 18px}

.bold {font-weight: bold}

#logo {}
#menuTop{ padding: 5px 10px 15px 0px; clear: both; overflow: auto}
#menuTop ul{float: right; text-align: right}
	
#menuTop li{display: inline; padding-right: 8px}
#menuTop a{text-decoration: none; font-size: 22px;  font-weight: bold}
#menuTop a:hover{text-decoration: underline}

.parent{font-weight: bold}
.parent a{text-decoration: none}
.parent a:hover{text-decoration: underline}
.child{padding-left: 20px}
.child a{text-decoration: none}
.child a:hover{text-decoration: underline}

.child2{padding-left: 20px}
.child2 a{text-decoration: none}
.child2 a:hover{text-decoration: underline}

.post-year{font-weight: bold}
.post-month{list-style-type: square; padding-left: 0px; margin-left: 20px; }
.post-month a{text-decoration: none}

.post-title{padding-left: 25px}
.post-title a{text-decoration: none; font-size: 14px}
.post-title a:hover{text-decoration: underline}

.left33{float: left; width: 33%}
.left67{float: left; width: 67%}
.left20{float: left; width: 20%}
.left80{float: left; width: 80%}

ul.mini-gallery {clear: both; overflow: auto; padding: 0px}
ul.mini-gallery li{float: left; margin-right: 10px; list-style-type: none}

#navigation{position: absolute; top: 25px; right: 25px}


form input, form textarea, form select{
	background-color:#FFFFFF;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c1c1c1;
	margin:0px 0px 0px 0px;
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	padding:1px 1px;
	
	
}