body {
	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;
	font-family: Arial, sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
}

a.tmenu  { 
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	letter-spacing: 2px; 
	color: #FFFFFF; 
	text-decoration: none 
}

a.lmenu		{ 
	font-family: Arial; 
	font-size: 10pt; 
	letter-spacing: 2px; 
	color: #000066; 
	text-decoration: none 
}

#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 20px auto; /* For centering in IE & Mozilla */
	padding: 0 0;
	background-color: #FFFFFF;
	border: 1px solid #003399;
}

#header {
	width: 900px;
	background-color: #003399;
	font-size: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-family: Times New Roman;
}

#header img {
	margin-left: 10px;
	margin-right: 100px;
}

#left_menu {
	float: left;
	width: 150px;
}

.left_menu_item {
	border-bottom: 1px solid #003399;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#main {
	float: right; 
	width: 740px;
}

#main_content {
	font-size: 1.1em;
	margin-left: 50px;
	margin-right: 50px;
}

#content {
	margin-left: 50px;
	margin-right: 50px;
}

#top_menu {
	width: 100%;
	background-color: #CC0000;
	height: 24px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.top_menu_item_1 {
	float: left;
	width: 184px;
	height: 22px;
	text-align: center;
	padding-top: 2px;
}

.top_menu_item {
	float: left;
	width: 184px;
	height: 22px;
	text-align: center;
	padding-top: 2px;
	border-left: 1px solid #FFFFFF;
}

#separator {
	width: 100%;
	height: 24px;
	background-color: #003399;
	margin: 0 0;
	padding: 0 0;
}

#footer {
	float: left;
	font-size: 0.75em;
	color: #666666;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 10px;
}