/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #D7E2E7;
	background-image: url(/img/background-top.png);
	background-repeat: repeat-x;
	background-position: top;

}

#container {
	margin: 0px auto;
	width: 770px;
	padding-top: 10px;
}
#cLeft {
	width: 141px;
	margin-right: 10px;
	float: left;
}
#cRight {
	float: left;
	background-color: #FFFFFF;
	background-image: url(/img/header.png);
	background-repeat: no-repeat;
	background-position: top;	
	padding-top: 260px;
	width: 588px;}

#contentLeft {
	width: 390px;
	float: left;
	padding: 5px;
}

#contentRight {
	width: 173px;
	float: left;
	background-color: #E4E4E4;
	border: 1px solid #CECECE;
	margin-right: 5px;
	padding: 4px;
}

#contentRight img {
	margin: 0px;
}

#footer {
	clear: both;
	width: 588px;
	margin-top: 5px;
	background-color: #127686;
	height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 span { 
	display: none; 
}
h1 {
    	height: 248px;
	width: 141px;
    	background-image: url(/img/logo.png);
    	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}


h4 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #CECECE;
	width: 390px;
}

/* NAV */

#cLeft ul {
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom: 1px solid #127686;
}

#cLeft ul li {
	list-style: none;

}

#cLeft ul li a {
	color: #0A3D45;
	background: url(/img/dot.gif) no-repeat 4px 17px;	
	height: 34px;
	border-top: 1px solid #127686;
	padding-left: 25px;
	with: 116px;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#cLeft ul li a:hover {
	background-color: #FFFFFF;
}

/* form */

.form {
	background-color: #E4E4E4;
	border: 1px solid #CECECE;
	background-image: url(/img/form-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.button {
	background-color: #E30B30;
	color: #FFFFFF;
	border: 0px;
}
