@charset "UTF-8";

/*IE PNG fix*/
img, div { behavior: url(iepngfix.htc) }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #405f74;
	margin: 0px;
	line-height: 13pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	font-variant: small-caps;
	font-size: 24pt;
}

a:link {
	color: #006666;
}
a:visited {
	color: #003333;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #00CCCC;
}

.bigwrapper
	{
	width: 1055px;
	margin-right: auto;
	margin-left: auto;
	}
.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	width: 1055px;
}
.empty_left {
	float: left;
	width: 97px;
}
.wrapper {
	float: left;
	width: 1055px;
	background-image: url(../images/content_sides.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.navleft {	
	float: left;
	width: 213px;
	}
.logobottom {
	background-image: url(../images/logo_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 125px;
	width: 435px;
}.navright {
	float: left;
	width: 212px;
}
.empty_right {
	float: left;
	width: 98px;
}
.bottom {
	float: left;
	width: 1055px;
	background-image: url(../images/content_bottomside.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	height: 40px;
}

.bottom a:link {
	color: #CCCCCC;
}
.bottom a:visited {
	color: #999999;
}
.bottom a:active {
	color: #FF0000;
}
.bottom a:hover {
	color: #00CCCC;
}

.wrapper_inside {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	width: 1055px;
	background-position: center;
	height: 98px;
}
.wrappertext {
	padding-right: 175px;
	padding-left: 175px;
	padding-top: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
