html, body {
	margin:0px;
}

body {
	overflow:auto;
	background:#69207E;
	background-repeat:repeat-x;
	color:#000000;
}


* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.larger {
	font-size:14px;
}


.strong {
	font-weight:bold;
	color:#87B636;
}

.strong2 {
	font-weight:bold;
	color:#551B68;
}

a:link, a:active, a:visited, a:hover {
	color:#87B636;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


table#mainContainer {
	width:774px;
	border:0;
	background-image:url(../images/bg_box_top.jpg);
	background-repeat:no-repeat;
}

td#headerLeft {
	height:156px;
}

td#headerRight {
	height:156px;
	width:570px;
	padding-right:45px;
}

td#mainCol {

	background-image:url(../images/bg_box_main.jpg);
	background-repeat:repeat-y;
}

td#bottom {
	height:81px;
	background-image:url(../images/bg_box_bottom.jpg);
	background-repeat:no-repeat;
}

td#sponsors {
	padding-top:20px;
	background-image:url(../images/menu_highlight.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}

div.menuItem {
	float:right;
	height:23px;
	margin-left:10px;
}

.active {
	background-image:url(../images/menu_highlight.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.submenu {
	background-image:url(../images/submenu.gif);
	background-repeat:no-repeat;
	width:163px;
	height:140px;
	position:absolute;
	top:-140;
	left:-163;
	z-index:20;
	padding-top:20px;
}

.smItem {
	height:22px;
	width:160px;
	border:0px;
}
