body {
	background: #aaaaaa url("../../../images/framework/website_bg.png") repeat-x; 
}


/* WEBSITE IDENTIFICATION FRAMEWORK */

#website {
	background-color: #ffffff;
	margin: auto;
	margin-top: 40px;
	width: 790px;
}

#header {
	background: #ffffff url("../../../images/framework/header.png") repeat-x; 
	height: 156px;
	width: 790px;
	padding: 0;
	margin: 0;
}

#menu {
	background-color: #caf0fc;
	float: left;
	height: auto;
	width: 184px;
}

#memberof {
	color: #000000;
	font-family: helvetica;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 120px;
	text-align: center;
	width: 184px;
}

#content {
	background-color: #ffffff;
	float: left;
	margin: 16px;
	width: 410px; /* total width calculated from width plus padding */
}

#banner {
	background-color: #ffffff;
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 154px;
}

#footer {
	background: #ffffff url("../../../images/framework/footer.png") repeat-x;
	clear: both;
	color: #ffffff;
	font-family: helvetica;
	font-size: 12px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	width: 790px;
}

#copyright {
	color: #000000;
	clear: both;
	font-family: helvetica;
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
}





/* WEBSITE CLASS FRAMEWORK */

.contentmenuTitle {
	color: #4752a4;
	font: bold 14px Arial;
	padding: 6px 6px 6px 18px;
	text-decoration: underline;
	width: 184px;
}

.splashImage {
	border: 0px;
}

.contentHeader {
	color: #4752a4;
	font-family: Helvetica;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 6px;
}

.contentText {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 6px;
}

.bannerImage {
	border: 0px;
	padding-bottom: 10px;
}

a.footerLink {
	color: #ffffff;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}

a.footerLink:hover {
	color: #ffffff;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: underline;
}







/* WEBSITE GELLY MENU - LOCATION: HEADER */

#headermenu {
	height: 156px;
	padding: 0;
	margin: 0;
	width: 790px;
}

.gellymenu {
	font: bold 13px Helvetica;
	width: 600x;
	float: right;
	margin: 0;
	padding: 0;
}

.gellymenu li {
	display: inline;
}

.gellymenu li a {
	background: transparent url(../../../images/framework/gellybutton_off.png) center center repeat-x;
	color: white;
	float: left;
	height: 22px;
	padding: 4px 0px 0px 0px;
	margin: 0px 14px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 113px;
}

.gellymenu li a:visited {
	color: #ffffff;
}

.gellymenu li a:hover, .gellymenu li .current {
	background: transparent url(../../../images/framework/gellybutton_on.png) center center repeat-x;
	color: #ffffff;
}





/* WEBSITE CONTENT MENU - LOCATION: MENU */

#contentmenu {
	color: #333;
	font-family: Helvetica;
	font-size: 12px;
	padding: 0;
	width: 184px;
}

* html #contentmenu { /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #contentmenu */
}

#contentmenu ul {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

#contentmenu li {
	margin: 0;
}

#contentmenu li a {
	background-color: #caf0fc;
	border-bottom: 1px solid #ffffff;
	color: #4752a4;
	display: block;
	padding: 6px 6px 6px 26px;
	text-decoration: none;
	width: 100%;
}

html>body #contentmenu li a{ /*Non IE6 width*/
	width: auto;
}

#contentmenu li a:hover{
	background-color: #4752a4;
	color: #ffffff;
}