

* {
	margin: 0px;
	padding: 0px;
}


/* ***** ELEMENTS ***** */

body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/* links */

a {
	color: #0b82ce; /*simplyblue*/
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #006699;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
	color: #93BF2C;
}

h1 {
	font-size: 150%; /*18pt*/
	line-height: 150%; /*20pt*/
	font-weight: normal;
}

h2 {
	font-size: 100%;
	line-height: 150%;
}

h3, h4, h5, h6 {
	font-size: 80%;
	line-height: 150%;
}

/* tables */

table {
	border-collapse: collapse;
}

/* forms */

input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* ***** TRIM ***** */

html, body {
	height: 100%;
}

#trim {
	height: auto;
	min-height: 100%;
	border-left: 36px solid #D1E39B; /*trimgreen*/
	border-right: 36px solid #8DD8F8; /*trimblue*/
}

* html #trim {
	height: 100%; /*IE*/
}

#sidebar {margin-left:620px;padding-top:0px;position:absolute;width:260px; margin-top:20px;}
#content {position:inherit;>