body {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	background-color:#D6D6D6;
	background-image:url(../images/site_objects/bg_main.gif);
	background-repeat:repeat-y;
	background-position:top left;	
}
/* main containers */
/* --------------------------------------*/
/*Inside*/
div.mainContainer {
	float:left;
	clear: both;
	margin-top:0px;
	padding-left:10px;	
}
div.longdesc {
	position:absolute;
	top:-100px;
	left:0px;
	visibility:hidden;
}
div.logo {
	margin:30px 0 10px 0;
}
/*------------- HOME PAGE --------------*/
#wrapper{
position:absolute;
left:50%;
width:780px;
margin-top:0px;
margin-bottom:0px;
margin-left:-390px;
}
div.bottomShadow {
	float:left;
	clear: both;
	padding:0px 0px 17px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/site_objects/bg_bottomHome.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
		
}
div.homepageContainer {
	margin:25px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	width:730px;		
	/*background-image:url(../images/flash/flaAlertative_home.gif);
	background-repeat:no-repeat;
	background-position:top left;*/
	background:#ffd900;
	color:inherit;
	height:401px;
	float:left;
	position:relative;
}
div.homepageContainer div.enterReport {
	position:absolute;
	top:44px;
	left:32px;
	width:120px;
	height:45px;
	background:transparent;
	color:inherit;
	z-index:1;
}
div.homepageContainer div.enterReport div.button {
	width:120px;
	height:45px;
	cursor:pointer;
}

img.homeImage{
	position:relative;top:2px;
}


div.homepageTopLeft{
	margin:20px 10px 10px 10px;
	padding:15px;
	width:310px;
	background-color:#999999;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	float:left;
}
div.homepageTopLeft p{
	margin:0px;
	padding:0px;
	width:310px;
	line-height:80%;
}
div.homepageTopLeft p.homeLeftEnter{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p.homeLeftEnter a, p.homeLeftEnter a:link, p.homeLeftEnter a:active, p.homeLeftEnter a:visited, p.homeLeftEnter a:focus{
	background:inherit;
	color:#ffffff;
}
p.homeLeftEnter a:hover{
	background:inherit;
	color:#ffffff;
	text-decoration:none;
}
div.homepageTopRight{
	margin:20px 0px 10px 0px;
	width:340px;
	float:left;
	text-align:right;
}
div.homepageFlash{
	margin:0px 0px 0px 0px;
	width:730px;
	clear:both;
	float:left;
}
div.homepagetext {
	width:260px;
	float:left;
	margin:0px 0 0 10px;
	font-size:90%;
}
div.homepagetext p{
	line-height:130%;
	width:260px;
	padding:0px;
	margin:0px;
}





/* -------------------------MAIN CONTENT------------------------------ */
div.rightContent {
	margin: 0px;
	float: left;
	width:506px;
	clear:right;
}
div.navigation {
	/*position:absolute;
	top:33px;
	left:730px;*/
	text-align:right;
	margin-top:33px;	
	width:485px;
}
div.mainTitle {
	text-align:right;
	margin:16px 0px 21px 0px;	
	width:495px;
}
div.content {
	clear: none;
	float: none;	
}
div.textContent, div.textContentWide{
	margin:10px 0px 0px 10px;
}
div.textContent{
	width:435px;
	clear:left;
}
div.textContentWide {
	margin:0px 0px 0px 22px;
	width: 495px;
	clear:left;
}
div.textContentWideChair {
	margin:10px 0px 0px 10px;
	width: 485px;
	clear:left;
}


div.textContentWideGrey {
	float:left;
	clear:left;
	margin:10px 0px 0px 5px;
	padding:0px;
	background:#EEEEEE;
	width: 485px;
}



div.textContentWideGreyFull {
	margin:10px 0px 0px 0px;
	padding-left:10px;
	padding-top:10px;
	background:#EEEEEE;
	width: 485px;
	clear:left;
}




div.textContentWideGreyFullChair {
	margin:10px 0px 0px 0px;
	padding-left:10px;
	padding-top:10px;
	background:#EEEEEE;
	width: 475px;
	clear:left;
}



/*fin pos*/
div.textContentWideGreyCharts {
	margin:10px 0px 0px 0px;
	padding:3px 10px 5px 10px;
	background:#EEEEEE;
	width: 475px;
	clear:left;
}






/* -----------------------BOTTOM BAR------------------------*/
div.bottombar {
	float:left;
	margin: 6px 0 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 10px 5px;
	border-top:1px solid #FFD900;
	width:757px;
	clear:both;
}
/* Aviva reoport at bottom of page*/
div.smallTitle {
	font-size:100%;
	margin-top:20px;
	float:left;
	clear:both;
	width:300px;
	padding:0px 0px 0px 10px;
}







/* ACCESSIBLE NAVAGATION */
#accessible_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#accessible_nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#accessible_nav a:link, #accessible_nav a:visited {
	position: absolute;
	top: 3.6em;
	left: 181px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 90%;
	z-index: 1002;
}
#accessible_nav a:active, #accessible_nav a:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 4px;
	background: #FFD900;
	z-index: 10000;
	text-decoration:underline;
}



