/* CSS Document */

.login {
	float: left;
	padding: 15px;
	width: 221px;
}
* html .login {
	height: 170px;
}
.loginBlock {
	height: 204px;
	/*background: #000;*/
	background-image: url("/gfx/loginBackground.jpg");
	background-repeat:no-repeat;
	background-color: #B0B0B0;
	background-position: 0 0;	
}
.loginBlock input.textField {
	width: 170px;
	margin-left: 12px;
}
.loginText {
	font-style:italic;
	color: white;
	font-weight: bold;
}
.loginHeader {
	font-size: 1.3em;
	font-weight:900;
	margin-bottom: .5em;
}
.gradientBar {
	height: 20px;
	width: 100%;
	background-image: url("/gfx/headerGradient.jpg");
	background-repeat:repeat-y;
	margin-top: 2px;
	margin-bottom: 0px;
}
div#main {
	background-image:url("/gfx/columnBG.jpg");
	background-repeat:repeat-y;
}
div#homePageImage { text-align: right; }
div#leftBlock {
	float: left;	
	background-image:url("/gfx/verticalGradient.jpg");	
	background-repeat: repeat-x;	
	background-position: bottom left;
	background-color: white;
	width: 228px;
	
	margin: 1px 0px 1px 0px;
	padding: 0em 15px;	
	border-right: 1px solid gray;
}
div#rightBlock {
	float: right;	
	margin-top: 0em;
	padding: 6px 0px 0px 0px;
	font-size: 14px;
	background: url("/gfx/tracks3.gif") no-repeat;	
	width: 70%;
}
div#rightBlock h3 {
	color: #91C01C;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0;
}
div#rightBlock p {
	font-size: 18px;
	margin: 0.25em 0 0.25em 2em;
}
div#rightBlock ul { margin-left: 5em; }
div#rightBlock ul li { margin: 0.5em 0; }
.rotatingTextBlock { 
	float: left; 
	font-size: 18px; 
	width: 100%; 
	min-height: 90px; 
	padding: 0em;
	margin: 0em;
	color:#01A1C3;
	text-align:center;
}
.rotatingTextBlock p { line-height: 1.5em; }
ul { list-style-image:url("/gfx/greenBullet.gif"); }
div#blockContainer {
	width: 100%;
	padding-top: 0em;
	margin-top: 0em;
	
}