.roosLogo
{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 17px;
	color: #444;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.roosLogo a {
	color: #444;
	text-decoration: none;
}
.roosLogo a:hover {
	color: #bcabab;
	text-decoration: none;
}
.contactBlock
{
	width: 300px;
	display: block;
	float: left;
}
.contactBlock h1
{
	color: #FC0;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}
#mainShell
{
	color: #444;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	width: 100%;
	background-color: #CCC;
}
#footerContainer
{
	padding-top: 15px;
	background-color: #ffffff;
	color: #666;
	width: 100%;
	height: 30px;
	text-align: right;
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}
.aboutCopy
{
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
}
.aboutCopy i
{
	display:block;
	font-style: italic;
	color: #F90;
}
/*********************** start of header navigation menu ***********************/
#navcontainer
{
	background-color: #ffffff;
	width: 1024px;
	height: 50px;
}
#navcontainer ul
{
	color: #444;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	margin-top: 15px;
	background-color: #ffffff;
	color: #444444;
	text-decoration: none;
	float: left;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}

#navcontainer ul li a:hover
{
	background-color: #dadada;
	color: #444444;
}

/************************ end of header navigation menu ************************/

.navLinks
{
	color: #CCC;
	width: 750px;
	display: block;
	padding: 0 0 0 20px;
}
.navLinks a
{
	padding: 2px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	color: #FC0;
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
	line-height: 23px;	
}
.navLinks h1
{
	padding: 2px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	color: #FFF;
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: bold;
}