body {
	
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.jpg) #fff repeat-y top left;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #000080;
}

a:hover {
	color: #000;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content ul {
	list-style-image: url(../Resources/Images/check.gif);
}

form {
	display: inline;
}

a img {
	border: 0;
}

br.clear {
	clear: both;
}

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

BODY, TD, .NormalText {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

h1, .PageTitle {
	font-size: 18px;
	font-weight: bold;
}

.Header {
	color: #000080;
	font-weight: bold;
}

.BlueText {
	color: #000080;
}

.GreyText {
	color: #808080
}

.CaptionText {
	font-size: 9px;
}

.Superscript {
	vertical-align: super;
	font-size: 10px;
}

/*--- IMG Styles ---*/



/*--- TD Styles ---*/



/*--- Form Styles ---*/

textarea.Notes, input.Text {
	width: 300px;
}

/*--- Nav Layout ---*/

div#nav ul {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}

div#nav ul li {
	position: relative;
	float: left;
}

div#nav ul a {
	text-decoration: none;
	display: block;
	width: 109px;
	float: left;
	padding: 3px 0 3px 5px;
	border-left: 1px solid #ABABAB;
	color: #333;
	font-weight: normal;
	font-size: 10px;
}

* html div#nav ul a {
	width: 115px;
}

div#nav ul a:hover {
	background-color: #fff;
}

/*--- Sub Menus ---*/

div#nav ul li ul {
	position: absolute;
	width: 160px;
	left: 0; /* Set 1px less than menu width */
	top: 18px;
	display: none;
	border: 1px solid #ABABAB;
}

div#nav ul li ul a {
	width: 155px;
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	background-color: #fff;
}

* html div#nav ul li ul a {
	width: 160px;
}

div#nav ul li ul a:hover {
	background-color: #F1F1F1;
}

div#nav ul li:hover ul, div#nav ul li.over ul { display: block; } /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html div#nav ul li { float: left; height: 1%; }
* html div#nav ul li a { height: 1%; }
/* End */

/*--- Layout ---*/

div#frame {
	width: 775px;
	margin: 0px;
}

div#header {
	float: left;
	width: 765px;
	height: 46px;
	padding: 20px 0px 20px 10px;
	background-color: #fff;
}

* html div#header {
	width: 765px;
	height: 86px;
	margin-left: 5px;
}

div#header h1 {
	font-size: 42px;
	text-align: center;
}

div#nav {
	float: left;
	background-color: #E7E7E7;
}

div#body {
	float: left;
}

div#sidebar {
	width: 181px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

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

div#content {
	width: 570px;
	float: left;
}

div#content h1 {
	margin-left: 10px;
}

* html div#content h1 {
	margin-top: 10px;
}

div#footer {
	float: left;
	width: 595px;
	margin-top: 20px;
}