@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }

/* text n tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a:link {
	color: #89cfbf;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #89cfbf;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #89cfbf;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #02967e;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -8px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -8px;
	border-bottom: 1px solid #CCCCCC;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding: 3px;
}

.smalltext {
	font-size: 10px;
}

/* divs */

div#banner {
	width: 100%;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: none;
	background-position: center;
}

div#stripe {
	width: 100%;
	background-color: #007a5f;
}

div#background {
	width: 100%;
	overflow: auto;
	background-image: url(../images/angle.gif);
}

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#leftcolumn {
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
}

	div#leftcolumn ul {
		padding-left: 20px;
	}

div#rightcolumn {
	float: right;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#fullwidth {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
