body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#c4df9c;
}

marquee {
	border:1px solid #000;
	padding:4px;
	margin:0;
	background-color:#ddd;
}

p { margin:0.5em 0em 0.5em 0em; padding:0; }

#wrapper {
	width:764px;
	margin:0 auto;
	padding:0;
	background:url(images/bgd_tile.gif) repeat-y top;
	background-color:#fff;
}

#wrapper #container {
	width:742px;
	margin:0 auto;
	padding:0;
}

#wrapper #container #nav {
	width:100%;
	height:43px;
	margin:0;
	padding:0;
	border-bottom:2px solid #fff;
}

#wrapper #container #col1 {
	float:left;
	width:219px;
	margin:0;
	padding:0;
}

#wrapper #container #col2 {
	float:left;
	width:519px;
	margin:0px 0px 0px 2px;
	padding:0;
	display:inline;
}

#col1 #logo {
	width:219px;
	height:84px;
	margin:0;
	padding:0;
	background:url(images/logo.gif) no-repeat;
	border-bottom:2px solid #fff;
}

#logo1col {
	width:520px;
	height:50px;
	margin:0;
	padding:34px 0px 0px 222px;
	background:url(images/logo1col.gif) no-repeat;
	color:#fff;
	font-weight:bold;
}

#content {
	width:732px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:0;
	padding:0px 5px 0px 5px;
	font-size:0.7em;
}

#col1 .side-header {
	width:214px;
	height:22px;
	margin:0;
	padding:6px 0px 0px 5px;
	background:url(images/black_bgd.gif) repeat-x left;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
}

#col1 .side-content {
	width:209px;
	margin:0;
	padding:5px 5px 0px 5px;
	font-size:0.7em;
}

#col2 .main-header {
	float:left;
	width:514px;
	height:22px;
	margin:0;
	padding:6px 0px 0px 5px;
	background:url(images/green_bgd.gif) repeat-x left;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
}

#col2 .main-header a:link, #col2 .main-header a:visited {
	color:#fff;
	text-decoration:none;
}

#col2 .main-header a:hover {
	text-decoration:underline;
}

#col2 .main-content {
	float:left;
	width:516px;
	margin:0;
	padding:0px 3px 0px 0px;
	font-size:0.7em;
}

#col2 #left-split {
	float:left;
	width:258px;
	margin:0;
	padding:0;
}

#col2 #right-split {
	float:left;
	width:258px;
	margin:0px 0px 0px 3px;
	padding:0;
	display:inline;
}

#col2 #left-split #leftcol-header {
	float:left;
	width:253px;
	height:22px;
	margin:0;
	padding:6px 0px 0px 5px;
	background:url(images/green_bgd.gif) repeat-x left;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
}

#col2 #left-split #leftcol-content {
	float:left;
	width:252px;
	margin:0;
	padding:0px 3px 0px 3px;
	font-size:0.7em;
}

#col2 #right-split #rightcol-header {
	float:left;
	width:253px;
	height:22px;
	margin:0;
	padding:6px 0px 0px 5px;
	background:url(images/green_bgd.gif) repeat-x left;
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
}

#col2 #right-split #rightcol-content {
	float:left;
	width:252px;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 0px;
	display:inline;
	font-size:0.7em;
}

#footer {
	clear:both;
	width:720px;
	height:22px;
	margin:0 auto;
	padding:7px 11px 0px 11px;
	background:url(images/footer_bgd.gif) repeat-x left;
	color:#fff;
	font-size:0.7em;
	text-align:right;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.grey {
	background-color:#ededed;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */