body {
	background: #ccc;
	margin:0;padding:0;
	font-family:verdana, arial;
	font-size:10pt;
}

body #home_main {
	background: #fff;
	border:solid 1px #999;
	margin:20px 0 0 20px;
	padding:0;
}

#home_logo_home img{
	margin-top:15px;
	margin-left:15px;
}

#home_top {
	background: url('../images/hometopphoto.gif') no-repeat top right;
	width:376px;
	height:79px;
}

#home_center {
	background: url('../images/homemidphoto.jpg') no-repeat top right;
	width:652px;
	height:263px;
}
#home_bottom {
	background: url('../images/homebotphoto.gif') no-repeat top right;
	width:740px;
}

#home_menu {
	margin:0;padding:0;
	height:26px;
	font-size:12px;
}
#home_menu td{
	padding:0 12px;
}

#home_menu .home_menuitem {
	color:#ccc;
	/*text-align:center;*/
}
#home_menu .home_menuitem a:link,
#home_menu .home_menuitem a:visited,
#home_menu .home_menuitem a:active
{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
#home_menu .home_menuitem a:hover{
	color:#77c;
}

#home_menu .home_menuitem_on img{
	margin-right:2px;
}
#home_menu .home_menuitem_on a:link,
#home_menu .home_menuitem_on a:visited,
#home_menu .home_menuitem_on a:active
{
	color:#000;
}

#home_bottom p {
	margin:20px 30px 20px 40px;
	font-size:9pt;
}
#home_copyright {
	text-align:right;
	margin:0 15px 10px 0;
	color:#666;
	font-size:7pt;
}

.BoldLeft
	{
		font-weight: bold;
		text-align: left;
	}

.BoldItalicLeft
	{
		font-weight: bold;
		font-style: italic;
		text-align: left;
	}