body {
	background-image: url("../images/Ua1.jpg");
	margin: 0;
	padding: 0;
}

BODY, TD, .NormalText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

A:active, A:visited, A:link {
	color: #000080;
	text-decoration: underline;
}

A:hover {
	color: #0000D2;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}


/*---------------- Layout --------------------*/

div#frame {
	width: 740px;
	
}

div#header {
	width: 740px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

div#body {
	width: 739px;
	float: left;
	margin-top: 20px;
	background-color: #ffffff;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

* html div#body {
	width: 740px;
}

div#Nav {
	width: 129px;
	float: left;
	border-right: 1px solid #888888;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

* html div#Nav { /*IE Only*/
	width: 150px;
}

div#Content {
	width: 578px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	
}

div#footer {
	width: 740px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

/*----------- Layout Specific ---------*/

div#Nav a {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

div#Nav hr {
	width: 80%;
	border: 0px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	height: 1px;
	margin-bottom: 16px;
	margin-top: 16px;
}


/*------------- Custom Styles -----------*/

.SiteHeader {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}

.PageTitle {
	color: #000080;
	font-size: 20px;
	font-weight: bold;
}

.SectionTitle {
	color: #000080;
	font-size: 18px;
	font-weight: bold;
}

.SmallText {
	font-size: 10px;
}

.Superscript {
	vertical-align: super;
	font-size: 10px;
}

td.TopBorder {
	border-top: 1px solid black;
}

/*------------- Table Styles ---------*/

table.tblSections td {
	border-bottom: 1px solid black;
}

table.tblSections {
	margin-bottom: 10px;
}