@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto 10px;
	width: 948px;
	background-image: url(/Images/Templates/default-bg.jpg);
	background-repeat: repeat;
	color: #000;
}
body, td, textarea, select, input {
	font: 11px Verdana, Geneva, sans-serif;
}
a {
	color: #369;
}
a img {
	border: none;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 15px;
}
th {
	color: #FFF;
	background-color: #415470;
	font-size: 11px;
	padding: 5px;
}
ul li {
	margin-bottom: 7px;
}
h2 {
	font-size: 13px;
	color: #732C2A;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 13px;
	color: #6E8733;
}

table, form {
	margin:0px;
}
#TemplateBody {
	background: #FFF;
}
#TemplateBody #Header {
	background: url(/Images/Templates/Corporate/corporate-header.gif) no-repeat right top;
}
#TemplateBody #Header #Logo {
	padding: 6px;
}
#TemplateBody #Header #MainNav {
	margin-left: auto;
	margin-right: auto;
	width: 484px;
}
#Footer {
	color: #333;
	margin-top: 5px;
}
#Footer #Links {
	float: right;
}
#Footer #Links a {
	color: #333;
}
#Footer #Links a:hover {
	text-decoration: none;
}
.ClearBoth {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 0px;
}
.DivRight {
	float: right;
	margin-left: 20px;
}

.ImgRight {
	float: right;
	margin-left: 20px;
}
