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

#containertitle .head
{
	font-size: 18px;
	color: #eba81e;
	font-family: arial;
	font-weight: bold;
}

#container_b6 .normal
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container_b6 a:link
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#container_b6 a:hover
{
	color: #c5d0ff;
	font-weight: bold;
	text-decoration: underline;
}

#container_b6 a:active
{
	color: #c5d0ff;
	font-weight: bold;
	text-decoration: underline;
}

#container_b6 a:visited
{
	color: #c5d0ff;
	font-weight: bold;
	text-decoration: underline;
}

#container_b6 h2
{
	color: #ffffff;
}

ul li
{
	list-style-type: none;
}

ul li:before
{
	content: "»";
}


/*
ul li { list-style-type: none;
        margin-left: 1.7em;
        text-indent: -1.7em; }
ul li:before { content: "\2014 ";
               display: block;
               float: left;
               width: 1.7em; }
*/

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

#container_a1
{
	background-image: url(images/containera2.jpg);
	width: 100%;
	height: 8px;
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	display: inline;
	margin-top: 2px;
}

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

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

#container_b1
{
	width: 100%;
	background-image: url(images/containerb2.jpg);
	background-color: #004c94;
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	display: inline;
}

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

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

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

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

#container_b6
{
	margin-top: 7px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

#container_c1
{
	background-image: url(images/containerc2.jpg);
	width: 100%;
	height: 8px;
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	display: inline;
	margin-bottom: 9px;
}

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

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

#clear
{
	clear: both;
}

