@charset "utf-8";
/* CSS Document */

/* TAGS */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	background-color:#cccc99;
}

h1 {
	color: #ffffff;
	font-size: 26pt;
	font-weight: normal;
	margin: 10px 10px 0px 15px;
}

h2 {
	color: #778855;
	font-size: 16pt;
	margin: 0px;
}

h3 {
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
}

h4 {
	margin: 0px 0x 0px 0px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color:#334400;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #666666;
	height: 1px;
	border: solid 1px #A180A6;
}

a:link {
	color: #332233;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #332233;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #332233;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #332233;
	font-weight: bold;
	text-decoration: none;
}


/* ID's */
/*
#content {
	margin:0px;
	background-color:#D3E1B0;
	width:800px;
}
*/

#bottom {
	width:800px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-image: url(../images/SecondaryBackground.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#left {
	margin: 0px;
	width: 150px;
	padding: 20px 10px 10px 10px;
	/* background-color: #D1A0D6; */
	color:#444444;
}

#center {
	margin: 0px;
	width: 450px;
	padding: 20px 10px 10px 10px;
	/* color:#FFFFFF; */
	color:#444444;
}

#center a:visited {
	color: #552255;
}

#main {
	width:800px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #D1A0D6;
	background-position: top;
}

#menu {
	margin: 0px;
	/*background-color: #E0E6C4;*/
	background-color: #DBE6B8;
	height:25px;
	padding: 5px 15px 0px 15px;
	font-size: 12pt;
	color: #666666;
}

#menu li {
	margin: 0px 10px 0px 15px;
	float: left;
	list-style: none;
}

#menu li a {
	font-weight: normal;
}

#menu li a {
	color: #666666;
	text-decoration:none;
}

#retroTree {
	margin: 10px 5px 10px 25px;
}

#right {
	margin: 0;
	padding: 10px 5px 5px 5px;
	width: 200px;
	text-align: center;
}

#titleBar {	
	margin: 0px;
	height: 60px;
	background-image: url(../images/TitleBar.jpg);
	background-position: top left;
}


/* CLASSES */

.menuDivider {
	color: #FFFFFF;
}

.pgStart {
	margin: -2px 0px 0px -2px;
}

.picInText {
	margin: 0px 10px 5px 0px;
}

.quote {
	margin: 5px 25px 5px 5px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	width: 230px;
	height: 50px;
	color:#7C8559;
}