@charset "UTF-8";
/* CSS Document */

body{	
	background-color: f9f9f9;
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:  8pt;
    font-weight: normal;
}

body, html {margin: 0; padding: 0;}


#container{
	width: 980px;
	margin: 0 auto;
}

#innerWrapper{
	border: #b7b7b7 solid 1px;
	float: left;
	width: 980px;
}

#header{
	width: 960px;
	padding: 0 10px;
	height: 70px;
}

#headerRight{
	float: right;
	margin-top: 20px;
}

.bannerNav,.bannerNav a:LINK,.bannerNav a:HOVER,.bannerNav a:ACTIVE, .bannerNav a:VISITED
{
    color: #0000ba;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
}

#banner{
	background: url(/app_themes/eztoregister/banner-bk-blue.jpg) no-repeat #5150c5;
	width: 960px;
	height: 84px;
	text-align: right;
	padding: 10px;
	color: #fff;
	border-top: #0000BA 1px solid;
	border-bottom: #0000BA 1px solid;
}

#contentWrapper{
	width: 980px;
	float: left;
}

.startPage #leftNav{
	width: 239px;
	float: left;
}

#leftNav ul{
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#leftNav li{
	list-style-image: none;
	list-style-type: none;
}

.topMenu li{
	border-bottom: 1px solid #0000ba;
	padding: 5px 0;
}

.topMenu ul li{
	border-bottom: none;
}


.platform #leftNav, .platform #contentNav, .platform #contentRight, .platform #contentLeft {display:none;}

.startPage #content{
	width: 740px;
	float: left;
	z-index: 100;
	position: relative;
	margin-top: -25px;
	background-color: #fff;
	border-left: #0000BA 1px solid;
}

.platform #content{
	width: 970px;
	float: left;
	z-index: 100;
	position: relative;
	margin-top: -25px;
	background-color: #fff;
	padding: 5px;
	border-top: #0000BA 1px solid;
}

.startPage #contentNav{
	width: 725px;
	padding: 8px 0 0 15px;
	border-top: #0000BA 1px solid;
	background-color: #fff;
}

.startPage #contentLeft{
	width: 515px;
	float: left;
	padding: 20px;
}

.startPage #contentRight{
	width: 140px;
	float: left;
	padding: 20px;
}

#footer{
	clear: left;
	text-align: center;
	margin: 10px 0;
}
