﻿@import url('layout.css');


.style1b {
	text-align: center;
	font-family: "MV Boli";
	background-image: url('images/background/bgblackbluetitle.jpg');
}
.style2 {
	font-size: xx-large;
}
.style3b {
	color: #009999;
	font-family: Arial;
}
.style4b {
	color: #82645B;
	font-family: "Arial Rounded MT Bold";
}
.style5 {
}

.style5b {
	background-color: #081631;
}

.style6 {
	background-color: #081631;
	text-align: center;
}
.style7 {
}
.style7b {
	color: #009999;
}

.style8 {
	border-width: 0px;
}






body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #222020;
	
/*	background-image: url('../images/background/wood016_vlight.jpg');
 	background-repeat: repeat; */
}
a:link {
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
/* avoid blue border around linked img */
img
{  border-style: none;
}

#container {
}
/* Styles header*/
#header {	
}

#HR {
	text-align: right;
	background-color: #1C2441;
	font-family: Arial;
	color: #FFFFFF;
}


#HRnav {
	overflow: hidden;
	text-align: left;
}




#slidecorrect {
	float:left;
}

/* Styles page-content */
/* Styles page-content LEFT*/
#PCl {

	background-color: #FFFFFF;
}





/* Styles page-content RIGHT*/

#PCr {
	background-color: #BB9C8C;
}

#PCr p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#PCr ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#PCr ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}






/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #1C2441;
	margin-right: 10px;
	margin-left: 10px;
}
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;


