﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: center;
	margin: 0px 0px;
	padding: 0px;
	background-color: #a7a398;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	color: #333333;
	background-attachment: fixed;
}
	
#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}

p {
	line-height: 150%;
	text-indent: 10px;
	margin: 5px 8px 15px 8px;
}

h1 {
	font-family: "Segoe Print";
	font-size: 24px;
	color: #38505d;
	margin-left: 15px;
	font-weight: bolder;
}

h2 {
	font-family: "Segoe Print";	
	font-size: 22px;
	color: #38505d;
	margin-left: 15px;
}


li {
	font-weight: normal;
}

img {
	border: 0px;
}

a:link	{
	color: #627885;
	text-decoration: none;
}
a:visited	{
	color: #627885;
	text-decoration: none;
}
a:hover	{
	color: #627885;
	text-decoration: underline;
}

.topmenu {
	font-size: 14px;
	color: #38505d;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.rightside {
	font-size: 13px;
	color: #38505d;
	text-align: left;
	padding-left: 10px;
}


.footer {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

.footer a:link{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

.camphead {
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	background-color: #38505D;
	font-weight: bold;
}

.campdesc {
	font-size: 16px;
	color: #333333;
	width: 50%;
}

