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

body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	text-decoration: none;
	color: #333333;
	margin: 0px;
}
a img {
	border: none;
}
a {
	outline: none;
}
#container {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#contentwrap {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	position: relative;
	height: auto;
	margin-bottom: 0px;
}
#shadow {
	position: absolute;
	left: -47px;
	top: 175px;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 165px;
	position: relative;
}
#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 591px;
	top: 55px;
	left: 60px;
	z-index: 500;
}
#navbar-back {
}


#navigation {
	margin: 0px;
	padding: 0px;
	height: 57px;
	position: relative;
	font-weight: bold;
	z-index: 500;
	background-image: url(../images/navigation-bg.png);
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 57px;
	width: auto;
	position: relative;
}
#navigation ul li a {
	color: #a1c5ee;
	display: block;
	text-decoration: none;
	height: 41px;
	margin: 0px;
	padding-right: 23px;
	padding-left: 23px;
	padding-top: 16px;
	width: auto;
	padding-bottom: 0px;
	float: left;
	position: relative;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 961px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
}
#content-main {
	background-color: #FFF;
	background-image: url(../images/stripes.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	min-height: 400px;
	height: auto;
	width: 634px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 34px;
	position: relative;
}
#content-main h1 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}

#content-main a {
	color: #344D71;
}
#content-main table {
	width: auto;
	position: relative;
	margin-top: 30px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content-main table td {
	padding-bottom: 30px;
}
#content-main h3 {
	margin: 0px;
	padding: 0px;
}
#content-main  p  {
	padding-bottom: 12px;

}




#content-right {
	padding: 0px;
	float: right;
	height: auto;
	width: 253px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	background-image: url(../images/sidebar-bg.jpg);
}
#content-right p {
	font-size: 80%;
	text-align: center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#content-right a {
	color: #999999;
	text-decoration: none;
}
#content-right a:hover {
	color: #CCCCCC;
}

#content-right img {
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#ftr-txt {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding-left: 23px;
}
#ftr-txt a {
	color: #999999;
	text-decoration: none;
}
#ftr-txt a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.space {
	padding-right: 54px;
	padding-left: 54px;
	color: #373F4A;
}

#clear {
	clear: both;
}


#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 17px;
}
#fill {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}

