body
{
	background-color: #F9F8F8;
	background-image: url("../images/body-bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial;
	font-size: 12.5px;
	color: #444;
	line-height: 1.2;
	width: 766px;
	margin: 0px auto;
}

a img { border: none; }

#header
{
	background-image: url("../images/header.jpg");
	height: 124px;
	margin: 0px;
}
#header span
{
	display: none;
}

#banner
{
	/*background-image: url("../images/banner_breakthrough.jpg");*/
	height: 216px;
}

#underbanner
{
	background-image: url("../images/under-banner.jpg");
	background-repeat: no-repeat;
	height: 42px;
	color: #BABABA;
	padding-left: 190px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}


#layoutpane
{
	background-image: url("../images/vector-thing.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}


#layout
{
	width: 100%;
	border-collapse: collapse;
}


#menupane
{
	/*background-color: #F2F2F2;*/
	width: 172px;
	vertical-align: top;
	height: 550px;
}

#menu
{
	margin: 0px;
	padding: 0px;
}
#menu li
{
	list-style-type: none;
	margin-bottom: 10px;
}
#menu li a
{
	background-color: #E6E6E6;
	display: block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: black;
	padding: 5px;
}
#menu li a:hover
{
	background-color: #DFDFDF;
}
#menu li a.selected
{
	background-color: #D0D0D0;
}

#content
{
	/* ... */
	vertical-align: top;
	padding: 10px;
}

#content h2
{
	margin-top: 0px;
}


#notices
{
	background-color: #F7F7F7;
	width: 150px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	padding: 5px;
}

#footer
{
	/* ... */
}







/* Makes tables Nice */
table.nicetable
{
	font-family: Arial;
	border: solid 2px black;
	border-collapse: collapse;
}
table.nicetable th
{
	padding: 6px;
	border: solid 1px black;
	vertical-align: top;
}
table.nicetable td
{
	padding: 6px;
	border: solid 1px black;
	text-align: left;
}
/*******************/



table.contactform th
{
	text-align: left; vertical-align: top; padding-right: 20px; padding-bottom: 10px;
}
table.contactform td
{
	padding-bottom: 10px;
}

.contactfield
{
	width: 200px;
	background-color: #F0F0F0;
	border: solid 1px #F0F0F0;
}
