* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

ul {
	margin-left: 30px;
	list-style: square;
}

a,
a:visited {
	color: #053D6A;
	text-decoration: none;
}

a:hover {
	color: #053D6A;
	text-decoration: underline;
}

.Normal {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(images/mainbg.gif) repeat-x #444;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#outerwrapper {
	width: 100%;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 974px;
}

#container {
	width: 974px;
	float: left;
	background: url(images/contentbg.gif) repeat-y #fff;
	text-align: left;
}

#header {
	width: 972px;
	float: left;
	background: url(images/headerbg.gif) repeat;
	position: relative;
	left: 1px;
	height: 111px;
}

#logo {
	width: 449px;
	height: 81px;
	position: relative;
	left: 15px;
	top: 15px;
	float: left;
}

#nav {
	float: left;
	width: 972px;
	height: 27px;
	position: relative;
	left: 1px;
	background: url(images/nav_norm.gif) repeat-x #333;
	margin-bottom: 15px;
	z-index:999;
}

#content {
	float: left;
	width: 974px;
}

#footer {
	width: 974px;
	height: 31px;
	background: url(images/footer.gif) no-repeat;
	margin: 0 auto;
	clear: both;
}

#bottom {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	color: #CCC;
}

a.Footer,
a.Footer:visited,
a.Signin,
a.Signin:visited,
a.User,
a.User:visited {
	color: #CCC;
}

a.Footer:hover,
a.Signin:hover,
a.User:hover {
	text-decoration: underline;
	color: #fff;
}

.panetable {
	width: 944px;
	float: left;
	position: relative;
	left: 15px;
}

.Pane {
}

.UpperPane {
	height: 81px;
	width: 487px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}

.ContentPane,
.RightPane,
.TriPane2,
.TriPane3 {
	padding-left: 10px;
}