/* =================================================== */
/* == DEFAULTS ======== */

body {
	background-color: #469339;
	color: #222222;
	font-family: Geneva, Helvetica, Arial;
	font-size: 14px;
}

a {
	color: #222222;
	text-decoration: underline;
}

hr {
	border: 1px solid #CCCCCC;
	border-top: none;
}

.padded { padding: 10px; }


/* =================================================== */
/* == CONTENT ======== */

/* In the masthead, this is the larger title text */
.superText {
	font-family: Arial;
	color: white;
	font-size: 26px;
}

/* In the masthead, this is the smaller title text */
.subText {
	font-family: Arial;
	color: white;
	font-size: 16px;
}

/* These are the large section titles */
.titles {
	color: #46823D;
	font-size: 20px;
	font-weight: bold;
}

/* These are the smaller content titles */
.bodytitle {
	font-size: 14px;
}

/* In a list of links, this is the normal text font */
.quicklist {
	font-size: 12px;
	color: #222222;
	font-weight: bold;
}

/* In a list of links, this is the link font */
a.quicklink {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline !important;
	}
a.quicklink:hover {
	text-decoration: none !important;
}

/* font for >> characters used for bulletpoints */
.arrows {
	font-family: Geneva;
	font-weight: normal;
	font-size: 9px;
	padding-left: 3px;
	padding-right: 3px;
}


/* =================================================== */
/* == TABLE STRUCTURE/INTERFACE ======== */

#MasterTable { width: 784px; }
#MastHead {
	background-color: #1A1A1A;
	height: 100px;
	text-align: left;
	vertical-align: middle;
}
#Menu {
	height: 30px;
	background-color: #111111;
}
#Content {
	background-color: white;
	padding: 20px;
}
#Footer {
	color: white;
	height: 100px;
	background-color: #1A1A1A;
	border-top: 1px solid #CCCCCC;
	
	vertical-align: top;
	text-align: center;
	padding: 10px;
	font-size: 11px;
}
#Footer a {
	color: white;
	text-decoration: none;
}
#Content a {
	color: #222222;
	text-decoration: underline;

}
#Footer a:hover, #Content a:hover {
	border-bottom: 1px dotted #999999;
}

#FootPrint {
	height: 15px;
	background-image: url(images/bottom.jpg);
}

/* Used for the font of the date in the masthead */
#TheDate {
	text-align: right;
	font-size: 11px;
	color: white;
	padding-right: 10px;
}

