/* zero out everything */
* {
		margin: 0px;
		padding: 0px;
		}

/* general formating */
* {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
			/* these might change from site to site */
		}

/* standarize stuff */
p {
		margin-top: 1.5em;
		line-height: 1.5em;
		}
h1 {
		font-size: 2em;
		}
h2 {
		font-size: 1.6em;
		margin-top: 1.6em;
		}
h3 {
		font-size: 1.2em;
		margin-top: 1.2em;
		}
ul {
		margin-top: 1.5em;
		line-height: 1.5em;
		}
li {
		margin-left: 4em;
		}



/* site spesific */
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#mainwrapper {
	position: relative;
	width: 784px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 83px;
	overflow: hidden;
}
#contentwrapper {
	position: relative;
	background-image: url(../images/contentwrapper_bg.jpg);
	background-color: #E6F1F9;
	background-repeat: repeat-x;
	border-left: #8BC4E2 solid 1px;
	border-right: #8BC4E2 solid 1px;
}
#navigation {
	height: 30px;
}
#content {
	background-color: #FFFFFF;
	width: 719px;
	margin-left: 15px;
	clear: both;
	padding: 15px;
	border-left: #8BC4E2 solid 1px;
	border-right: #8BC4E2 solid 1px;
	border-bottom: #8BC4E2 solid 1px;
}
#footer {
	height: 22px;
	background-image: url(../images/footer_bg.gif);
	background-color: #E8F2F9;
	padding-top: 10px;
	text-align: center;
	color: #369ACD;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #369ACD;
}
#idl {
	width: 227px;
	height: 22px;
	padding-top: 8px;
	position:relative;
	float: right;
	background-image: url(../images/idl_bg.gif);
	margin-top: 25px;
	text-align: center;
}
#idl a {
	font-size: 10px;
	text-decoration: none;
	color: #369ACD;
}
#idl a:hover, #footer a:hover {
	color: #990000;
}