body
{
	background-color:		#CFDBE3;
	margin:					0px 0px 0px 0px;
	width:					780px;					/* does not work in IE5.5 */
}

#contentwrap
{
	vertical-align:			top;
	background-color:		#ffffff;
	padding:				30px 30px 30px 35px;
}

#bodywrap
{
	background-color:		#ffffff;
	width:					780px;					/* specifically for IE5.5 */
}

#menuwrap
{
	background-color:		#ffffff;
	background-image:		url(../../other/images/welcome-bg.gif);
	background-repeat:		repeat-x;
	height:					146px;
}

#menubits
{
	height:					20px;
	border-top:				2px solid #486887;
	border-bottom:			2px solid #486887;
	background-image:		url(../../other/images/menu-bg.gif);
}

#menutab
{
	background-image:		url(../../other/images/nonmenu-bg.gif);
}

.button
{
	background-image:		url(../../other/images/menu-bg.gif);
	padding:				0px 10px 0px 10px;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				12px;
	font-weight:			bold;
	color:					#CBEBFB;
}

.button a,
.button a:visited
{
	color:					#ffffff;
	text-decoration:		none;
}

.button a:active,
.button a:hover
{
	color:					#CBEBFB;
}

#footerwrap
{
	background-image:		url(../../other/images/footer-bg.gif);
	height:					18px;
	font-family:			arial, verdana, helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	color:					#ffffff;
	width:					750px;					/* specifically for IE5.5 */
	padding:				8px 15px 0px 15px;  

}

#footerwrap a,
#footerwrap a:visited
{
	color:					#ffffff;
	text-decoration:		none;
}

#footerwrap a:active,
#footerwrap a:hover
{
	color:					#CBEBFB;
	text-decoration:		none;
}





