body {
	text-align: center; /* To Make Content Centered */
	background-image: url(/images/bluefade_back.png) ;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font: 0.7em Lucida Grande, LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0 0 10px;
}

#bodyIndent {
	height: 276px;
	background-image: url(/images/body_top_bgb.png);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#banner {
	height: 176px;
	position: relative;
	background-image: url(/images/banner.png);
	background-color: #95A1C3;
	background-repeat: no-repeat;
	background-position: 0 0px;
	cursor:pointer;

}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

.clearer {
	clear: both;
}


#container { 
	background: #ffffff repeat-y left url(/images/sidebar_bg.png);
	position: relative;
	text-align: left;
}

#pageHeader {
	height: 10px;	
	background: #95A1C3 repeat url(/images/body_bgb.png);
}

#pageHeader H1, #pageHeader H2  {
	display: NONE;
}

#contentContainer #content {
	padding: 8px;
	line-height: 1.5em;
}

#banner, #container, #footer  {
	width: 800px;
}

#sidebarContainer {
	float: left;
	width: 170px;
}

#contentContainer {
	width: 590px;
	padding: 0px;
	padding-left: 20px;
	display: table-cell;
}

#sidebarContainer #sidebar {
	padding: 0 10px 10px;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 10px 3px;
}

#footer {
	color: #ffffff;
	position: relative;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
#navcontainer {
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
}


#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#navcontainer li {
	position: relative;
	padding-bottom: 0px;
}

#navcontainer a {
	font-size: 9pt;
	background: #ececec;
	margin-top: 0;
	display: block;
	color: #4D5B7D;
	text-decoration: none;
	padding: 7px 10px;
	height: 20px;
	background-image: URL(/images/linkbackb.png);
	border-bottom: 1px #aaa solid;
	font-weight: bold;
}

#navcontainer a:hover {
	background-image: URL(/images/linkbackb2.gif); 
}

* html #navcontainer ul li { height: 1%; }
* html #navcontainer ul li a { height: 20px; }

#navcontainer ul ul {
	width: 170px;
	position: absolute;
	left: 170px;
	text-align: left;
	margin-bottom: 0px;
	top: 0;
}

#navcontainer UL UL a {
	color: #fff;
	height: 14px;
	background: #7D8CB5;
	font-weight: bold;
}



#navcontainer UL UL a:hover {
	color: #fff;
	background: #13214E;
}

* html #navcontainer ul UL li a { height: 15px; }

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;
}


blockquote {
	background: #573940;
}


#container, #footer, .blog-archive-headings-wrapper, .blog-archive-entries-wrapper {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}


.fly {
	margin-top: 5px;
}
	
.fly a:hover {
	display: none;
}
