/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: #808080;
	color: #000000;
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

p {
}

h1 {
	font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
	font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

b {
}

strong {
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #008000;
}

img {
	border: none;
    padding-right: 20px;
}

.image-right {
	float: right;
	padding: 20px;
    padding-right: 0px;
}

.image-left {
	float: left;
	padding-bottom: 20px;
    clear: both;
}

ul {
	margin: 0px;
}

/* @end */

/* @group Layout */

#container { 
	width: 900px;
	margin: 0px auto 0px;
    margin-bottom: 30px;
	text-align: left;
	background: url(images/contentbg.gif) repeat-y;
}

#pageHeader {
	height: 160px;
	background: url(images/header_bg.jpg) no-repeat;
}

#navcontainer {
	padding-left: 75px;
	height: 50px;
	background: url(images/mainnavbg.jpg) no-repeat;
}

#sidebarContainer {
	width: 175px;
	margin-left: 50px;
	float: left;
}

#sidebarContainer h1 {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 20px;
}

#sidebarContainer #subnavcontainer {
	padding-top: 20px;
}

#sidebarContainer #sidebar {
    padding-left: 20px;
    padding-right: 20px;
}

#maincontent {
	width: 575px;
	margin-right: 50px;
	padding: 25px;
	padding-bottom: 50px;
	float: right;
	background: #ffffff;
}

#flashcontent {
    text-align: center;
}

#footer {
	clear: both;
	height: 50px;
	text-align: center;
	color: #ffffff;
	background: url(images/footer.jpg) no-repeat;
}

/* @end */

/* @group Toolbar */

/* Navigation Styles */

#navcontainer #current {
	color: #ffffff;
    height: 41px;
//	background: url(images/currentbg.jpg) no-repeat;
	text-shadow: 0px 0px 16px #000000;
}

#navcontainer .currentAncestor {
	color: #ffffff;
    height: 41px;
//	background: url(images/currentbg.jpg) no-repeat;
	text-shadow: 0px 0px 16px #000000;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a {
	height: 41px;
	width: 125px;
	color: #008000;
	display: block;
	padding-top: 7px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #00ff00;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}


#sidebarContainer .sideHeader {
	padding: 0;
	margin: 0;
}

/* Split Navigation */
/* Sublevels */

#subnavcontainer #current {
}

#subnavcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#subnavcontainer ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#subnavcontainer ul a {
	display: none;
}

/* Child - Level 1 */

#subnavcontainer ul ul {
}

#subnavcontainer ul ul li {
	margin: 0;
}

#subnavcontainer ul ul a {
	height: 24px;
	width: 155px;
	color: #000000;
	display: block;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
}

#subnavcontainer ul ul a:hover {
	background: #eeeeee;
}

#subnavcontainer ul ul #current{
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

#subnavcontainer ul ul .currentAncestor {
	height: 25px;
	width: 155px;
	color: #000000;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
}

/* Child - Level 2 */

#subnavcontainer ul ul ul {
}

#subnavcontainer ul ul ul li {
}

#subnavcontainer ul ul ul a {
	text-indent: 20px;
	font-size: 12px;
}

#subnavcontainer ul ul ul a:hover{
}

/* @end */

#footer a:link, #footer a:visited {

}

#footer a:link, #footer a:visited {

}

#footer p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
	
#footer .tm {
	font-size: 10px;
	padding: 0;
	padding-top: 6px;
	font-style: italic;
}
	
.blog-entry-title {
    padding-bottom: 10px;
}

.blog-entry-date {
    font-style: italic;
	font-size: 90%;
    padding-bottom: 30px;
}
	
.blog-entry-body {
    padding-bottom: 50px;
}

.blog-archive-link {
    display: none;
}

.blog-archive-month {
    padding-bottom: 20px;
}

/* @group Global Classes */

/* Table Styles */
table {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}

/* @end */

