/* Layout Styles */

body {
	margin: 0;
	background: #9C0000 url("New_Folder/Aimages/background_repeat.gif") top left repeat-x;
}

table#page-template {
	background: url("New_Folder/Aimages/background_banner.gif") top left no-repeat;
	width: 100%;
	height: 100%;
}

td#banner-cell {
	height: 270px;
}

td#menu-cell {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 10px;
	white-space: nowrap;
}

td#content-cell {
	height: 100%;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
}

td#footer-cell {
	padding: 25px 60px 25px 0;
	text-align: center;
}

/* Font Styles */

body, td, p, span, div, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:130%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9933;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 26px;
}

p {
	margin-top: 10px;
}

p.statement {
	font-size: 11px;
	font-weight: bold;
}

p.address {
	font-weight: normal;
}

p.subscript {
	font-size: 10px;
	font-weight: normal;
}

/* Image Styles */

img.float-right {
	float: right;
	border: 2px solid #FFFFFF;
	margin: 0 0 25px 30px;
}

img.float-left {
	float: left;
	border: 2px solid #FFFFFF;
	margin: 0 30px 25px 0;
}

/* Menu Styles */

a.menu-item {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu-item:hover {
	color: #FF9933;
}

a.mi1 {
	margin-left:79px;
}

a.mi2 {
	margin-left:57px;
}

a.mi3 {
	margin-left:42px;
}

a.mi4 {
	margin-left:27px;
}

a.mi5 {
	margin-left:16px;
}

a.mi6 {
	margin-left:5px;
}

a.mi7 {
	margin-left:1px;
}

a.mi8 {
	margin-left:0px;
}

a.mi9 {
	margin-left:0px;
}

a.mi10 {
	margin-left:0px;
}

a.mi11 {
	margin-left:0px;
}

a.sub-menu-item {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}

a.sub-menu-item:hover {
	color: #FF9933;
}
a.selected {
	color: #FFFFFF;
}

.menuheightspacer {
	height: 15px;
}


