/* ---------- Standard Tags ---------- */

body
{
	background-color:				rgb(255,251,239);
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						10pt;
	color:							rgb(65,64,66);
}

h1
{
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						11pt;
	line-height:					14pt;
	margin-bottom:					0px;
}

h2
{
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						10pt;
	font-weight:					normal;
	font-style:						italic;
	line-height:					14pt;
	margin:							0;
}

a, img
{
	border:							0;
}

/* ---------- Page Tags ---------- */

#container
{
	width:							800px;
}

#bar
{
	position:						relative;
	width:							800px;
	height:							10px;
	top:							0px;
	background-color:				rgb(204, 197, 185);
}

/* ---------- Header Tags ---------- */

#header
{
	width:							800px;
	height:							202px;
	padding:						0;
	margin:							0;
	overflow:						hidden;
}

/* -- // -- Left Header Tags -- // -- */

#leftHeader
{
	float:							left;
	position:						relative;
	top:							0px;
	left:							35px;
	vertical-align:					bottom;
	padding:						0;
	margin:							0;
}

/* -- // -- Right Header Tags -- // -- */

#rightHeader
{
	float:							right;
	position:						relative;
	top:							0px;
	right:							35px;
	font-size:						9pt;
	text-align:						right;
	vertical-align:					bottom;
	padding:						10px 0px 0px 0px;
	margin:							0;
}

#rightHeader strong
{
	font-size:						10pt;
}

.phone
{
	font-size:						10pt;
	font-weight:					bold;
}

/* ---------- Footer Tags ---------- */

#footer
{
	position:						relative;
	top:							0px;
	width:							730px;
	padding:						15px 0px 0px 0px;
	margin:							0;
	color:							rgb(140, 140, 140);
}

#copyright
{
	font-size:						7pt;
	text-align:						center;
}

/* ---------- Content Tags ---------- */

#body
{
	position:						relative;
	top:							0px;
	left:							0px;
	width:							800px;
	padding:						0;
	margin:							0;
	background-color:				rgb(244, 237, 224);
}

#bar.rule
{
	top:							50px;
	width:							730px;
	height:							2px;
}

#navigation
{
	position:						relative;
	width:							735px;
	top:							25px;
	padding:						50px, 0px, 60px, 0px;
	margin:							0;
	vertical-align:					top;
}

#navigation table, td
{
	vertical-align:					top;
	padding:						0;
	margin:							0;
	border:							0;
}

#navigation table
{
	width:							735px;
}

.link
{
	width:							130px;
}

#content
{
	position:						relative;
	top:							60px;
	width:							730px;
	text-align:						left;
}

#content table
{
	width:							730px;
}

#content td
{
	vertical-align:					middle;
}

#content td.spacer
{
	width:							50px;

}