/* CSS Document */

body
{
	background-color: #c2cfc5;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, san-serif;
	font-size: 0.7em;
}

#menu
{
	text-align: left;
	background: #ffffff;
	margin-bottom: 0px;
	height: 120px;
}

/* see A List Apart http://www.alistapart.com/articles/taminglists */

#menu ul
{
	display: inline;
	margin-left: 8px;	/* sets left edge of first menu item */
	padding-left: 0;
	margin-bottom: 0em;
	position: relative;
	top: 94px;
}

#menu ul li
{
	display: inline;
	margin-left: 0;
}

#menu ul li a
{
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 4px;
	padding-right: 4px;
	background: #ffffff;
	border: 1px solid #999999;
}

#menu img
{
	border: none;
	vertical-align: bottom;
	float: right;
}

#footer
{
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 0;
	padding-left: 24px;		/* inset for text */
}

img
{
	border-color: #999999;
}

.headBox
{
	background-color: #ffffff;
	width: 642px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

.itemBox
{
	background-color: #e8e8e8;
	width: 642px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	border: 1px solid #cccccc;
 }

.itemBox img
{
	float: right;
	border: 1px solid #cccccc;
	margin: 8px;
}

div.clearboth
{
	clear: both;
}

a
{
	font-size: 12px;
	color: #c95836;
}

a.inline
{
	font-size: 12px;
	/*color: #c95836;*/
}

a.menu
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #ff6633;
}

#menuselected
{
	/*font-size: 14px;*/
	color: #ffffff;
	/*background-color: #c95836;*/
	outline-color: #000000;
}

h3
{
	font-size: 16px;
	color: #c95836;
	margin-top: 0;
}

h4
{
	font-size: 12px;
}

#contact
{
	color: #0081a1;
}

.nohilite
{
	color: #999999;
}

#theContent
{
	background-color: #ffffff;
	border: 4px solid #333333;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	min-width: 720px;
}

#theContent h3
{
	background-color: #333333;
	padding: 24px;
}

#theContent h4
{
	color: #666666;
	/*padding: 24px;*/
	margin-top: 8px;
}

#theContent p
{
	/*padding: 24px;*/
}

table
{
	/*background-color: #ffffff;*/
	width: 880px;
}

table #sublayout
{
	width: 600px;
}

table #front
{
	width: 640px;
}

table #front td
{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #00434f;
}

table #front td p
{
	line-height: 1.4em;
}