body {
	background-color: #446677;
	background-image: url(../images/gradient1.jpg);
	text-align: center;
}

* {
margin: 0;
padding: 0;
}

div#picture {
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

div#header {
	left: 50%;
    margin-left: -380px;
	position: absolute;
	top: 15px;
	width: 100%;
}

div#header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	color: Navy;
	padding: 0;
	background-color: White;
}

div#header h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #CC0033;
	padding: 0;
	background-image: url(../images/halfscreen-white.gif);
}

div#header h3 {
	font-family: "Book Antiqua", "Times New Roman", cursive;
	font-size: 24px;
	font-style: italic;
	color: Black;
	padding: 0;
}

div.button1 p{
	top: 165px;
	position: absolute;
	width: 50%;
	margin: 10px auto 10px auto;
	padding: 3px;
	background-color: #ffffff;
	border: medium solid #CC0033;
	left: 180px;
}

div.button1 a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	font-size: 15px;
	font-weight: bold;
}

div.button1 a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	font-size: 15px;
	font-weight: bold;
}

div.button1 a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC0033;
	font-size: 15px;
	font-weight: bold;
}

div.button2 p{
	top: 200px;
	position: absolute;
	width: 50%;
	margin: 10px auto 10px auto;
	padding: 3px;
	background-color: #ffffff;
	border: medium solid #CC0033;
	left: 180px;
}

div.button2 a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	font-size: 15px;
	font-weight: bold;
}

div.button2 a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	font-size: 15px;
	font-weight: bold;
}

div.button2 a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC0033;
	font-size: 15px;
	font-weight: bold;
}

div#leftmenu {
	position: absolute;
	top: 250px;
	left: 120px;
	width: 190px;
	text-align: left;
}

ul#leftmenu_nav {
	list-style: none;
	margin: 0;
	padding: 1;
	text-align: center;
	margin-bottom: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul#leftmenu_nav a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	color: #CC0033;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/quarterscreen-gray.gif);
}

ul#leftmenu_nav a:visited { 
	color: #000033; 
}

ul#leftmenu_nav a:hover {
	color: #000033;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #7195A1;
	border-top: 1px solid #7195A1;
	background-color: transparent;
}

div#rightmenu {
	position: absolute;
	top: 250px;
	right: 120px;
	width: 160px;
	text-align: right;
}

ul#rightmenu_nav {
	list-style: none;
	margin: 0;
	padding: 1;
	text-align: center;
	margin-bottom: 1px;
	background-image: url(../images/halfscreen-blue.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul#rightmenu_nav a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	color: #CC0033;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/quarterscreen-gray.gif);
}

ul#rightmenu_nav a:visited { 
	color: #000033; 
}

ul#rightmenu_nav a:hover {
	color: #000033;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #7195A1;
	border-top: 1px solid #7195A1;
	background-color: transparent;
}

div#footer {
	position: absolute;
	width: 100%;
	top: 475px;
	left: 50%;
   margin-left: -380px;
}

div#footer h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #FFFF66;
	padding: 0;
	background-image: url(../images/halfscreen-black.gif);
}

.important {
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 3px;
	background-color: #CC0033;
	border-width: 0;
}

.important p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #CC0033;
	font-weight: bold;
}

.important a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #CC0033;
	font-weight: bold;
}

.important a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #CC0033;
	font-weight: bold;
}

.important a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: Maroon;
	font-weight: bold;
}

.important a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: Maroon;
	font-weight: bold;
}

