/* CSS Document */



body	{

			margin: 5px;

			font-family: Geneva, Tahoma, Arial, Helvetica, sans-serif;			

		}



a		{

			color: #996699;

			background-color: inherit;

			font: inherit;

			text-decoration: inherit;

		}



a img	{

		border: 0px;

	}

	

#background	{

				position: relative;

				background-color: white;

				min-height: 490px;

				_height: 490px;

				width: 800px;

				padding: 0px;

				margin-left: auto;

				margin-right: auto;

				border-top: solid silver 1px;

				border-left: solid silver 1px;

				border-right: solid silver 1px;

				border-bottom: none;

			}

			

#homeImage	{

				width: auto;

				height: auto;

				position: absolute;

				top: 0px;

				left: 0px;

			}



#cwcicLogo	{

				width: auto;

				height: auto;

				position: absolute;

				top: 0px;

				right: 0px;

			}



#footer	{

			background-color: inherit;

			position: relative;

			min-width: 700px;

			max-width: 800px;

			width: 800px;

			margin-left: auto;

			margin-right: auto;

			padding-top: 10px;

			padding-bottom: 5px;

			color: #996699;

			font-size: 9pt;

			border-left: solid silver 1px;

			border-right: solid silver 1px;

			border-bottom: solid silver 1px;

		}



#footerLeft	{

				float: left;

				width: 25%;

				text-align: left;

			}



#footerCenter	{

					float: left;

					width: 50%;

					text-align: center;

				}



#footerRight	{

			width: auto;

			text-align: right;

		}

		

.footerLink {

    text-decoration:none;

}



.footerLink:hover {

	color:#663366;

}



.buttonImage {

    vertical-align: text-top;

    padding-right: 3px;

}



#menu {

		position: absolute;

		top: 125px;

		right: 0px;

		width: 460px;

		margin: 0px;

		padding: 0px;

    	list-style: none;

}



#menu li {

    float: left;

    width: 114px;

    border-right: solid white 1px;

    border-top: solid white 1px;

    background-color: #996699;

}



#menu li a {

    display: block;

    height: 42px;

    padding: 2px;

    color: white;

    font-family: inherit;

    font-size: 10pt;

    text-decoration: none;

    text-align: center;



}



#menu li a:hover {

	background-color: #663366;    

}



#menu li a.menuCenter {

    line-height: 42px;

}



#menu li a.menuCenter2 {

    line-height: 21px;

}



.formValidationError {

    display: none;

    color: red;

}
