@charset "utf-8";
/* CSS Document */

body {
	background-color: #5E5264;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #311000;
}
#wrapper {
	background-color: #0e1841;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 1220px;
	position: relative;
}
#logoText {
	position:absolute;
	width:654px;
	height:179px;
	z-index:2;
	left: 238px;
	top: 20px;
	background-color: #FAFAF1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #191000;
	border-right-color: #191000;
	padding-top: 25px;
}
#tagLine {
	position:absolute;
	width:219px;
	height:26px;
	z-index:3;
	left: -125px;
	top: 161px;
	color: #004A21;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 10px;
}

#logoBox {
	position:absolute;
	width:213px;
	height:204px;
	z-index:1;
	left: 7px;
	top: 20px;
	background-color: #FAFAF1;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #191000;
	border-left-color: #191000;
	padding-left: 20px;
}
#footer a {
	text-decoration: none;
	color: #442163;
}
#footer a:hover {
	color: #5E5264;
}

#navBarTop {
	position:absolute;
	width:850px;
	height:44px;
	z-index:10;
	left: 17px;
	top: 13px;
	background-color: #BD9C7B;
	text-align: center;
	font-size: 100%;
	color: #442157;
	padding-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #191000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #191000;
	font-weight: bold;
}
#insideWrapper {
	background-color: #ABBB8B;
	margin-right: auto;
	margin-left: auto;
	width: 844px;
	position: relative;
	top: 225px;
	height: 935px;
	padding: 20px;
	border: 1px solid #191000;
}
#footer {
	position:absolute;
	width:850px;
	height:94px;
	z-index:10;
	left: 16px;
	top: 853px;
	background-color: #BD9C7B;
	text-align: center;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #191000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #191000;
}
#contentLeft {
	position:absolute;
	width:390px;
	height:720px;
	z-index:1;
	left: 17px;
	top: 96px;
	border: 1px solid #191000;
	padding: 15px;
	background-color: #FAFAF1;
	text-align: justify;
}
#contentRight {
	position:absolute;
	width:390px;
	height:720px;
	z-index:1;
	left: 445px;
	top: 96px;
	border: 1px solid #191000;
	padding: 15px;
	background-color: #FAFAF1;
	text-align: justify;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
img {
	border: 2px solid #442157;
}
#logo {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navBarTop a {
	color: #442157;
	text-decoration: none;
}
#navBarTop a:hover {
	color: #5E5264;
}
#navBarTop a:visited {
	color: #0E1841;
}
#wrapper a {
	text-decoration: none;
	color: #442157;
}
#wrapper a:hover {
	color: #5E5264;
}
#wrapper a:visited {
	color: #0E1841;
}
