body,html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, td, .NormalText {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #9EA0A2;
	line-height: 2em;
}

img {
	border: 0;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

br.clear {
	clear: both;
}

/*--- Header Styles ---*/

h1 {
	width: 700px;
	height: 11px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 10px;
	line-height: 1em;
}

* html h1 {
	margin-bottom: 6px;
}

div#content h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
}

* .flashTitle {
	display: block;
	width: 430px;
	height: 14px;
	margin-left: 10px;
	margin-bottom: 17px;
}

* html .flashTitle {
	margin-bottom: 2px;
}

/*--- Link Styles ---*/

a:link, a:visited, a:active {
	color: #9EA0A2;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #9EA0A2;
}

a:hover {
	color: #828282;
	border-color: #828282;
}

div#arrows-nav {
	text-align: right;
	margin-top: 0px;
}

* .arrow-left, .arrow-right {
	border: 0;
}

* .arrow-right, * #nav_arrow_right_inactive {
	margin-left: 10px;
}

a.NoBorder:link,
a.NoBorder:active,
a.NoBorder:visited,
a.NoBorder:hover {
	border: 0;
}

/*--- Edit.com Custom Styles ---*/

.Copyright {
	font-size: 12px;
}



/*--- Table Styles ---*/

table.tblContent td {
	line-height: 1.8em;
}

table#content-vertical-style {
	height: 420px;
	margin-top: 40px;
	margin-left: 40px;
}

table#content-vertical-style td {
	vertical-align: middle;
}

/*--- Layout ---*/

div.message {
	width: 250px;
	font-size: 12px;
	text-align: left;
	color: red;
	font-weight: bold;
	margin: 10px auto 0 auto;
	clear: both;
}

table#outer {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table#outer td#outer-cell {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#frame {
	text-align: left;
	width: 720px;
	margin: 0 auto 0 auto;
}

div#content {
	float: left;
	width: 700px;
	height: 478px;
	border-top: 1px solid #9EA0A2;
	margin: 0 0 0 10px;
}

* html div#content {
	margin-left: 5px;
}

div#nav {
	float: left;
	width: 720px;
	height: 60px;
	padding: 0;
}

div#footer {
	float: left;
	width: 720px;
	color: #C2C2C2;
	font-size: 10px;
	text-align: center;
}