@charset "utf-8";

/* basic elements */
html, body {
	margin-top: 0%;
	background-color: #696969;
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 100%;
	color: #333;
	text-align: center;
}

a:link {
	font-weight: bold;
	color: #3F7072;
	text-decoration: none;
}

a:visited {
	color: #603;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4E4F63;
	font-weight: bold;
	text-decoration: underline;
}


/* .classes */
img.float-left {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}

img.float-right {
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 15px;
}

.green-text {
	color: #5F7B31;
}

.text_line {
	clear:both;
	margin-top: 20px;
}
.background-image {
	background-image: url(../images/background_grass.jpg);
	background-repeat: repeat;
}

.orange-text {
	color: #BA5915;
}
.htc-table {
	background-color: #93AE3D;
	border: 4px solid #C4641A;
}
.pink-text {
	color: #C69;
}

.purple-text {
	color: #580E46;
}

.center-text {
	text-align: center;
}

.yellow-text {
	color: #F58405;
}



/* specific divs #ids */
div#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-color: #FFF;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
div#navbar {
	background-color: #C5D5E2;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}

div#navbar a {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

div#middle {
	background-color: #FFF;
	vertical-align: top;
	padding: 30px;
	text-align: left;
}

div#footer {
	height: 25px;
	background-color: #C5D5E2;
	font-weight: bold;
	line-height: 25px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	clear: both;
    } 

div#middle h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: -25px;
	margin-bottom: -5px;
}
div#middle ul li {
	list-style-position: inside;
	list-style-type: square;
}

div#middle h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: -10px;
}
div#middle p {
	line-height: 20px;
}
