body {
	background: #FFFF99;
	color: #333333;
}

a:link, a:visited {
	text-decoration: none;
	color: #2960c6;
	border-bottom: 1px dotted #2960c6;
}

a:active, a:hover {
	color: #FFFFFF;
	background-color: #2960c6;
	text-decoration: underline;
	border-bottom: none;
/*	color: #666666; */
}

a.noborder, a.noborder img {
	border: none;
	text-decoration: none;
}

.noborder a, .noborder a:link, .noborder a:visited, .noborder a:hover, .noborder a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.borderBottom {
	border-bottom: 1px solid gray;
}

#container { 
	background: #FCFBF7 repeat-y right url(../../images/rvgeeks/sidebar_right_bg.png); /* This Is The BG Color Of The Main Div */
}

#pageHeader {
	background: url(../../images/rvgeeks/rvgeeks-header-2009.jpg) no-repeat center center;
}

#pageHeader a:link, #pageHeader a:visited {
	color: #FFFF00;
	border: none;
}

#pageHeader a:active, #pageHeader a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #333333;
	background: none;
}

#contentContainer {
	background: #FCFBF7;
}

#content .image_upper_right {
	position: absolute;
	right: 40px;
	top: 15px;
	width: 125px;
	margin-right: 10px;
	font-size: 14px;
	background: #e6e6e6;
	padding: 5px;
}

.question {
	color: #BC290C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}

.answer {
	color: #BC290C;
	padding: 0px;
	line-height: 1.2em;
	margin: 0px;
}

.comment {
	font-style: italic;
	list-style-type: none;
	line-height: 1.2em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.blank {
	list-style-type: none;
	line-height: 0.1em;
}

.large {
	line-height: 30px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
}

/* .head_large {
	font-size: 36px;
	line-height: 0.95em;
	padding: 5px;
	text-align: center;
	background: url(../../images/rvgeeks/head_bg.png) no-repeat 60px -3px;
	height: 85px;
	padding-right: 150px;
	margin-top: 10px;
	margin-bottom: -15px;
	font-variant: small-caps;
} */
.sign {
	position: absolute;
	top: 15px;
	right: 40px;
}

.sign a, .sign a:link, .sign a:visited, .sign a:hover, .sign a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.head_large {
	position: relative;
	top: 15px;
	font-size: 36px;
	line-height: 0.95em;
	padding: 5px;
	text-align: center;
	background: url(../../images/rvgeeks/head_bg.png) no-repeat center -3px;
	height: 85px;
	margin-top: 10px;
	margin-bottom: -15px;
	font-variant: small-caps;
}

.head_italic {
	font-style: italic;
	font-size: 26px;
	margin-top: 0px;
}


.head_block_small {
	height: 85px;
	padding-right: 150px;
	margin-top: 10px;
	margin-bottom: -15px;
	font-variant: small-caps;
	font-size: 36px;
	line-height: 0.95em;
	padding: 5px;
	text-align: center;
	background: url(../../images/rvgeeks/head_bg.png) no-repeat center 0;
}

.head_block_large {
	display: block;
	text-align: center;
	font: small-caps 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
	padding-top: 0px;
	line-height: 60px;
	background: url(../../images/rvgeeks/background_header_block_large.png) no-repeat center 0;
}

#content h1, h2{
	text-align: center;
	line-height: 0.75em;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 0px;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

#content h3 {
	font-size: 22px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

#sidebarContainer .sideHeader {
	background-color: #f4eee1;
	color: #797f7a;
}

#navcontainer {
	background: repeat-x url(../../images/rvgeeks/toolbar_bg.png);
	height: 25px;
	position: relative;
	z-index: 500;
	padding: 0px;
}

#navcontainer #current {
	background: url(../../images/rvgeeks/button_over.png) repeat-x left top;
	color: #2E7BE6;
	height: 25px;
	text-decoration: none;
	border-left: 1px solid #fcfbf7;
	padding-bottom: 0px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(../../images/rvgeeks/button_over.png) repeat-x left top;
}

#navcontainer a {
	color: #FFFF99;
	text-shadow: 1px 1px 2px #333333;
	width: 100%;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	font-variant: small-caps;
}

#navcontainer a:hover {
	background: url(../../images/rvgeeks/button_over.png) repeat-x center top;
	color: #2E7BE6;
	width: 100%;
}

#navcontainer ul ul {
	border-bottom: 3px solid #8ecf0b;
}

#navcontainer ul ul a:hover{
	color: #8ecf0b;
}

#navcontainer ul ul .currentAncestor {
	color: #8ecf0b;
	background: url(../../images/sub_button.png) repeat;
}

html>body #navcontainer ul ul .currentAncestor {
	background: repeat url(../../images/sub_button_trans.png);
}

#breadcrumbcontainer {
	background: #97a8bc;
	font-size: 0.9em;
	color: #808ea0;
	font-weight: bold;
	height: 20px;
	padding-left: 40px;
	padding-right: 20px;
}

#breadcrumbcontainer a {
	color: #ffffff;
}

#breadcrumbcontainer a:hover {
	color: #6a7a90;
}

.blog-entry-title {
	color: #313534;
}

.blog-entry-date {
	color: #b3b3b3;
}

.testimonial {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 2px solid #999999;
}