body {
	background: #1f84c7;
	margin: 0;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #115989;
	font-size: 13px;
}

#outer {
	width: 950px;
	height: 600px;
	margin: 0 auto;
	background: url("../img/back_burst.jpg") #1f84c7 bottom left no-repeat;
}

#container {
	width: 700px;
	margin: 0 auto;
}

#topbar {
	width: 700px;
	height: 140px;
}

#topbar #left {
	width: 15px;
	height: 140px;
	float: left;
	clear: none;
	background: url("../img/topbar_left.png") top left no-repeat;
}

#topbar #main {
	width: 660px;
	height: 140px;
	float: left;
	clear: none;
}

#topbar #main_top {
	width: 660px;
	height: 105px;
	float: left;
	clear: none;
	background: url("../img/topbar_toptile.png") #ffffff top left repeat-x;
}

#topbar #main_top #logo {
	margin-top: 10px;
	margin-left: 10px;
	width: 496px;
	height: 96px;
	float: left;
	clear: none;
	background: url("../img/top_logo.gif") top left no-repeat;
}

#topbar #main_top #logo a {
	margin-top: 65px;
	display: block;
	margin-left: 115px;
	width: 165px;
	height: 22px;
	
}

#topbar #main_top #logo a:hover {
	cursor: hand pointer;
}


#topbar #main_top #nav {
	margin-top: 35px;
	width: 120px;
	height: 94px;
	float: left;
	clear: none;
}

#topbar #main_top #nav #element_home {
	margin-top: 4px;
	width: 120px;
	height: 17px;
	float: left;
	clear: none;
	background: url("../img/nav_home.gif") #ffffff top left no-repeat;
}
#topbar #main_top #nav #element_partners {
	margin-top: 4px;
	width: 120px;
	height: 17px;
	float: left;
	clear: none;
	background: url("../img/nav_partners.gif") #ffffff top left no-repeat;
}
#topbar #main_top #nav #element_info {
	margin-top: 4px;
	width: 120px;
	height: 17px;
	float: left;
	clear: none;
	background: url("../img/nav_info.gif") #ffffff top left no-repeat;
}
#topbar #main_top #nav #element_home:hover {
	background-position: bottom left;
	cursor: pointer hand;
}
#topbar #main_top #nav #element_partners:hover {
	background-position: bottom left;
	cursor: pointer hand;
}
#topbar #main_top #nav #element_info:hover {
	background-position: bottom left;
	cursor: pointer hand;
}

#topbar #main_top #nav #element_home.current {
	background-position: bottom left;
	cursor: pointer hand;
}
#topbar #main_top #nav #element_partners.current {
	background-position: bottom left;
	cursor: pointer hand;
}
#topbar #main_top #nav #element_info.current {
	background-position: bottom left;
	cursor: pointer hand;
}

#topbar #main_bottom {
	width: 660px;
	height: 35px;
	float: left;
	clear: none;
	background: url("../img/topbar_bottomtile.png") top left repeat-x;
}

#topbar #right {
	width: 25px;
	height: 140px;
	float: left;
	clear: none;
	background: url("../img/topbar_right.png") top left no-repeat;
}




#leftbar {
	width: 150px;
	height: 540px;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
	clear: none;
}

#leftbar #top {
	width: 150px;
	height: 20px;
	float: left;
	clear: none;
	background: url("../img/leftbar_top.png") top left no-repeat;
}

#leftbar #main {
	width: 150px;
	height: 585px;
	float: left;
	clear: none;
}

#leftbar #main #left {
	width: 135px;
	height: 585px;
	float: left;
	clear: none;
	background: #ffffff;
}

#leftbar #main #left #element {
	text-align: center;
	width: 135px;
	float: left;
	clear: none;
}

#leftbar #main #left #space {
	width: 135px;
	height: 20px;
	float: left;
	clear: none;
}

#leftbar #main #right {
	width: 15px;
	height: 585px;
	float: left;
	clear: none;
	background: url("../img/leftbar_righttile.png") top left repeat-y;
}

#leftbar #bottom {
	width: 150px;
	height: 35px;
	float: left;
	clear: none;
	background: url("../img/leftbar_bottom.png") top left no-repeat;
}



#mainbar {
	width: 550px;
	height: 640px;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
	clear: none;
}

#mainbar #top {
	width: 550px;
	height: 20px;
	float: left;
	clear: none;
	background: url("../img/mainbar_top.png") top left no-repeat;
}

#mainbar #main {
	width: 550px;
	height: 585px;
	float: left;
	clear: none;
}

#mainbar #main #left {
	width: 540px;
	height: 585px;
	float: left;
	clear: none;
	background: #ffffff;
}

#mainbar #main #left #heading {
	width: 490px;
	height: 30px;
	margin: 10px 25px 0px 25px;
	border-bottom: 1px solid #ec008c;
	float: left;
	clear: none;
}

#mainbar #main #left #heading #title {
	float: left;
	clear: none;
	font-size: 15px;
	color: #ec008c;
	font-weight: bold;
}

#mainbar #main #left #heading #link {
	float: right;
	clear: none;
	font-size: 12px;
	color: #1a83c6;
	font-weight: bold;
}

#mainbar #main #left #heading #link a {
	color: #1a83c6;
	text-decoration: underline;
}
#mainbar #main #left #heading #link a:hover {
	color: #1a83c6;
	text-decoration: none;
}

#mainbar #main #left #content {
	width: 490px;
	height: 635px;
	margin: 10px 25px 0px 25px;
	float: left;
	clear: none;
	overflow: auto;
}





#mainbar #main #right {
	width: 10px;
	height: 585px;
	float: left;
	clear: none;
	background: url("../img/mainbar_righttile.png") top left repeat-y;
}

#mainbar #bottom {
	width: 550px;
	height: 35px;
	float: left;
	clear: none;
	background: url("../img/mainbar_bottom.png") top left no-repeat;
}


#homebar {
	width: 700px;
	height: 415px;
	float: left;
	clear: none;
	text-align: center;
}

#homebar #top {
	width: 700px;
	height: 200px;
	margin-top: 25px;
	float: left;
	clear: none;
}
#homebar #bottom {
	width: 700px;
	height: 215px;
	margin-top: 15px;
	float: left;
	clear: none;
}

#bottom_statement {
	width: 700px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#bottom_statement a {
	color: #ffffff;
	text-decoration: underline;
}
#bottom_statement a:hover {
	color: #ffffff;
	text-decoration: none;
}

#homebar #panel1 {
	width: 167px;
	height: 200px;
	margin-right: 85px;
	padding-right: 10px;
	float: left;
	clear: none;
	background: url("../img/home_panel.png") top left no-repeat;
}

#homebar #panel2 {
	width: 167px;
	height: 200px;
	margin-right: 84px;
	padding-right: 10px;
	float: left;
	clear: none;
	background: url("../img/home_panel.png") top left no-repeat;
}

#homebar #panel3 {
	width: 167px;
	height: 200px;
	padding-right: 10px;
	float: left;
	clear: none;
	background: url("../img/home_panel.png") top left no-repeat;
}

#homebar #panel4 {
	width: 167px;
	height: 200px;
	margin-left: 136px;
	padding-right: 10px;
	float: left;
	clear: none;
	background: url("../img/home_panel.png") top left no-repeat;
}

#homebar #panel5 {
	width: 167px;
	height: 200px;
	margin-left: 88px;
	padding-right: 10px;
	float: left;
	clear: none;
	background: url("../img/home_panel.png") top left no-repeat;
}

#homebar #image {
	height: 135px;
	width: 167px;
	float: left;
	clear: none;
}
#homebar #link {
	height: 65px;
	width: 167px;
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 12px;
}


#homebar #link a {
	color: #1a83c6;
	text-decoration: underline;
}
#homebar #link a:hover {
	color: #1a83c6;
	text-decoration: none;
}

li {
	margin-bottom: 6px;
}

#mainbar #content a {
	color: #ec008c;
	font-size: 11px;
	text-decoration: none;
}

#mainbar #content a:hover {
	color: #ec008c;
	text-decoration: underline;
}


/*V2 STYLES - non-destructive*/

#homebar #newpanels {
	width: 145px;
	height: 163px;
	float: left;
	clear: none;
	background: url("../img/home_panel_v2.png") top left no-repeat;
}

#homebar #image2 {
	height: 110px;
	width: 136px;
	float: left;
	clear: none;
}
#homebar #link2 {
	height: 40px;
	width: 136px;
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 10px;
}


#homebar #link2 a {
	color: #1a83c6;
	text-decoration: underline;
}
#homebar #link2 a:hover {
	color: #1a83c6;
	text-decoration: none;
}


#homebar #side {
	width: 145px;
	margin-top: 15px;
	float: left;
	clear: none;
}

#homebar #mid {
	width: 390px;
	margin-top: 100px;
	margin-right: 14px;
	margin-left: 6px;
	float: left;
	clear: none;
}

#homebar #mid #disclaimer {
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: none;
}

#homebar #mid a {
	color: #b9d1e6;
	text-decoration: none;
}

#homebar #mid a:hover {
	color: #b9d1e6;
	text-decoration: underline;
}


#homebar #mid_fff10 {
	width: 390px;
	margin-top: 15px;
	margin-right: 14px;
	margin-left: 6px;
	float: left;
	clear: none;
}

#homebar #mid_fff10 #button {
	margin-top: 30px;
	margin-left: 40px;
	float: left;
	clear: none;
}

#homebar #mid_fff10 #disclaimer {
	margin-top: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: none;
}

#homebar #mid_fff10 a {
	color: #b9d1e6;
	text-decoration: none;
}

#homebar #mid_fff10 a:hover {
	color: #b9d1e6;
	text-decoration: underline;
}