/* Layout Styles */

BODY {
	margin: 0px;
	font: .9em Georgia, "Times New Roman", Times, serif;
	color:#333333;
 	text-align: center;
}

P {
	color:#333333;
	margin: 0px;
	padding: 0px 0px 24px 50px;
	font-family: .9em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
}

TABLE, TD, TR {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: .9em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
}

H2 {
	color:#000000;
	margin: -4px 0px 0px 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: +2px;
}

H3 {
	color:#333333;
	margin: -6px 0px 0px 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: +1px;
}



A:link {
	color: #333333;
}

A:hover {
	color: #980000;
}

A:visited {
	color: #000000;
}

.left_bg {
	margin-left: auto;
	margin-right: auto;
/*	padding-left: 17px; */
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
}

.right_bg {
	margin-left: 17px;
	background-position: top right;
	background-repeat: repeat-y;
}

.texture_bg {
	margin-right: 17px;
	background-color: #F6F0C7;
	background-image: url(images/layout/bg_texture.gif);
}

.content {
	min-height: 100%;
	padding-left: 55px;
	background-repeat: repeat-y;
	background-position: top left;
}

.header {
	padding: 30px 28px 60px 28px;
}

.nav_btns {
	margin: 0px;
	float: right;
}

.nav_btns LI {
	display: inline;
}

.footer {
	clear: both;
	height: 77px; /* Height of the Aura logo, since it is floated */
	padding: 50px 28px 30px 50px;
	font-size: 11px;
	line-height: 20px;
}

.aura_logo {
	float: left;
	margin-right: 14px;
}

.footer_text {
	font-size: 11px;
	float: left;
	margin-top: 27px;
}

/* Shared Styles */

A IMG {
	border: 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
	display: inline;
}

HR {
	clear: both;
	border: none;
	height: 9px;
	font-size: 13px;
	line-height: 24px;
	margin: 0px 0px 24px 50px;
	background-image: url(images/layout/rule.gif);
}

.header_img {
	margin: 0px 50px 30px 50px;
}

.body_copy {
	float: left;
	width: 450px;
}

.body_wide {
	float: left;
	width: 600px;
}

.no_hang {
	padding-bottom: 0px;
}

.indent {
	text-indent: 30px;
}

.upper {
	text-transform: uppercase;
	letter-spacing: +3px;
}

.caption {
	font-style: italic;
	margin-top: 14px;
	font-size: 11px;
	line-height: 14px;
}

.input_label {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 15px;
}

.input_field {
	margin-top: 0px;
	width: 225px;
}

.input_label TEXTAREA {
	width: 300px;
	height: 150px;
}

.button {
	margin-right: 14px;
}

.news {
	padding-right: 50px;
	padding-left: 50px;
}


