body {
	margin: 0;
	padding: 0;
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	color: #333000;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x; 
	background-color: #49A8CF;
}

img { 
	border-style: none;
}

textarea {
	font-family:"Trebuchet MS", sans-serif;
}

input
{
	font-family:"Trebuchet MS", sans-serif;
}

#wrapper {
	text-align: left;
	padding: 0px;
	border: 0px;
	position: absolute;
	margin-left: 42px;
	margin-top: 170px; 
	width: 920px;
	background-color: #FFFFFF;
}

#header {
	background-color: #FFFFFF;
}



/* START LEFT COLUMN */
#leftcol {
	float: left;
	width: 560px;
	margin-left: 22px;
	margin-top: 22px; 
	background-color: #FFFFFF;
}

/* START RIGHT COLUMN */
#rightcol { 
	float: left;
	width: 316px;
	margin-left: 16px;
	margin-top: 22px; 
	background-color: #FFFFFF;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#trailer {
	clear: both;
	margin-left: 22px;
	margin-top: 22px; 
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	background: #49A8CF;
}

#end {
	background: #49A8CF;
}


/* VARIOUS TEXT FORMATTING */
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #333000;
	margin: 0 0 .5625em 0;
}

td {
	margin: 0;
	padding: 0;
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	color: #333000;
	text-align: left;
}

td.center {
	margin: 0;
	padding: 0;
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	color: #333000;
	text-align: center;
}

th {
	margin: 0;
	padding: 0;
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	color: #333000;
}

p.mini {
	margin: 0;
	padding: 0;
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333000;
}

p.popup {
	font: normal small/1em "Trebuchet MS", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #333000;
}


