/* Forget Me Not Style Sheet */


body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 0px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size:24px;
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

#full_page {
	clear: both;
	width: 684px;
	border-color:#990000 solid thick;
	margin 0 auto;
	}
#full_block_yellow {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	height: auto;
	background-color:#FFFF99;
	border: thin solid #000000;
	
	}

#container {
	clear: both;
	width: 800px;
	height:auto;
	background-image: none;
	background-color: #FFFF99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	
	}

#main_container {
	clear: both;
	width: 800px;
	height:6in;
	background-image: none;
	background-color: #FFFF99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	
	}
	
#full_line {
	clear:both;
	width: 680px;
	margin: auto;
	text-align: center;
	}

#left_column_red_top {
	float: left;
	width: 200px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	margin-left: 10px;
	border: thin solid #000000;
	margin-right: 25px;
	height: 6in;
}

#let_column_red_content {
	background: url(images/img04.gif) repeat-x;
	}

#right_column_green_top {
	float: right;
	width: 300px;
	margin-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	margin-right: 10px;
	border: thin solid #000000;
	height: 6in;
}

#full_column  {
	float: none;
	width: 650px;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	margin-right: auto;
	border: thin solid #000000;
	height: auto;
}

#middle_column_yellow_top{
	float: left;
	width: 200px;
	margin-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border: thin solid #000000;
	height: 6in;
}


ul {
	list-style: none;
	text-decoration: none;
}

ul li {
	text-decoration: none;
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
	text-decoration: none;
}

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

img {
	border: none;
}

/* Container */

.container {
	padding-top: 20px;
}

/* Logo */

#logo {
	width: 800px;
	height: 108px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #ffff99;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: x-small;
}
