body,
html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
	background: #0C2065;
	color: #000000;
}

body {
	min-width: 819px;
}

/* General stuff */

#content a:link,  {
  color: #0000BB;
  text-decoration: underline;
}

#content a:visited {
  color: #990099;
  text-decoration: underline;
}

a:link, a:active {
  color: #0000DD;
  text-decoration: none;
}

a:visited {
  color: #9900AA;
  text-decoration: none;
}

a:hover {
  color: #BBBBBB;
  text-decoration: underline;
}

/* Standard elements */

td, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 2em;
}

h2 {
	margin: 0px 0px 10px 0px;
  color: #000000;
  font-weight: bold;
  font-size: 1.8em;
}

h3 {
	margin: 0px 0px 10px 0px;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
}

h4 {
	margin: 0px 0px 0px 0px;
  color: #000000;
  font-weight: bold;
  font-size: 1.3em;
}

img.RightAligned {
    margin-left: 15px;
    margin-bottom: 5px
}

/* Total design wrapper */

#wrap {
	background: #0C2066 url("../images/backfade.jpg") repeat-x top;
	/* margin: 0 auto; */
	margin: 0px auto;
	padding: 0 15px 0 15px;
	width: 787px;
}

/* Header */

#header {
	background: #FFFFFF url("../images/header.gif") no-repeat bottom;
	width: 787px;
	height: 127px;
}

/* Main area */
  
#mainarea {
	float: left;
	background: #FFFFFF url("../images/mainback.gif") repeat-y top left;
	width: 787px;
	padding: 0;
	margin: 0;
}

/* Main content area */

#content {
	background: url("../images/side-pic.jpg") no-repeat top left;
	padding: 0px 13px 0px 170px;
	margin: 0 0 -10px 0;
}

#text {
	padding-top: 13px;
	background: url("../images/lg-logo-white-bg.gif") no-repeat bottom right;
}


/* Navigation */

#navigation {
	text-align: right;
	width: 787px;
/*	height: 30px; */
	background: #FFFFFF url("../images/tabs.gif") repeat-x top;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}

#navigation a:link, #navigation a:active, #navigation a:visited  {
  color: #FFFFFF;
  height: 30px;
  text-decoration: none;
}

ul.navigation {
	margin: 0;
	list-style: none;
	padding-left: 0;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
}

ul.navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.navigation a {
	border-left: 1px solid #FFF;
	border-bottom: none;
	padding: 6px 7px 6px 7px;
	margin-right: -4px;
	text-decoration: none;
	font-weight: bold;
	/* color: white; */
}

ul.navigation a:hover {
	background-color: white;
	color: #0000BB;
}

#navigation a:hover {
	color: black;
}

li.currentPage a {
	/* background-color: #AAA; */
	background: #AAA url("../images/tabs-active.gif") repeat-x top;
}


/* Footer section */
  
#footer {
	clear: both;
	background: #FFFFFF url("../images/footer.gif") no-repeat bottom;
	width: 787px;
	height: 46px;
	color: #222266;
}

#footer p {
	padding: 5px 15px 0px 15px;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
}

#footer a:link, #footer a:active, #footer a:visited  {
  color: #222255;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
  text-decoration: underline;
}

/* Admin cells */
.admincell {
	BORDER-COLOR: #DDD;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	PADDING: 5px;
}

.adminheader {
	COLOR: #FFF;
	BACKGROUND-COLOR: #0066AA;
	BORDER-COLOR: #222;
	FONT-WEIGHT: bold;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 1px;
	PADDING: 7px;
}

/* rte fonts */
form.rte-block {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
}