/* CSS Document */

/* Colors
Burgandy = #780A00
Forest Green = #005037
Ivory Yellow = #FFF5C8
*/

/* Body Styles */

html {
}

body {
	background-color: #780A00;
	background-image: url(../images/swoosh.png);
	background-repeat: repeat-y;
	background-position: right top;
}

/* DIV Styles */

#header {
	height: 150px;
	width: 500px;
	position: absolute;
	top: 50px;
	left: 170px;
}

#column {
	background-color: #668837;
	height: 1000px;
	width: 500px;
	position: absolute;
	left: 20%;
	top: 0px;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #446617;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #780A00;
}

#column3 {
	background-color: #668837;
	height: 11700px;
	width: 500px;
	position: absolute;
	left: 20%;
	top: 0px;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #446617;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #780A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#columnText {
	height: 90px;
	width: 450px;
	position: relative;
	top: 890px;
	left: 30px;
}

#columnText2 {
	height: 90px;
	width: 450px;
	position: relative;
	top: 20px;
	left: 30px;
}

#prev {
	padding-right: 15px;
	padding-left: 10px;
}

#column2 {
	background-image: url(../images/PicColumn.png);
	background-repeat: repeat-y;
	height: 1000px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#column4 {
	background-image: url(../images/PicColumn.png);
	background-repeat: repeat-y;
	height: 11700px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#canvas {
	height: 884px;
	width: 712px;
	top: 46px;
	position: absolute;
	left: 15%;
}

#canvasTop {
	background-image: url(../images/box_01.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 712px;
	position: absolute;
}

#canvasCenter {
	height: 230px;
	width: 675px;
	background-color: #FFF5C8;
	top: 200px;
	left: 1px;
	position: absolute;
}

#canvasBottom {
	background-image: url(../images/box_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 454px;
	width: 712px;
	position: absolute;
	bottom: 0px;
}

#textBox {
	height: 884px;
	width: 712px;
	top: 46px;
	position: absolute;
	left: 15%;
}

#addLinks {
	width: 300px;
	position: absolute;
	left: 480px;
	top: 220px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #005037;
	padding-left: 10px;
}

#bodyCopy {
	width: 60%;
	position: absolute;
	left: 2%;
	top: 200px;
	background-image: url(../images/clpbrd.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 15px 15px;
	text-align: justify;
	line-height: 1.2em;
}

#sponsor {
	background-image: url(../images/sponsr.png);
	height: 300px;
	width: 230px;
	position: absolute;
	top: 620px;
	right: 0px;
}

#sponsor2 {
	position: absolute;
	height: 265px;
	width: 200px;
	top: 35px;
	right: 0px;
}

#menu {
	background-image: url(../images/mnu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 492px;
	width: 229px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#container {
	width: 217px;
	padding-right: 12px;
	position: absolute;
	top: 10px;
	clip: rect(auto,auto,auto,50px);
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF5C8;
	text-align: center;
	height: 50px;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF5C8;
	position: absolute;
	bottom: 0px;
}

/* Link Styles */

a {
	color: #780A00;
	text-decoration: none;
}

a:hover {
	color: #005037;
	text-decoration: none;
}

#container a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #780A00;
	text-decoration: none;
	line-height: 1.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #780A00;
}

#container a:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005037;
	text-decoration: none;
	line-height: 1.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #005037;
}

#addLinks a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #780A00;
	text-decoration: none;
	line-height: 0.03em;
}

#addLinks a:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005037;
	text-decoration: none;
	line-height: 0.03em;
}

#columnText a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #005037;
	text-decoration: none;
}

#columnText a:hover {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF5C8;
	text-decoration: none;
}

/* Text Styles */

.style1 {
	color: #780A00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
}