@charset "utf-8";
/* CSS Document */

#container {
	position:relative;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:0px;
	height:120px;
	background-image:url(../images/page_template/title-big.png);
	background-repeat: no-repeat;
	background-position: left 35px;
}
body {
	background-image: url(../images/page_template/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #200402;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height: auto;
	margin-bottom: 0px;
	display: inline-block;
	padding-top: 5px;
}
.box {
	float: left;
	margin-right: 4px;
}

#content {
	background-color: #ede4e3;
	margin-top: 20px;
	border: medium solid #EEE;	/*display: inline-block;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.left-side {
	width: 500px;
	float: left;
}
.right-side {
	float: right;
	width: 380px;
	clear: right;
}
.right-side p{
	margin-bottom:5px;
	margin-top:5px;
	text-align:justify;
	font-family: "Times New Roman";
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #5C2510;
	font-variant: normal;
	line-height: 1.7em;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 25px;
}
.show {
	height: 250px;
	width: 500px;
}
.clear {
	clear: both;
}
.badges {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.badges p{
	margin-bottom:5px;
	margin-top:5px;
	padding-left:8px;
	padding-right:8px;
	line-height: 2.2;
}
.footer {
	text-align: center;
	font:normal normal 63% Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #EDE4E3;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
.footer a:link{
	color:#ede4e3;
	text-decoration:none;
}
.footer a:visited{
	color:#ede4e3;
	text-decoration:none;
}
.footer a:hover{
	color:#666;
	text-decoration:none;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #200402;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 5px;
	border: thin solid #CCC;
	background-color: #EEE;
	margin-bottom: 5px;
}
.inner-content {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border: thin solid #CCC;
	background-color: #EEE;
	margin-bottom: 5px;
}
.inner-content p{
	padding-left:5px;
	padding-right:7px;
	text-align:justify;
	line-height: 1.25em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.inner-content p a:link, .inner-content p a:visited{
	color:#541e0e;
	text-decoration:none;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
.inner-content p a:hover{
	color:#000;
	text-decoration:none;
	border-bottom:none;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #200402;
	margin-bottom:4px;
	margin-top:4px;
	padding-left: 5px;
}
strong {
	font-weight:normal;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
}
em{
	color:#541e0e;
}
table h4{
	background-color:#b9b2a2;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
}

h2 {
	color:#5a3407;
	font-size:17px;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 30px;
	background-image: url(../images/page_template/comment.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
h3{
	color:#df3f12;
	font-size:17px;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 25px;
	background-image: url(../images/page_template/questions.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}
h5{
	font-family:Georgia;
	font-size:16px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
img {
	border:none;
}
.inner-content-past {
	padding-bottom: 5px;
	margin-top: 5px;
	border: thin solid #CCC;
	background-color: #EEE;
	margin-bottom: 5px;
}
.inner-content-past p {
	padding-left:5px;
	text-align:justify;
	line-height: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #CCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 1;
}
.inner-content-past p:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.5;
	background-color:#EEE;
}
