html, body {
	background-color: white;
	background-image: url(../images/page_back.jpg);
	background-position-x: 50%;
	background-position-y: 0%;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

div {
	display: block;
}

.wrapper {
	height:100%;
}

.inside {
	width: 1090px;
	margin: 0px auto;
}

a:link { color: #527b90; text-decoration: none; }
a:active { color: #527b90; text-decoration: none; }
a:visited { color: #527b90; text-decoration: none; }
a:hover { color: #527b90; text-decoration: underline; }

a.footerlink:link { color: #83a6b7; text-decoration: none; padding-left: 15px; }
a.footerlink:active { color: #83a6b7; text-decoration: none; padding-left: 15px; }
a.footerlink:visited { color: #83a6b7; text-decoration: none; padding-left: 15px; }
a.footerlink:hover { color: #83a6b7; text-decoration: underline; padding-left: 15px; }


/* FRONT PAGE TOP CSS
====================================================== */

.headings {
	color: #1b6276;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 15px;
	display: inline;
}

.footer {
	width: 970px;
	display: block;
	margin-left: 30px;
}

.footerhr {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

.footer-left {
	float: left;
	padding: 10px 0px 0px 10px;
	font: bold 12px Arial, Verdana;
	color: #c7c7c7;
}

.footer-right {
	float: right;
	padding: 10px 10px 0px 0px;
	font: 12px Arial, Verdana;
}

/* SETTINGS PAGE CSS
====================================================== */
.rightcontent {
	background-image: url(../images/content_left.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	width: 700px;
	min-height: 400px;
	margin-left: 290px;
	margin-right: 20px;
	margin-top: -69px;
	padding-left: 20px;
	position: relative;
	display: block;
}

.rightcontentwrapper {
	background-image: url(../images/content_right.jpg);
	background-position-x: 100%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	padding: 40px 40px 40px 20px;
	display: block;
	min-height: 400px;
}

.leftContent {

	left: 30px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	width: 240px;
	display: block;
}

.bottomcontent {
	background-image: url(../images/content_bottom_left.gif);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	width: 700px;
	min-height: 290px;
	margin-left: 290px;
	margin-right: 20px;
	margin-top: -269px;
	padding-left: 20px;
	position: relative;
	display: block;
}

.bottomcontentwrapper {
	background-image: url(../images/content_bottom_right.gif);
	background-position-x: 100%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	padding: 40px 40px 40px 20px;
	display: block;
	min-height: 290px;
}

.header {
	background: url(../images/settings_logo.jpg) no-repeat;
	height: 109px;
	width: 280px;
	left: 0px;
	posiition: absolute;
	top: 0px;
	overflow: hidden;
	display: block;
}

.menu {
	line-height: 20px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.menu li {
	background: url(../images/separator.jpg) no-repeat 50% 100%;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 3px;
	font: 13px Arial, Verdana;
	color: #666666;
	display: block;
	cursor: pointer;
}

.menu li a:link { color: #666666; text-decoration: none; }
.menu li a:active { color: #666666; text-decoration: none; }
.menu li a:visited { color: #666666; text-decoration: none; }
.menu li a:hover { color: #666666; text-decoration: none; }

.menuExtended ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

.menu li li {
	font: 12px Arial, Verdana;
	background: none;
	cursor: pointer;
}