.headerCss {
	position: relative;
	border-top: 1px solid #146634;
	background-image: url(../images/homehead.gif);
	background-color: #146634;
}

.bannerCss {
	margin: 15px 0px 10px 285px;
}

.bannerCss .bannerImg {
	width: 654px;
	height: 57px;
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
}

.dateCss {
	float: right;
	font-family: 'Times New Roman', 'Trebuchet MS', Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	height: 25px;
	background-color: #146634;
}

.homeCss {
	clear: both;
}

/* Rounded Yellow */
.roundedYellow {
	float: left;
	display: inline;
	width: 335px;
	margin: 10px 0px 0px 20px;
	position: relative;
	font-family: Arial, Verdana, sans-serif;
	color: #0E1030;
}

* html .roundedYellow {
	margin-right: 25px;
} 

.roundedYellow .top {
	height: 32px;
	background-image: url(../images/topyellow.gif);
	background-repeat: no-repeat;
}

.roundedYellow .middle {
	background-image: url(../images/bgyellow.gif);
	background-repeat: repeat-y;
}

.roundedYellow .bottom {
	height: 32px;
	background-image: url(../images/bottomyellow.gif);
	background-repeat: no-repeat;
}

.roundedYellow .content {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	margin: -30px 0px;
	padding: 10px;
	width: 315px;
}

.roundedYellow .content img {
	margin-bottom: 10px;
}

.homeTxt {
	margin: 0px auto;
	width: 302px;
	height: 201px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/hometxtbg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.homeTxt p {
	margin: 0px;
	padding: 20px;
}

.homeContent {
	position: relative;
	border-top: 1px solid transparent;
	margin-left: 385px;
}

* html .homeContent {
 	height: 1%;
	margin: 0px;
	_border-color:tomato; 
	_filter:chroma(color=tomato);
}

.login {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 209px;
	height: 157px;
	background-image: url(../images/signupbg.gif);
	background-repeat: no-repeat;
}

.login .content {
	padding: 20px 10px 15px;
}

.login .content form {
	margin: 0px;
	padding: 0px;
}

.login .content form input {
	width: 100px;
}

.login .content form div {
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 3px;
}

.login .content .username {
	background-image: url(../images/username.gif);
}

.login .content .password {
	background-image: url(../images/password.gif);
}

.login .content .button {
	text-align: center;
	margin: 15px 0px 10px;
	padding: 0px;
}

.login .content form .button input {
	width: auto;
	height: auto;
}

* html .login {
	margin-right: 15px;
}

.whatsnew {
	width: 342px;
	height: 168px;
	margin-top: 10px;
	margin-left: 225px;
	background-image: url(../images/whatsnewbg.gif);
	background-repeat: no-repeat;
}

.whatsnew .content {
	padding: 70px 15px 10px;
	background-image: url(../images/whatsnew.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

.linksCss {
	margin-top: 30px;
	text-align: center;
}

/* logged In */

.login .content .displayName {
	height: 30px;
	width: 190px;
	margin: 10px 0px;
	overflow: hidden;
	font-family: 'Comic Sans MS', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #650934;
	text-align: center;
	background-color: #FDF9CE;
}