body { 
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#container {
	width: 752px;
	border: 2px solid #4F5153;
	border-top: 0px;
	border-bottom: 1px solid #000;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
}
/* Header Styles */
#head {
	margin: 0px;
	padding: 0px;
	height: 253px;
}

/* End Head Styles */

/* Menu Styles */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu {
	width: 752px;
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	background: black url('images/blue.gif') center center repeat-x;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	color: white;
	padding: 9px 49px;
	text-decoration: none;
	border-right: 1px solid white;
}

.menu li a:visited {
	color: white;
}

.menu li a:hover, .menu li .current {
	color: white;
	background: transparent url('images/red.gif') center center repeat-x;
}
/* End Menu Styles */

/* Main Page Styles */
#main {
	font-family: Times;
	font-size: 14px;
	display: block;
	margin: 20px;
}
#main h1 {
	color: #980e10;
	font-size: 18px;
	font-variant: small-caps;
}
#main h2 {
	color: #272479;
	font-size: 16px;
	font-variant: small-caps;
	border-bottom: 1px solid #202237;
}
#main h3 {
	color: #980e10;
	font-size: 17px;	
}
#main p, li {
	line-height: 20px;
}
#main p.red {
	color: #990000;
}
#main li {
	list-style-type: disc;
	margin: 1em 10px;
}
#main #boxed {
	border: 1px dashed #000;
	padding: 5px 7px 7px 5px;
}
#main hr {
	margin-bottom: 5px;
	border-top: 1px dashed #980e10;
	width: 50%;
	text-align: center;
}
#main a, #main a:active, #main a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #980e10;
	text-decoration: none;
	border-bottom: 1px dashed #980e10;
}
#main img.floatRight {
	float: right;
	margin-left: 10px;
}
#floatLeft {
	width: 350px;
}
#main .block {
	text-align: justify;
}
#main .totop {
	text-align: right;
	font-variant: small-caps;
	margin-right: 15px;
}
div.line {
	display: block;
	width: 96%;
	border-bottom: 1px dashed #4A7D99;
	margin: 0px auto 10px auto;
	text-align: center;
	clear: both;
}
#baseline {
	display: block;
	clear: both;
	height: 20px;
}
#basemenu p {
	text-align: center;
}
#basemenu a, #basemenu a:active, #basemenu a:visited {
	color: #202237;
	text-decoration: none;
}
#basemenu a:hover {
	text-decoration: underline;
	color: #980e10;
}
/* End Main Page Styles */

/* Footer Styles */
#foot {
	margin: 0;
	padding: 0;
	clear: both;
	height: 110px;
	width: 100%;
	overflow: hidden;
	background-color: #202237;
	border-top: 1px solid #625e00;
}
#foot p {
	font: 11px Arial;
	text-align: center;
	color: #fff;
	line-height: 18px;
	padding: 3px 20px 5px 20px;
}
#foot a, #foot a:active, #foot a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#foot a:hover {
	color: #fba001;
	text-decoration: none;
}
#foot a:hover.red {
	color: #ff3333;
	text-decoration: none;
}
/* End Footer Styles */

/* Contact Form Styles */
div.row {
  	color: #000;
  	clear: both;
  	padding-top: 5px;
}
div.row span.label {
  	width: 150px;
  	float: left;
  	text-align: right;
  	padding-right: 7px;
}
div.row span.formw input, textarea, textarea {
  	float: left;
  	width: 350px;
  	text-align: left;
	width: 200px;
}
p.submit {
	text-align: left;
	margin-left: 50px;
}
input {
	width: 150px;
}
input.nowidth {
	width: 30px;
	margin-left: 130px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* End Contact Form Styles */
