body {
	margin: 0;
	position: relative;
	bottom: 0;
}

#top {
	background: url(images/topBG.png) repeat-x;
	height: 127px;
}

#logo  {
	background: url(images/logo.png) no-repeat 35px;
	width: 800px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited {
	color: #9e0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

#subContent {
	background: #fff url(images/redStripe.png) repeat-x;
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 25px;
	color: #959595;
	font: normal 11px Tahoma, "Trebuchet MS", Lucida, Verdana;
	display: block;
	text-decoration: none;
}

.left {
	width: 350px;
	padding-right: 15px;
	float: left;
}

ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	padding: 0;
	margin: 15px 0;
}

ul li {
	padding: 0;
	margin: 0 0 0 10px;
}

.right {
	width: 350px;
	padding-left: 15px;
	float: right;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
	padding-top: 15px;
}

html, body {
height: 100%;
}

h1 {
	color: #9e0000;
	font: 20px/25px Tahoma, "Trebuchet MS", Lucida, Verdana;
}

h2 {
	color: #a7a7a7;
	font: 14px/25px Tahoma, "Trebuchet MS", Lucida, Verdana;
	padding-bottom: 0;
	margin-bottom: 0;
}

h1 img {
	position: relative;
	top: 3px;
}

#content {
	width: 100%;
	background: url(images/bgtile.png) repeat 5px;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #f3f3f3;
	font: 11px/18px Tahoma, "Trebuchet MS", Lucida, Verdana;
	display: block;
	position: relative;
}

.center {
	width: 730px;
	padding-right: 35px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}

.blog-entry-date {
	font-size: 10px;
	color: #a6a6a6;
	background: url(images/date.png) no-repeat 0 center;
	line-height: 15px;
	display: table;
	margin-bottom: 10px;
	position: relative;
}

#navcontainer {
	width: 151px;
	height: 125px;
	background: url(images/navbg.png) no-repeat;
	float: right;
	position: relative;
	display: block;
	z-index: 15;
	top: 25px;
}

/* @group horizontal */

/* navcontainer Styles */

#navcontainer .current {


	position: relative;
}

#navcontainer .current:hover {
}

#navcontainer .currentAncestor {
}

#navcontainer a {
	display: block;
	text-align: left;
	text-decoration: none;
	height: 21px;
	z-index: 100;
	top: 0;
	position: relative;
	clear: left;
	color: #fff;
	font: bold 11px/19px Tahoma, "Trebuchet MS", Lucida, Verdana;
	margin-left: 20px;
	margin-right: 25px;
	text-transform: uppercase;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	padding: 0;
	position: relative;
	display: block;
	z-index: 100;
	left: 0;
	top: 0;
	margin: 10px 0 0;
}

#navcontainer ul li {
	position: relative;
	left: 0px;
	z-index: 100;
	clear: left;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: none;
	border: none;
	position: relative;
	z-index: 10;
	color: #656565;
	background: url(images/darkred.png) repeat;
}

*html #navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: underline;
}

/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	left: 127px;
	right: 0;
	display: none;
	z-index: 20;
	width: 100px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	top: -11px;
}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 2px 5px 2px 15px;
	display: block;
	width: 110px;
	color: #ffffff;
	background: url(images/red.png) repeat;
	height: 18px;
	line-height: 19px;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:active, #navcontainer ul ul .currentAncestor , #navcontainer ul ul .current{
	color: #fff;
	background: url(images/reddark.png) repeat;
	border: none;
}

#navcontainer ul ul .sidebar .current {
	color: #fff;
	text-decoration: underline;
	opacity: 0.8;
	background: url(images/reddark.png) repeat;
}

#navcontainer ul ul .current:hover {
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
	background: url(images/reddark.png) repeat;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: -13px;
	display: none;
	visibility: hidden;
}

#navcontainer ul ul ul ul li { 

}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */