body {
	background: #F7E894 url(images/bg_main.gif) repeat-x;
	margin-top: 0px;
	font : 12px/15px Arial, Helvetica, sans-serif;
}

/* text attributes */

p {
	margin: 10px 0px 0px 0px;
}

h1 {
	font: 18px/34px Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	color: #DF2F36;
	text-transform: uppercase;
	border-bottom: 1px dashed #DF2F36;
}

h1.welcome {
	font: 21px/36px Futura Lt BT, Arial, Helvetica, sans-serif;
	padding-left: 46px;
	margin-top: 5px;
}

h2 {
	font : bold 14px/16px Arial, Helvetica, sans-serif;
	color: #24266F;
	margin: 20px 0px 0px 0px;
}

h3 {
	font : 16px/19px Futura Lt BT, Arial, Helvetica, sans-serif;
	color: #24266F;
	display: block;
	margin: 20px 0px 0px 0px;
}

.txtPad {
	padding: 0px 40px 60px 40px;
}

a {
	color: #24266F;
	text-decoration: underline;
}

a:hover {
	color: #24266F;
	text-decoration: none;
}
/* END text attributes */

img {
	display: block;
}

#Lvl1 {
	background: url(images/bg_boxsides.gif) top right repeat-y;
	width: 704px;
	position: relative;
	margin-top: 21px;
	text-align: left;
}

#hdr {
	background: url(images/hdr_homepage.jpg) top right no-repeat;
	height: 129px;
}

#hdrSub {
	background: url(images/hdr_sub.jpg) top right no-repeat;
	height: 129px;
}

#navHome {
	background: #FFF;
	margin-left: 20px;
}

#txtHome {
	width: 375px;
	clear: both;
	margin-left: 215px;
}

#txtSub {
	width: 375px;
	margin-left: 215px;
}

#credit {
	width: 122px;
	margin-left: 32px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footer {
	clear: both;
}

#Lvl2 {
	position: relative;
	background: #FFFFFF url(images/Vrule.gif) repeat-y;
	width: 660px;
	border-top: 10px solid #24266F;
	border-bottom: 1px solid #4E4A44;
	text-align: left;
}

#Lvl2.cs {
	position: relative;
	background: #FFFFFF;
	width: 660px;
	border-top: 10px solid #24266F;
	border-bottom: 1px solid #4E4A44;
	text-align: left;
}

.pad {
	padding: 15px;
}

.clearit {
	clear: both;
	height: 1px;
}

.inline {
	display: inline;
}

.hdr {
	background: #24266F;
	height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

.rev {
	color: #FFF;
}


/* Navigation Bar */

#nav {
	width: 122px;
	height: 75px;
	margin-left: 14px;
	padding-top: 18px;
}

#nav a {
	display: block;
	padding: 8px 0px 8px 0px;
	color: #00496D;
	border-top: 1px solid #00496D;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

/* End Navigation Bar */

/* Forms */

input, select {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 250px;
}

input.left, select.left {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 100px;
}

input.radio, input.submit {
	background: #FFF;
	border: none;
	width: auto;
}

textarea {
	background: #F1F1F1;
	border: 1px solid #776A57;
	width: 570px;
	height: 250px;
}

input.button {
	color: #FFF;
	background: #323375;
	border: 1px solid #776A57;
	width: auto;
	margin-right: 5px;
}

/* End Forms */
