* {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
html {
	height: 100%;
	}
body {
	background: url('../images/background.jpg') no-repeat center top;
	background-color: #4dc0eb;
	position: absolute;
	height: 100%;
	width: 100%;
	/* center for IE */
	text-align: center;
}
div#background {
	background: url('../images/background-tile-w.gif') repeat-y center;
	position: relative;
	min-height: 100%;
	width: 720px;
	_height: 100%;
	/* center for modern browsers*/
	margin: auto;
}
div#background2 {
	background: url('../images/background-top-ice.jpg') no-repeat center top;
	position: relative;
	min-height: 100%;
	width: 720px;
	_height: 100%;
	/* center for modern browsers*/
	margin: auto;
}
div#stuff {
	width: 660px;
	min-height: 100%;
	_height: 100%;
	/* center for modern browsers*/
	margin: auto;
	text-align: left;
}
div#header {
	width: 100%;
	height: 122px;
	background: url('../images/header.jpg') no-repeat center top;
}
div#header-buttons {
	width: 100%;
	height: 17px;
	background: url('../images/header-buttons.jpg') no-repeat center top;
}
div#header-sub {
	width: 100%;
	height: 63px;
	background: url('../images/header-sub.jpg') no-repeat center top;
}
div#left {
	width: 2px;
	height: 200px;
	float: left;
	/*background: url('../images/fade-left-top.jpg') no-repeat right top;*/
}
div#right {
	float: right;
	/*width: 490px;*/
	width: 98%;
	background-color: #FFFFFF;
}
div#right-stuff {
	/*margin-left: 25px;
	margin-top: 12px;
	width: 400px;*/
	margin-bottom: 37px;
	min-height: 240px;
	_height: 240px;
	background: url('../images/right-top-right.gif') no-repeat right top;
}
div#right-stuff a {
	color: #c81518;
	}
div#right-stuff a:link, div#right-stuff a:visited, div#right-stuff a:active {
	text-decoration: none;
	}
div#right-stuff a:hover {
	text-decoration: underline;
	}
div#footer {
	margin-top: 28px;
	/*margin-left: 25px;*/
	margin-left: 181px;
	min-height: 100px;
	_height: 100px
	clear: both;
}
div#footer a {
	margin-left: 9px;
	margin-right: 9px;
	font-size: 8pt;
	color: #5281a3;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10pt;
	margin-bottom: 10pt;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #CC3333
}
p {
	line-height: 12pt;
	}
strong {
	font-weight: bold;
	color: #003878;
	}

/* Beucler Creative Services link */

div#footer a.beuc {
	font-size: 7pt;
}
div#footer a:link.beuc, div#footer a:visited.beuc, div#footer a:active.beuc {
	color: #8fb5d1;
}
div#footer a:hover.beuc {
	color: #5281a3;
}
