body {
	margin: 0px;
	background-image: url(images/back_innerPage.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 120%;
}

p {
	margin-top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A49F9B;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A49F9B;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A49F9B;
	margin-bottom: 0px;
}

a:link {
	color: #9B8099;
}

a:visited {
	color: #9B8099;
}

a:active {
	color: #9B8099;
}

a:hover {
	color: #A22427;
	text-decoration: none;
}

.contentNav {
	background-color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C5C5C5;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	top: 10px;
}
.contentNav a:link, .contentNav a:visited, .contentNav a:active {
	display: block;
	border-bottom: 1px solid #F5F5F5;
	font-weight: 400;
	padding: 1px 0px 1px 10px;
	color: #999999;
	text-decoration: none;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.contentNav a:hover{
	border-bottom: 1px solid #AA97A7;
	background-color: #C9B8C7;
	background-image: none;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}

.contentNav-header {
	display: block;
	padding-bottom: 3px;
	font-size: 11px;
	color: #999999;
	padding-top: 1px;
}

.contentNav-selected {
	display: block;
	border-bottom: 1px solid #F5F5F5;
	font-weight: 400;
	padding: 1px 0px 1px 6px;
	color: #5D5D5D;
	text-decoration: none;
	background-color: #E7DEE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #995379;
}

.SectionTitle {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	margin-bottom: 14px;
	display: block;
	margin-top: 8px;
	margin-left: 1px;
}

.SectionSubTitle {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	margin-bottom: 14px;
	display: block;
	margin-left: 2px;
	line-height: 17px;
}

.sectionByline {
	font-size: 11px;
	color: #888888;
	display: block;
	margin-bottom: 20px;
	line-height: 13px;
	margin-left: 14px;
}

div#footer {
	font-size: 9px;
	text-decoration: none;
	color: #999999;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
	text-align: center;
	display: block;
}

div#footer ul {
	list-style-type: none;
	padding: 0px 0 0;
	margin: 0px;
}
div#footer ul li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

div#footer li a:link, div#footer li a:visited, div#footer li a:active {
	color : #969696;
	text-decoration : none;
	
}

div#footer li a:hover {
	color : #990000;
	background-color : #fff;
	border-bottom : 4px solid #C9B8C7;
}

.footer-detail {
	font-size: 9px;
}
div#sidebar {
	padding-top: 100px;
}

.innerPage-img {
	margin-right: 7px;
	margin-top: 2px;
	padding-right: 7px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	float: left;
}
.comment-form table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
}

.comment-form input, .comment-form select, .comment-form textarea  {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.comment-form form {
	background-color: #EFE9EE;
}

