@charset "utf-8";
#HeaderBox {
	float: left;
	height: 100%;
	width: 100%;
}
#Logo {
	position:absolute;
	top:1em;
	left: 20em;
	z-index: -1;
	
	}
#navBar {
	list-style-type: none;
	background-color: #000;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-style:solid
	border-width: medium;
	border-style: solid;
	border-right-style: double;
	
}

#footer {
	background-color:#000;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	text-align:center;
	border-top: 6px solid #ddd;
	border-bottom: 6px solid #ddd;
}
a {
text-decoration: none;
color: #FFFFFF;
}

a:hover, a:active {

	color: #800000 ;

	}

a.text {
	color:000;
	}

#navBar ul li {
	font-size: 1.4em;
	padding: 0 20px;
	border-left: 3px solid #252525;
	list-style-type:none;
display: inline;
text-align:center
		
}
#navBar ul li.f {
	border: 0;
}
.content {
float:left;
vertical-align: text-top;
padding: 5px;
}

.center {
padding: 2px 2px;
}

.title {
	font-family: Tahoma, Geneva, sans-serif;
}

.subTitle {
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom:8px;
	border-bottom:4px solid #ddd;
}
.nameTitle {
	font-size: 1.4em;
	position: relative;
	border-bottom:2px solid #ddd;
	}

.title1 {
	font-size: 1.6em;
	padding: 2px;
	}
.title2 {
	font-size: 1.2em;
	color:red;
	}
.title3 {
	font-size: 1.2em;
	color:gray;
	padding: 1px;
	font-weight:normal;
	}
.ref {
	font-size: 1.2em;
	color:blue;
	padding: 1px;
	}

.para {
	font-size: 1.4em;
	position: relative;
	}

.para2 {
	font-size:1.2em;
	position:relative
	}
	

.clearfloat:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

	}



.clearfloat {

	display: inline-block;

	}

.post {
    padding-bottom: 2em;
		font-family: Tahoma, Geneva, sans-serif;
}
.post-title {

    font-size: 1.2em;
    color: #222;
    margin-bottom: 0.2em;
}
.post-author {
	color: #000;
	}

.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}