body {
	background-image: url(images/back.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#wrap {
	background-color: #E0DBD4;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border-right: 1px solid #2F0100;
	border-left: 1px solid #2F0100;
	border-bottom: 1px solid #2F0100;
	text-align: left;
	display: block;
}

html>body #wrap {
}


#wrapColor {
	background-color: #E0DBD4;
}
#header {
	margin: 0px;
}
#menus {
	margin-left: 12px;
	margin-top: -4px;
}
html>body #menus {
	margin-left: 12px;
	margin-top: -0px;
}
#content {
	margin: 0px 0px 0px 20px;
	font: 13px/22px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 40px;

}
#footer {
	width: 756px;
	height: 70px;
}

#FooterLogo {
	float: left;
	width: 100px;
	height: 70px;
	padding-left: 15px;
}
#FooterContents {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	width: 600px;
}
#FooterBar {
	height: 10px;
	width: 600px;
	text-align: right;
	border-top: solid 1px #000000;
	
}
#FooterLinks {
	width: 600px;
	height: 25px;
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: .05em;
}

#FooterLinks a, #FooterLinks a:visited {
	color: #353535;
	text-decoration: none;
}

#FooterLinks a:hover {
	color: #353535;
	text-decoration: underline;
}

#FooterCopyright {
	width: 600px;
	text-align: right;
	color: #666666;
	font-size: 8pt;
	font-family: Arial;
	letter-spacing: .05em;
}

a, a:visited {
	color: #3A3C77;

}
a:hover {
	color: #AD9878;
	text-decoration: none;

}
.borderBottom td {
	border-bottom: 1px solid #3A3C77;
	padding: 5px;
}
.borderRight {
	border-right: 1px solid #3A3C77;
}
.boldBlue {
	font-size: 14px;
	font-weight: bold;
	color: #3A3C77;
}

div#BoxOuter {
	text-align: center;
}
div#Box {
	border: solid 0px #000099;
	width: 250px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #E0DBD4;
}
#BoxWide {
	border: solid 0px #000099;
	width: 400px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #E0DBD4;
}

div#BoxRow {
	position: relative;
	padding-top: 5px;
}
div#BoxLeft {
	width: 100px;
	position: relative;
	float: left;
}
div#BoxRight {
	width: auto;
	position: relative;
}
div#BoxFull {
}
div#BoxError {
	text-align: left;
	color: #FF0000;
}

div.tight {
	line-height: 1.2
}

p.tight {
	margin-bottom: -6px
}

p.tight_header_first {
	margin-bottom: -9px
}

p.tight_header {
	margin-top: 20px;
	margin-bottom: -9px
}