@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pattern.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
h1 {
	font-size: 18px;
	margin: 0px;
	}
	
h2 {
	font-size: 24px;
	margin: 0 0 0 0;
	}
	
h4 {
	text-align: center;
	color: #000066;
	font-size: 16px;
	}
	
h5 {
	font-size: 16px;
	}
	
h6 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

h6 a, h6 a:visited {
	color: #007ac0;
	text-decoration: none;
	font-weight: bold;
	}
	
h6 a:hover, h6 a:visited:hover {
	color: #a63136;
	font-weight: bold;
	}
	

ul h1 {
	margin-left: -130px;
	}
	
a, a:visited {
	color: #007ac0;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:visited:hover {
	color: #a63136;
	font-weight: bold;
	}
	
h3 {
	font-size: 18px;
	line-height: 28px;
	}
	
small {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#header {
	z-index: 0;
	width: 1000px;
	height: 220px;
	overflow: hidden;
	background-image:url(../images/HeaderBG.jpg);
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	
#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	}
	
#wrapper {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	}
	
#content {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	.height: 600px;
	min-height: 600px;
	}
	
#nav {
	margin-left: auto; margin-right: auto;
	width: auto;
	text-align: center;
	}
	
#nav img {
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	clear: both;
	}
	
.main {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 182px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	}
	
.post  {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 182px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
	}
	
#sidenav {
	float: left;
	width: 182px;
	margin-top: 30px;
	}
	
#sidenav img {
	padding-bottom: 5px;
	border: none;
	}
	
#footer {
	position: absolute;
	left: 50%;
	width: 904px;
	margin-left: -447px;
	top: 192px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
.foot {
	width: 894px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	padding: 5px;
	}
	
.squeezed {
/*	width: 580px;    */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}
	
.squeezed h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 10px 0px;
	}

.squeezed h1 em {
	font-weight: lighter;
	}
	
.squeezed h2 {
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	margin: 0 0 0 -5px;
	}
	
.divide {
	margin: 12px 40px 18px -15px;
/*	background-color: #666666; */
	height: 1px;
	border-bottom: dashed 1px  #999999;
	}
	
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 25px -20px;
	color: #FFFFFF;
	font-size: 32px;
	background-image: url(../images/titleBg.png);
	background-position: top;
	background-repeat: repeat-x;
	}

.specialA a {

	}
	
.commentlist {
	list-style: none !important;
	}