@CHARSET "ISO-8859-1";


body {
	FONT-SIZE: small;	
	BACKGROUND: #c8c8c8;	
	MARGIN-BOTTOM: 30px;	
	COLOR: #333;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	
}

h1, h2, h3 {
	color: #273c7d;
	}
	
a:hover {
	background-color: #ccccff;
	}

.checkbox {
	width:auto;
	}

input, textarea {
	width:400px;
	font-family:Arial, Helvetica,san-serif;
	font-size:100%;
	padding:3px;
	}

.submit {
	width:auto;
	color:#273c7d;
	font-size:170%;
	}
	
.required {
	color:#aa1e1e;
	}
	
.errorfield {
	background-color:#FFFFCC;
	}

.goodfield {
	background-color: #FFFFFF;
	}
	
.emphasisdiv {
	border-right: #aa1e1e 3px solid;
	border-top: #aa1e1e 3px solid;
	border-left: #aa1e1e 3px solid;
	border-bottom: #aa1e1e 3px solid;
	padding: 10px;
	}	

#errordiv {
	background-color:#FFFFCC;
	padding-top: 30px;
	padding-left: 30px;
	border-color: #aa1e1e;
	color:#aa1e1e;
	width: 300px;
	height: 0px;
	visibility: hidden;
    border-right: #aa1e1e 1px solid;
	border-top: #aa1e1e 1px solid;
	border-left: #aa1e1e 1px solid;
	border-bottom: #aa1e1e 1px solid;
	}

#header  {
	background:  url(../images/top.gif) #c8c8c8 no-repeat 50% top;
	}
	
#content {
	height:1%; /* prevents the ie6 3px job */
	margin:0 70px; /* ie7 needs margin-left not padding-left */
	padding-bottom:25px; /* min-height needs padding-bottom not margin-bottom */
	}
	
#container {
	margin:17px auto 0px;
	width: 820px;
	color:#000;
	background:  url(../images/side.gif) #c8c8c8 repeat-y 50% top;
}	

#containersplash {
	
	margin:17px auto 0px;
	width: 820px;
	background:  url(../images/side.gif) #c8c8c8 repeat-y 50% top;
	/*
	color:#000;
	background:  url(../images/side.gif) #c8c8c8 repeat-y 50% top;
	*/
}	