@charset "UTF-8";
/* CSS Document */

#a4 .Head
{
	font-size: 20px;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
}

/* --------------- Layout --------------- */

#a1
{
	background-image: url(images/a2.jpg);
	width: 100%;
	height: 44px;
	background-position: top right;
	background-repeat: repeat-x;
	/* Displays Container Properly When Editing as an Administrator */
	_float: left;
	_display: inline;
}

	
#a2
{
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 44px;
	background-position: top left;
}

#a3
{
	background-image: url(images/a3.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 100%;
	background-position: top right;
}

#a4
{
	margin-left: 16px;
	margin-top: 10px;
	float: left;
	display: inline;
}

#b1
{
	width: 100%;
	float: left;
	display: inline;
	background-color: #efefef;
	min-height: 30px;
}

#b2
{
	width: 100%;
	float: left;
	display: inline;
}

#b2b
{
	width: 100%;
	float: left;
	display: inline;
	background-position: top right;
}

#b3
{
	width: 100%;
	float: left;
	display: inline;
}

#b3b
{
	width: 100%;
	float: left;
	display: inline;
}

#b4
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#c1
{
	width: 100%;
	height: 12px;
	background-color: #efefef;
	float: left;
	display: inline;
	font-size: 0px;
	line-height: 0;
	margin-bottom: 5px;
}

#c2
{
	width: 100%;
	height: 12px;
	background-image: url(images/c3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0;
}

#c3
{
	width: 100%;
	height: 12px;
	background-image: url(images/c1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 0;
}

/* Blackberry Optimization */
@media all_
{
	/* Corrects Container Rendering When Zoomed Out */
	#bhcccontainer_b1
	{
		margin-top: -.5px;
	}
}

#clear
{
	clear: both;
}


