body
{
	background-color: #f0eee1;
}

p, h1, h2, h3, h4, h5, h6, ul
{
	font-family: 'Arial', sans-serif;
}

#maxous_order td
{
	vertical-align: top;
}

#nav
{
	width: 900px;
}

.nav_mid
{
	background-image: url('images/menumid.gif');
	background-repeat: repeat-x;
}

/*
Margin and padding classes
##################################################
*/
.auto_margins
{
	margin-left: auto;
	margin-right: auto;
}

.quarter_em_top_margin
{
	margin-top: 0.25em;
}

.half_em_top_margin
{
	margin-top: 0.5em;
}

.one_em_top_margin
{
	margin-top: 1.0em;
}

.one_five_em_top_margin
{
	margin-top: 1.5em;
}

.two_em_top_margin
{
	margin-top: 2.0em;
}

.three_em_top_margin
{
	margin-top: 3.0em;
}

.half_em_right_margin
{
	margin-right: 0.5em;
}

.one_em_right_margin
{
	margin-right: 1.0em;
}

.two_em_right_margin
{
	margin-right: 2.0em;
}

.three_em_right_margin
{
	margin-right: 3.0em;
}

.half_em_left_margin
{
	margin-left: 0.5em;
}

.one_em_left_margin
{
	margin-left: 1.0em;
}

.two_em_left_margin
{
	margin-left: 2.0em;
}

.three_em_left_margin
{
	margin-left: 3.0em;
}

.twelve_em_left_margin
{
	margin-left: 12.0em;
}

.half_em_bottom_margin
{
	margin-bottom: 0.5em;
}

.one_em_bottom_margin
{
	margin-bottom: 1.0em;
}

.one_five_em_bottom_margin
{
	margin-bottom: 1.5em;
}

.one_seven_em_bottom_margin
{
	margin-bottom: 1.7em;
}

.two_em_bottom_margin
{
	margin-bottom: 2.0em;
}

.three_em_bottom_margin
{
	margin-bottom: 3.0em;
}

.one_em_top_padding
{
	padding-top: 1.0em;
}

.half_em_right_padding
{
	padding-right: 0.5em;
}

.one_em_right_padding
{
	padding-right: 1.0em;
}

.one_em_left_padding
{
	padding-left: 1.0em;
}

.one_five_em_left_padding
{
	padding-left: 1.5em;
}

.two_em_left_padding
{
	padding-left: 2.0em;
}

.half_em_bottom_padding
{
	padding-bottom: 0.5em;
}

.one_em_bottom_padding
{
	padding-bottom: 1.0em;
}

/*
Font formatting classes
##################################################
*/
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.no_underline
{
	text-decoration: none;
}

.half_em_size
{
	font-size: 0.5em;
}

.zero_six_em_size
{
	font-size: 0.6em;
}

.zero_seven_em_size
{
	font-size: 0.7em;
}

.zero_eight_em_size
{
	font-size: 0.8em;
}

.one_em_size
{
	font-size: 1.0em;
}

.one_one_em_size
{
	font-size: 1.1em;
}

.one_two_em_size
{
	font-size: 1.2em;
}

.one_three_em_size
{
	font-size: 1.3em;
}

.one_five_em_size
{
	font-size: 1.5em;
}

.one_six_em_size
{
	font-size: 1.6em;
}

.one_seven_em_size
{
	font-size: 1.7em;
}

.one_eight_em_size
{
	font-size: 1.8em;
}

.one_nine_em_size
{
	font-size: 1.9em;
}

.two_em_size
{
	font-size: 2.0em;
}

.two_one_em_size
{
	font-size: 2.1em;
}

.two_two_em_size
{
	font-size: 2.2em;
}

.two_three_em_size
{
	font-size: 2.3em;
}

.two_four_em_size
{
	font-size: 2.4em;
}

.two_five_em_size
{
	font-size: 2.5em;
}

.two_six_em_size
{
	font-size: 2.6em;
}

.no_wrap
{
	white-space: nowrap;
}

/*
Color classes
##################################################
*/
.grey_86
{
	color: #868686;
}

.grey_33
{
	color: #333333;
}

.grey_ea
{
	color: #eaeaea;
}

.grey_ea_background
{
	background-color: #eaeaea;
}

.light_blue
{
	color: #008cc9;
}

.dark_blue
{
	color: #004386;
}

.navy_background
{
	background-color: #181588;
}

.navy_blue
{
	color: #181588;
}

.royal_blue
{
	color: #000080;
}

.white
{
	color: #ffffff;
}

.gold
{
	color: #ffcc33;
}

.goldenrod
{
	color: #b18500;
}

.goldenrod_background
{
	background-color: #b18500;
}

.red
{
	color: #ff0000;
}

.dark_red
{
	color: #b10503;
}

.dark_green
{
	color: #218837;
}

/*
Alignment and float classes
##################################################
*/
.align_right
{
	text-align: right;
}

.align_center
{
	text-align: center;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

/*
Link classes
##################################################
*/
.link_white_gold:link, .link_white_gold:visited
{
	color: #ffffff;
}

.link_white_gold:hover
{
	color: #ffff00;
}

.link_red:link, .link_red:visited
{
	color: #b10503;
	text-decoration: none;
}

.link_red:hover
{
	color: #898785;
	text-decoration: underline;
}

.link_main:link, .link_main:visited
{
	color: #1876cd;
	text-decoration: none;
}

.link_main:hover
{
	color: #898785;
	text-decoration: none;
}

.link_grey
{
	color: #b1a694;
	text-decoration: none;
}

/*
Table and cell classes
##################################################
*/
.member_column_header
{
	background-color: #2c94d1;
}

.member_column_1
{
	background-color: #ffffff;
	width: 446px;
}

.member_column_2
{
	background-color: #ffffff;
	width: 217px;
}

.member_column_3
{
	background-color: #ffffff;
	width: 184px;
}

.member_column_4
{
	background-color: #ffffcb;
	width: 175px;
	height: 55px;
}

.member_column_1 p, .member_column_2 p, .member_column_3 p, .member_column_4 p
{
	color: #333333;
}

.one_px_solid_black
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.half_width
{
	width: 50%;
}

.third_width
{
	width: 33%;
}

.quarter_width
{
	width: 25%;
}