body {
	background: url(../graphics/background.jpg) no-repeat bottom left;
	background-color: #28a6b1;
	margin: 0px;
	padding: 0px;
	font: 9pt Arial, Verdana, sans-serif;
	background-attachment:fixed;
}

img {
	border: none;
}
#container {
	background-color: white;
	width: 955px;
	margin-bottom: 0px;
	position:  absolute;
	min-height:  100%;
	margin-bottom: 25px;
}
#logo {
	float: left;
	padding-top: 65px;
	background: white url(../graphics/sidesep.jpg) no-repeat top right;
	width: 244px;
	height: 598px;
}
#content {
	top: 0px;
	float: right;
	padding-top: 180px;
	background: white url(../graphics/header-subpage.jpg) no-repeat top left;
	width: 473px;
}
#navbar {
	text-align: center;
	float: right;
	clear: right;
	width: 238px;
	margin-top: -1px;
}
.clear {
	clear: both;
}
#footer {
	background-color: white;
	width: auto;
	display: block;
	margin: 5px;
	top: 100%;
}
#footer a {
	padding: 3px 5px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 9pt;
}
#footer a:hover {
	color: white;
	background-color: #222;
}
#content.home {
	padding-top: 310px;
	background: white url(../graphics/header-main.jpg) no-repeat top left;
}
.left {
	width: 50%;
	float: left;
	background: white url(../graphics/sidesep-small.jpg) no-repeat top right;
/*	height: 454px;	*/
}
.right {
	width: 49%;
	float: right;
	background: white url(../graphics/sidesep-small.jpg) no-repeat top right;
/*	height: 454px;	*/
}
.text {
	padding: 0px 15px 15px 15px;
}
.text p {
	margin-top: 0px;
}
.blue {
	color: #29a5b1;
	font-weight: bold;
}
.dates {
	padding: 20px;
}
.dates h6 {
	background: white url(../graphics/importantdates.gif) no-repeat top left;
	width: 115px;
	height: 15px;
	margin: 0px 0px 17px 0px;
	padding: 0px;
}
.dates h6 span {
	display: none;
}

.dates h5 {
	background: white url(../graphics/news.gif) no-repeat top left;
	width: 115px;
	height: 15px;
	margin: 20px 0px 17px 0px;
	padding: 0px;
}
.dates h5 span {
	display: none;
}


#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 5px;
}
#navbar li {
	display: block;
	width: 222px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
#navbar li a {
	background-color: black;
	display: block;
	height: 48px;
	padding: 11px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#navbar li a:hover {
	background-color: #29a5b1;
}
#navbar li a span {
	display: none;
}
#navbar img {
	margin-top: 7px;
}

/* menu items */
#navbar .about a {
	background-image: url(../graphics/menu-about.gif);
}
#navbar .about a:hover {
	background-image: url(../graphics/menu-about-hover.gif);
}

#navbar .tips a {
	background-image: url(../graphics/menu-tips.gif);
}
#navbar .tips a:hover {
	background-image: url(../graphics/menu-tips-hover.gif);
}

#navbar .categories a {
	background-image: url(../graphics/menu-categories.gif);
}
#navbar .categories a:hover {
	background-image: url(../graphics/menu-categories-hover.gif);
}

#navbar .sponsors a {
	background-image: url(../graphics/menu-sponsors.gif);
}
#navbar .sponsors a:hover {
	background-image: url(../graphics/menu-sponsors-hover.gif);
}


/* content formatting */
#content.subpage h1 {
	color: #29a5b1;	
	font-weight: normal;
	margin-top: 10px;
}
#content.subpage h2 {
	font-weight: bold;
	font-size: 11pt;
}
#content.subpage h4 {
	margin-bottom:2px;
}
#content.subpage p {
	line-height: 13pt;
}
#content.subpage ul, #content.subpage ol {
	padding-left: 10px;
}
#content.subpage ul li {
	list-style-image: url(../graphics/bullet.gif);
	line-height: 13pt;
}