body {
	background-color: #FFFFFF;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
}

#top {
	position: relative;
	background-image: url("images/cs-top-gradient.png");
	background-repeat: repeat-x;
	height: 110px;
	top: -15px;
	left: -10px;
	margin-right: -20px;	
	margin-bottom: -15px;
}

[id]#top {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
}

#nav {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	z-index: 100;
}

[id]#nav {
	margin-top: 18px;
	margin-right: 18px;
	float: none;
	z-index: 0;
}

#nav a {
        text-decoration: none;
        color: #FFFFFF;
	font-size: 10pt;
}

#nav a:hover {
        text-decoration: none;
        color: #999999;
}

#nav p {
	margin-top: -3px;
	margin-bottom: 8px;
}

[id]#nav p {
	margin-top: -5px;
	margin-bottom: 12px;
}

#main {
	padding-top: 3px;
	text-align: left;
}

#footer {
	background-image: url("images/cs-footer-background.png");
	font-size: 8pt;
	color: #FFFFFF;
	padding: 5px;	
	text-align: center;
	width: 300px;
	text-align: center;
	margin: 0px auto -1px auto;
	margin-top: -5px;
}

#login {
	text-align: right;
	margin-top: -100px;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	width: 99%;
	z-index: 3;
}

[id]#login {
	margin-top: -95px;
}

#login a {
        text-decoration: none;
        color: #FFFFFF;
	z-index: 3;
}

#login a:hover {
        text-decoration: none;
        color: #999999;
	z-index: 3;
}

input.textbox {
	border: 0;
	font-size: 8pt;
	background: #D3E3FB;
	z-index: 3;
}

input.atextbox {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	border:0;
	background: #93A3EB;
	z-index: 3;
}

input.button {
	border: solid 1px #fff;
	background: #A3B3FB;
	color: #fff;
	height: 16px;
	font-size: 8pt;
	z-index: 3;
}

input.abutton {
	border: solid 1px #fff;
	background: #A3B3FB;
	color: #fff;
	height: 18px;
	font-size: 8pt;
	z-index: 3;
}

.litebox {
	border: 1px solid #000088;
	background-color: #D3E3FB;
	padding-left: 10px;
	margin-top: 10px;
}

.litebox a {
        text-decoration: none;
        color: #0000FF;
	z-index: 3;
}

.litebox a:hover {
        text-decoration: none;
        color: #000000;
	z-index: 3;
}

.blist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12pt;
}


.blisti {
	padding-top: -5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
