body {
	background: #137195;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8BF7F5;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 16px;
}
h1 {
	font-size: x-large;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
h2 {
	font-size: medium;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 95%;
	color: #FFFFFF;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
img {
	margin:	0 10px 10px 0;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}

ul {
	margin: 0 0 10px 0;
}


.fullcol #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	height: 1000px;
	background-color: #003151;
	background-image: url(images/ladylib.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fullcol #mainContent {
	padding: 20px 40px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0 20px 400px;
	height: 470px;
}

#menu {
	padding: 180px 20px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0 0 400px;
}
#submenu {
	padding: 12px 10px 12px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 44px 0 450px;
	background-color: #07618A;
	width: 510px;
	text-align: center;
}
#update {
	padding: 8px 10px 3px 10px;
	margin: 0 44px 10px 0;
	width: 510px;
	text-align: center;
	background-image: url(images/update.jpg);
}
#copyright {
	font-size: x-small;
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: left;
	background-color: #003366;
	width: 984px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#update h3 {
	color: #000000;
	text-align: center;
	margin: 0 0 5px 0;
	border-bottom: solid;
	border-bottom-width: 1px;
	padding: 0 0 3px 0;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8BF7F5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration: none;
	color: #8BF7F5;
}
#copyright a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#update a:link {
	color: #c00000;
	text-decoration: none;
	font-weight: bold;
}
#update a:visited {
	text-decoration: none;
	color: #c00000;
}
#update a:hover {
	text-decoration: none;
	color: #000000;
}
#update a:active {
	text-decoration: none;
	color: #c00000;
}

