html{
	background-color:#BFBFBF;
	background-image:url(images/gradient-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
body {
	background: url(images/world-bg.jpg) top no-repeat;
	margin:0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 12px;
}
p {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
a {
	color:#0C3558;
	text-decoration:underline;
}
a:hover {
	background-color:#DFEBF4;
}
.clear { 
	clear:both;
}
#container {
	width:1000px;
	margin:0px auto;
	background:url(images/container-bg.png);
	background-repeat:repeat-y;
	background-position:center;
}
#subcontainer {
	width:992px;
	background-color:#FFFFFF;
	background-image:url(images/subcontainer-gradient-bg.gif);
	background-repeat:repeat-y;
	background-position:0px 108px;
	margin:0px auto;
}
#header {
	height:120px;
	background-image:url(images/header-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#footer {
	background-color:#9fc2df;
	background-image:url(images/footer-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:33px;
	line-height:33px;
}
#footer p{
	color:#0C3558;
	padding:0px 20px 0px 0px;
}
#wrapper {
	margin:0px 20px 20px 20px;
	width:678px;
	float:right;
}
#menu {
	width:250px;
	margin:0px 20px 0px 20px;
	background-color:#0C3558;
	border-top:2px solid #FFCB05;
	border-left:2px solid #FFCB05;
	border-right:2px solid #FFCB05;
}

#menu ul{
	margin:20px 0px 20px 0px;
	padding:0px;
	list-style:none;
}

#menu ul li{
	font-family:"Gill Sans MT","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu a{
	padding:0px 20px;
	display:block;
	height:29px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:29px;
}
#menu a:hover{
	color:#FFCB05;
	background-image:url(images/menu-hover-bg.gif);
	background-repeat:repeat-x;
}

#menu a.selected {
	color:#FFCB05;
}

h1 {
	margin:0px;
	padding:0px;
	font-family:"Gill Sans MT","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:36px;
	text-transform:uppercase;
	font-weight:normal;
}
h2 {
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:"Gill Sans MT","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	color:#0C3558;
}
h3 {
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:"Gill Sans MT","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	color:#0C3558;
}
.headerbar {
	height:1px;
	background-color:#000000;
	padding:0px;
	margin:10px 0px 20px 0px;
	clear:both;
}
.subheaderbar {
	height:1px;
	background-color:#0C3558;
	padding:0px;
	margin:0px 0px 20px 0px;
	clear:both;
}
.greybar {
	height:1px;
	background-color:#CCCCCC;
	padding:0px;
	margin:20px 0px;
	clear:both;
}
#menu-bg {
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-y;
	background-position:20px 20px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#menubtm {
	height:20px;
	background-image:url(images/menu-btm.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
}
#sponsors {
	position:relative;
	left:-2px;
}


