@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/Background%20without%20blur.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 945px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
}

#header_cont {
	position:relative;
	width:940px;
	height:503px;
}

#pic_container	{
	position: absolute;
	left: 9px;
	top: 78px;
	width: 922px;
	height: 390px;
	z-index: 2;
}

#top_banner {
	position:absolute;
	top:0;
	left:0;
	width:940;
	height:501px;
	z-index:3;
}

#logo	{
	position:absolute;
	top: 27px;
	left: 56px;
	width:318px;
	height:118;
	z-index:4;
}

#navigation	{
	position: absolute;
	top: 120px;
	left: 718px;
	width: 221px;
	height: 290px;
	background-image: url(../images/navbkgd.png.png);
	background-repeat: no-repeat;
	z-index: 3;
}

#pgcontent {
	width: 930px;
	background-color:#E4E5E6;
}
#tContent {
	width: 90%;
	margin: 0 auto 20px auto;
	text-align: justify;
}
#txtcontent {
	width:900px;
}
.txtwraplft {
	float:left;
	clear:both;
	padding-right:10px;
	padding-bottom:10px;
}
.txtwrapright {
	float:right;
	clear:right;
	padding-left:30px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#footer {
	width: 940px;
	height: 44px;
	background-image:url(../images/Bottom-Bar.gif);
	background-repeat:no-repeat;
	clear:both;
}

#sco {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	margin-top:10px;	
}

tr.nav {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
}
tr.bot {
	font-size:10px;
	color:#fff;
	vertical-align:middle;
}

td.bord {
	border-right-color:#333;
	border-right-style:solid;
	border-right-width:1px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:left;
	margin: 0px 0px 0px 0px;
}

h2	{
	font-size:12px;
	color:#FF9;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-size:10px;
	color:#FFF;
}

h3 {
	font-size:12px;
	text-align:justify;
	color:#333;
}
h5 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:left;
	margin: 0px 0px 0px 0px;
}

a.white:link {
	color: #FFF;
	text-decoration: none;
}

a.white:visited {
	text-decoration: none;
	color: #FFF;
}

a.white:hover {
	text-decoration: none;
	color: #BFFFFF;
}

a.white:active {
	text-decoration: none;
	color: #FFF;
}

a.grey:link {
	color: #333;
	text-decoration: none;
}

a.grey:visited {
	text-decoration: none;
	color: #333;
}

a.grey:hover {
	text-decoration: none;
	color: #0085B2;
}

a.grey:active {
	text-decoration: none;
	color: #333;
}
