body
{
text-align: center;
font-family: Tahoma; 
background-color:gray;
}

#container
{
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	width:950px;
	border: 1px solid black;
	background-color:White;
}

#top
{
	text-align: center;
	height:50px;
	padding: .5em;
	background-color: #0066cc;
	font-size:x-small;
	border-bottom: 2px solid White;
	position: relative; 
	color:White;
}

#top h1
{
	position:relative;
	padding-top: 10px;
	font-size:x-large;
	margin: 0;
}

#leftnav
{
	text-align: center;
	float: left;
	width: 100px;
	margin-left: 7px;
	padding: 1em;
}

#rightnav
{
	text-align: center;
	float: right;
	width: 100px;
	margin-right: 7px;
	padding: 1em;
}



#content
{
	margin-left: 150px;
	border-left: 1px solid gray;
	margin-right: 150px;
	border-right: 1px solid gray;
	height: 440px;
}

#content h2
{
	margin: 0 0 .5em 0;
}

#content2
{
	max-width: 36em;
}

#footer
{
	clear: both;
	font-size:smaller;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	height:19px;
}

#phone
{
	font-size:small;
	padding-left: 1em;
	float:left;
}

#address
{
	font-size:small;
	padding-right: 1em;
	float:right;
}

#leftnav p, #rightnav p 
{
	margin: 0 0 1em 0;
}


.simulator
{
	font-size:small;
	text-align:left;
}

.simulator-heading
{
	float:left;
	font-size:medium;
	font-style:italic;
	font-weight:bold;
	color:#0066cc;
}

.simulator-heading2
{
	text-align:center;
	font-size:medium;
	font-weight:bold;
	color:#0066cc;
}


.sub_table
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	BORDER-LEFT: thin solid; 
	WIDTH: 300px; 
	BORDER-BOTTOM: thin solid;
}

.table_header
{
	text-align: center;
	font-weight: bold;
	font-size: medium;
	font-family: Verdana;
	background-color: #0066cc;
	color:White;
}
	
.table_sub_header
{
	font-size: small;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;

}

.item_title
{
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold; 
	FONT-SIZE: medium; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}

.item_body
{
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold; 
	FONT-SIZE: small; 
	FONT-FAMILY: Verdana
}

.item_loud
{
	text-align: center;
	font-weight: bold;
	font-size: medium;
	font-family: Verdana;
	color: red;
}

.category_left_column
{
	WIDTH:100px;
	BORDER-TOP-WIDTH: thin; 
	BORDER-LEFT-WIDTH: thin; 
	FONT-SIZE: small; 
	BORDER-LEFT-COLOR: #0066cc; 
	BORDER-BOTTOM: thin solid; 
	TEXT-ALIGN: center; 
	BORDER-RIGHT-WIDTH: thin; 
	BORDER-RIGHT-COLOR: #0066cc;
}

.category_right_column
{
	width: 300px;
	border-top-width: thin;
	border-left-width: thin;
	font-size: small;
	border-left-color: #0066cc;
	border-bottom: thin solid;
	text-align: left;
	border-right-width: thin;
	border-right-color: #0066cc;
	padding-right: 10px;
	padding-left: 10px;
}