@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	height: 100ex;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
body {
	background-color: #D6E0F5;
	margin-bottom: 10px;
}


#container {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	min-height: 500px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	margin-bottom: 10px;
}
#header {
	height: 150px;
	width: 900px;
	background-image: url(../IMAGES/header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#header p {
	margin-left: 20px;
}

#container #header H1 {
	color: #FFF;
	font-size: 24px;
	line-height: 48px;
	text-indent: 20px;
}

#columnLeft {
	height: inherit;
	width: 260px;
	float: left;
	padding: 10px;
	min-height: 330px;
}
#columnLeft a:link {
	color: #06F;
	text-decoration: none;
}
#columnLeft a:visited {
	color: #06F;
	text-decoration: none;
}
#columnLeft a:hover {
	color: #06F;
	text-decoration: underline;
}



#columnLeft p {
	height: 30px;
}

#content {
	margin-left: 270px;
	padding: 10px;
	min-height: 330px;
	width: 600px;
	text-align: justify;
	height: auto;
}

.clear-both {
	clear: both;
}

#footer {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
}
#footer a:link {
	color: #06F;
	text-decoration: none;
}

#footer a:visited {
	color: #06F;
	text-decoration: none;
}
#footer a:hover {
	color: #06F;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
