@charset "UTF-8";
/* CSS Document */

#silvernoframe_a4 .Head
{
	font-size: 13px;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
}

.Normal
{	font-weight: normal;
	font-size: 16px;
	color: #595959;
	font-family: arial;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


/* --------------- Layout --------------- */

#silvernoframe_a1
{
	background-image: url(images/a2.jpg);
	width: 100%;
	height: 34px;
	background-position: top right;
	background-repeat: repeat-x;
	/* Displays Container Properly When Editing as an Administrator */
	_float: left;
	_display: inline;
}

#silvernoframe_a2
{
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 34px;
	background-position: top left;
}

#silvernoframe_a3
{
	background-image: url(images/a3.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	background-position: top right;
}

#silvernoframe_a4
{
	margin-left: 12px;
	margin-top: 6px;
	float: left;
	display: inline;
}

#silvernoframe_b1
{
	width: 100%;
	background-image: url(images/b2.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	background-color: #f5f5f5;
}

#silvernoframe_b2
{
	width: 100%;
	float: left;
	display: inline;
	background-image: url(images/b3b.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

#silvernoframe_b2b
{
	width: 100%;
	float: left;
	display: inline;
	background-image: url(images/b3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#silvernoframe_b3
{
	width: 100%;
	float: left;
	display: inline;
	background-image: url(images/b1b.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#silvernoframe_b3b
{
	width: 100%;
	float: left;
	display: inline;
	background-image: url(images/b1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#silvernoframe_b4
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#silvernoframe_c1
{
	width: 100%;
	height: 15px;
	background-image: url(images/c2.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	font-size: 0px;
	line-height: 0;
	margin-bottom: 5px;
}

#silvernoframe_c2
{
	width: 100%;
	height: 15px;
	background-image: url(images/c3.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0;
}

#silvernoframe_c3
{
	width: 100%;
	height: 15px;
	background-image: url(images/c1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

/* Blackberry Optimization */
@media all_
{
	/* Corrects Container Rendering When Zoomed Out */
	#silvernoframe_b1
	{
		margin-top: -.5px;
	}
}

#clear
{
	clear: both;
}


