@charset "utf-8";
body {
	background-color: #275e71;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: left top;
}

a:link {
	text-decoration: none;
	color: #3E628E;
}
a:visited {
	text-decoration: none;
	color: #18394E;
}
a:hover {
	text-decoration: underline;
	color: #18394E;
}
a:active {
	text-decoration: none;
	color: #3E628E;
}


.head1 {
	font-family: Calibri;
	font-size: 18px;
	color: #400000;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #bbb;
}
.head2 {
	font-family: Calibri;
	font-size: 18px;
	color: #18394E;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #bbb;
}

.shadow {
   -moz-box-shadow: 1px 1px 1px #d9c7a8;
-webkit-box-shadow: 1px 1px 1px #d9c7a8;
        box-shadow: 1px 1px 1px #d9c7a8;
}


.maintext {
	font-size: 14px;
	color: #142F40;
	font-family: Calibri;
	line-height: 20px;
	text-align: justify;
}


.round {
	clear:both;
	width:640px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-box-shadow: 2px 2px 2px #d9c7a8;
	-webkit-box-shadow: 2px 2px 2px #d9c7a8;
	box-shadow: 2px 2px 2px #d9c7a8;
	padding: 20px;
	background-attachment: scroll;
	background-repeat: repeat;
	color: #2F1702;
	background-color: #E9DFD1;
}
.sidebar {
	clear:both;
	width:110px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-box-shadow: 2px 2px 2px #2f1702;
	-webkit-box-shadow: 2px 2px 2px #2f1702;
	box-shadow: 2px 2px 2px #2f1702;
	padding: 10px;
	background-attachment: scroll;
	background-repeat: repeat;
	color: #F6F8EF;
	background-color: #3E628E;
	font-family: Calibri;
	font-size: 14px;
}
.list {
	list-style-position: inside;
	list-style-type: disc;
}

.smalltext {
	font-family: Calibri;
	font-size: 10px;
	color: #400000;
	line-height: 18px;
}
.extraspace {
	word-spacing: 2em;
}
.head2 {
	font-family: Calibri;
	font-size: 18px;
	color: #18394E;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #bbb;
}
.midtext {
	font-family: Calibri;
	font-size: 12px;
	color: #18394E;
	line-height: 18px;
}
