@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.centre_image {
	border: 1px solid #0066cc;
	margin-bottom: 10px;
	margin-top: 10px;
}
body{
	min-width:808px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	text-align: justify;
	background-image: url(images/BG_image_blue.gif);
	background-repeat: repeat-x;
	background-color: #0605F3;

/*; background-position: top;*/
}


#wrap{
	width:808px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	/*background-image: url(../images/Bg_Shadow_20px.jpg);
	background-repeat: repeat-y;*/
}

#maincontainer{
	width:808px;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(images/BG_shadow_blue.gif);
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	height: 185px;
	margin: 0 auto;
	background-image: url(images/header_blue.jpg);
	background-repeat: no-repeat;
}
#left_container {
	float:left;
	width:175px;
	margin-left: 14px;
	display: inline;
}

#right_container {
	float:right;
	width:560px;
	background-color: #F8ECD3;
	margin-right: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}




/*- Menu 4--------------------------- */

ul#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation a:link, #navigation a:visited {
	display: block;
	width: 160px;
	color: #CED966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
}
#navigation a:hover {
	background-position: left top;
	color: #FFFFFF;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}
#navigation a:active {
	background-position: left top;
	color: #FF6600;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
}



/*- Menu 4--------------------------- */

 #footer {
	width:808px;
	color: #CED966;
	background-image: url(images/footer_blue.jpg);
	background-repeat: no-repeat;
	height: 92px;
}
#footer h1  {
	color: #CED966;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 1.1em;
}

.rightimage_frontpage{
	float: right;
	clear: right;
	margin-left: 20px;
	margin-top: -20px;
}

.rightimage{
	float: right;
	clear: right;
	margin-left: 20px;
}

.leftimage{
	float: left;
	clear: left;
	margin-right: 15px;
}


#right_container h1{
	font-size: 1.4em;
	color: #7F5200;
	padding-bottom: 16px;
}

#right_container h2{
	font-size: 1em;
	color: #7F5200;
	padding-top: 20px;
}

#right_container p{
	font-size: 0.9em;
	color:#000000;
	line-height: 1.5em;
}

#right_container ul {
	font-size: 0.85em;
	color: #333333;
	font-size: 0.9em;
	list-style-type: none;
	line-height:2;
	font-weight: bold;
}

#right_container li {
	padding-left:30px;
	background-color: transparent;
	background-image: url(images/paw.gif);
	background-repeat: no-repeat;
}

hr {
	border: 0;
	background-color: #B9B9B9;
	height: 0.1em;
}

a:link {
	color: #2E3192;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #2E3192;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
