body, html {
	background-color: #0e1729;
	background: url(../images/backgrnd.jpg) repeat;
	background-attachment: fixed;
	background-position: top left;
	margin: 0;
	padding: 0;
}

body {
	min-width: 900px;
	background: url(../images/bg-cd.png) no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#header {
	width: 900px;
	height: 102px;
}

#logo {
	float: left;
    width: 400px;
	height: 102px;
}

#tagline {
	float: right;
    width: 500px;
	height: 32px;
	padding-top: 44px;
}

#menu {
	clear: both;
	width: 1000px;
	height: 30px;
}

#menu .item_selected a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/bg-NavOn.png);
	display: block;
	float: left;
	width: 169px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
}

#menu .item_selected a:hover {
	background-image: url(../images/bg-NavOn.png);
	color: #223776;
	text-decoration: none;
}

#menu .item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/bg-NavOff.png);
	display: block;
	float: left;
	width: 169px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
}
	
#menu .item a:hover {
	background-image: url(../images/bg-NavOver.png);
	color: #000;
	text-decoration: none;
}

.leftImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.rightImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}


#content {
	clear: both;
	float: left;
	width: 900px;
	background-color: #fff;
}

#contentLeft {
	float: left;
    width: 640px;
	background-color: #fff;
}

#contentLeftText {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	line-height: 17px;
	margin: 30px;
	height: 563px;
	padding-left: 210px;
	border: solid 1px #223776;
	background-image: url(../images/icons-hp.jpg);
	background-repeat: no-repeat;
}

#contentLeft2 {
	float: left;
    width: 900px;
	background-color: #fff;
}

#contentLeftText2 {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	line-height: 17px;
	margin: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #223776;
}

#contentLeftText2 .icons {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: -20px;
}

#contentLeftText2 .title {
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	line-height: 17px;
}

#contentLeftText2 table.memapp { background: #eee; }

#contentLeftText2 tr.white { background: #fff; }

#contentRight {
	background-color: #fff;
	float: right;
    width: 260px;
}

#login {
	display: block;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 14px;
	margin: 30px 0px 0px 0px;
	height: 165px;
	padding-left: 14px;
	padding-top: 10px;
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
}

.loginTitle {
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 24px;
}

#art {
	display: block;
	margin: 0px 0px 20px 0px;
	width: 230px;
	height: 457px;
	background-image: url(../images/5steps.jpg);
	background-repeat: no-repeat;
}


#footer {
	clear: both;
	display: block;
	width: 900px;
	text-align: center;
}

#footerText {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
}

.h1 {
	font: normal bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	line-height: 18px;
}

a:link {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	text-decoration: underline;
}

a:visited {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #223776;
	text-decoration: underline;
}

a:hover {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c39301;
	text-decoration: underline;
}

.footer {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

a.footer:link {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

a.footer:visited {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

a.footer:hover {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}

