@CHARSET "ISO-8859-1";

body {
	background: #ccc;
	font-family: verdana, arial;
	font-size: 9pt;
}

li, ul, h1, h2, h3, p, body {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
    color: white;
}

#container {
	width: 960px;
	margin: auto;
	background: white;
}

#header {
	height: 341px;
	background-image: url(../images/header.png);
}

#header h1, #header h2, #header p {
	display: none;
}
	
#column1 {
	float: left;
	width: 40%;
}

#column1 p {
	margin-bottom: 0.8em;
}

#column1 ul {
	margin-left: 30px;
}

#column2 {
	width: 30%;
	float: left;
	
}

#column3 {
	width: 30%;
	float: left;

}
	
.leftborder {
	border-left: 1px solid #ccc;
	font-size: 8pt;
	color: #CC6600;
}
	
.box {
	padding: 10px;
}
	
.box h3 {
	font-variant: small-caps;
	color: #666;
}
	
.leftborder ul {
	list-style-type: none;
	padding-left: 20px;
}

#footer {
	height: 40px;
	color: white;
	background: #CC6600;
	clear: both;
	padding: 10px;
	font-size: 11pt;
}

#contactus {
	float: left;
	font-weight: bold;
}

#contactinfo {
	float: right;
	font-style: italic;
}

#copyright {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-size: 8pt;
}
