body
{	background: #010028;
	color: #CBC6BD;
	text-align: left;
	font: 11px courier;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#div_left
{	background: #010028;
	color: #CBC6BD;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
}

#div_page
{	color: #CBC6BD;
	background: #010028;
	text-align: left;
	width: 400px;
	height: 1200px;
	float: left;
	margin-top: 40px;
	font: 14px courier;
}

#div_right
{	background: #010028;
	color: #CBC6BD;
	text-align: left;
	width: 240px;
	float: left;
	padding-bottom: 0px;
	margin-top: 18px;
}

a
{	display: inline;
	text-decoration: none;
}

.menu_firstchild
{	font: 12px courier;
	background: url(images/button.jpg);
	color: #CBC6BD;
	text-align: center;
	float: left;
	width: 90px;
	padding-top: 42px;
	padding-bottom: 40px;
	padding-left: 4px;
	margin-top: 30px;
	margin-left: 0px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #010028;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #010028;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #010028;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #010028;
}

a.menu_firstchild:hover
{	color: #010028;
	background: url(images/button_highlighted.jpg);
}

.menu_midchild
{	font: 12px courier;
	background: url(images/button.jpg);
	color: #CBC6BD;
	float: left;
	text-align: center;
	padding-top: 42px;
	padding-bottom: 40px;
	padding-left: 4px;
	width: 90px;
	text-align: center;
	margin-left: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #010028;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #010028;
	border-left-width: 0px;
	border-left-style: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #010028;
}

a.menu_midchild:hover
{	color: #010028;
	background: url(images/button_highlighted.jpg);
}

.menu_lastchild
{	font: 12px courier;
	background: url(images/button.jpg);
	color: #CBC6BD;
	float: left;
	padding-top: 42px;
	padding-bottom: 40px;
	padding-left: 4px;
	width: 90px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #010028;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #010028;
	border-left-width: 0px;
	border-left-style: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #010028;
}

a.menu_lastchild:hover
{	color: #010028;
	background: url(images/button_highlighted.jpg);
}

.very_large_white
{	color: #CBC6BD;
	font: 24px courier;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.large_color
{	color: #C7E3E7;
	font: 18px courier;
	padding-left: 15px;
	padding-right: 15px;
}

.medium_white
{	font: 14px courier;
	color: #CBC6BD;
	padding-left: 15px;
	padding-right: 15px;
}

.medium_color_edge
{	font: 14px courier;
	text-align: right;
	float: right;
	color: #C7E3E7;
	padding-right: 22px;
	padding-top: 50px;
}

.small_white_edge
{	font: 12px courier;
	text-align: right;
	float: right;
	color: #CBC6BD;
	padding-right: 22px;
	padding-bottom: 2px;
}

.link_large
{	color: #FC8A58;
	background: #010028;
	font: 16px courier;
}

.link_large:hover
{	color: #CBC6BD;
	background: #010028;
}

.link_medium
{	color: #FC8A58;
	background: #010028;
	font: 14px courier;
}

.link_medium:hover
{	color: #CBC6BD;
	background: #010028;
}

.link_edge
{	font: 12px courier;
	color: #FC8A58;
}

.link_edge:hover
{	color: #CBC6BD;
	background: #010028;
}

.link_jpg
{	color: #010028;
	padding-left: 0px;
}

.clear 
{	clear: both;
}

