body {
	text-align: center;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	background-color: #A2C0DA;
	background-image: url('images/bg.jpg');
}

div#container {
	margin: 0 auto 0 auto;
	width: 600px;
}

td {
	font-family: arial;
	font-size: 12px;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 20px;
	color: #000000;
}


.bottom {
	width: 90%;
	text-align: center;
}


div#header {
	height: 97px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
/*	background: #2F526B; */
	color: #EEE;
	background-image: url('flare-bg-1.jpg');
	background-repeat: no-repeat;
	z-index: 99;
}

div#header-border {
	position: relative;
	top: 0;
	left: 0;
	height: 27px;
	background-image: url('flare-top-border.jpg');
	background-repeat: no-repeat;
	z-index: 100;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.navtop {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-left: 10px;
}

div#navtop {
	position: relative;
	top: 0.5em;
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

div#navtop a {
	text-decoration: none;
	color: #EEE;
}

div#navtop a:hover {
	text-decoration: underline;
}

div#header-title {
	position: relative;
	top: 2.5em;
	font-style: italic;
}

div#wrapper {
	float: right;
	width: 63em;
}

div#content {
	background-color: #FFF;
	color: #606060;
}

div#content-inner {
	position: relative;
	top: 1em;
	left: 1em;
	width: 61em;
}

div#content-inner a {
	text-decoration: underline;
	color: #0000FF;
}

div#content-inner a:active, a:visited {
	text-decoration: none;
	color: #FF0000;
}

div#content-inner a:hover {
	text-decoration: none;
	color: #FF0000;
}

#content-inner-left{
	float: left;
	clear: left;
	margin: 0 0 0 0;
	width: 45em;
	overflow:hidden;
}

#content-inner-right{
	float: right;
	margin: 0 0 0 0;
	width: 15em;
	border-left: 1px solid #EEE;
}


p {
	line-height: 1.4;
	margin: 10px 0px 10px 0px;
}

div#navigation {
	float: left;
	width: 13em;
	background: #2F526B;
	background-image: url('flare-nav-1.jpg');
	background-repeat: no-repeat;
}

.menu-header a:link, .menu-header a:active, .menu-header a:visited, .menu-header a:hover {
	padding-left: 0px;
	line-height: 24px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}


.menu a:link, .menu a:active, .menu a:visited, .menu a:hover {
	padding-left: 5px;
	line-height: 18px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #EEE;
	text-decoration: underline;
}

div#navbottom {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}

div#footer {
	position: relative;
	top: 0;
	background-color: #2F526B;
	clear: both;
	text-align: right;
	height: 2em;
	width: 79em;
}

div#footer p {
	margin: 0;
	padding: 0;
}

div#copyright {
	position: relative;
	top: 0.5em;
	width: 75em;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #EEE;
	background-color: #2F526B;
}