UL {
	margin-left: 7px;
	padding-left: 7px;
}

#container {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: inherit;
	background: #f7f3f7;
	overflow: hidden;
}

#containerHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 85px;
	width: 100%;
	background-color: #9ccb63;
}

#headerImage {
	left: 0px;
	top: 0px;
	float: left;
	width: 694px;
}

#containerBreadcrumb {
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 86px;
	height: 18px;
	background-color: #52044a;	
	color: #ffffff;
	text-align:left;
}

	#containerBreadcrumb DIV {
		margin-left: 195px;
		line-height: 14px;
		color: #ffffff;
		font-family:Verdana;
		font-size: 13px;
		float: left;
	}

	#containerBreadcrumb DIV.junkMail {
		margin-right: 10px;
		line-height: 14px;
		color: #ffffff;
		font-family:Verdana;
		font-size: 13px;
		float: right;
	}
	
	#containerBreadcrumb DIV A {
		text-decoration: none;
		color: #ffffff;
	}
	
	#containerBreadcrumb DIV A:hover
	{
		text-decoration: underline;
	}
	
	#containerBreadcrumb DIV A:active
	{
		text-decoration: underline;
	}


#containerContent {
	font-family:Verdana;
	font-size: 13px;
	z-index: -1;
	position: absolute;
	top: 104px;
	left: 192px;
	right: 200px;
	bottom: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 5px;
	overflow: auto;
	height: 500px;
	scrollbar-3dlight-color: #bddb94;
	scrollbar-arrow-color: #f7f3f7;
	scrollbar-base-color: #9ccb63;
	scrollbar-track-color: #f7f3f7;
	scrollbar-darkshadow-color: #FFFFF;
	scrollbar-face-color: #9ccb63;
	scrollbar-highlight-color: #f7f3f7;
	scrollbar-shadow-color: #87af57;
}

	#containerContent A {
		text-decoration: none;
		color: #52044a;
	}
	
	#containerContent A:hover {
		text-decoration: underline;
	}
	
#containerLeft {
	z-index: -1;
	width: 192px;
	position: absolute;
	top: 104px;
	left: 0px;
	bottom: 1px;
	height: 500px;
	overflow: hidden;
}

	#containerLeft A {
		text-decoration: none;
		color: #52044a;
	}
	
	#containerLeft A:hover {
		text-decoration: underline;
	}

	#containerLeft DIV {
		margin-top: 40px;
		margin-left: 20px;
	}
	
	#containerLeft .news {
		font-size: 10px;
	}

#containerRight {
	z-index: -1;
	width: 200px;
	position: absolute;
	top: 104px;
	right: 0px;
	bottom: 1px;
	background-color: #9ccb63;
	padding-top: 40px;
	overflow: hidden;
	min-height: 500px;
}

	#containerRight DIV.containerRightImage {
		position: relative;
		margin-left: 40px;
		border: solid #52044a 1px;
		width: 120px;
		cursor: hand;
	}

	#containerRight DIV.containerRightImage:hover {
		border: solid #f7f3f7 1px;
	}

	#containerRight DIV.containerRightText {
		margin-left: 40px;
		width: 120px;
		height: 20px;
		text-align: center;
		line-height: 18px;
		color: #52044a;
	}

#containerInfo {
	position: absolute;
	left: 0px;
	height: 19px;
	width: 100%;
	background-color: #f7f3f7;
	bottom: 0px;
	overflow: hidden;
	border-top: solid #52044a 1px;
}
	#containerInfo A {
		text-decoration: none;
		color: #52044a;
		line-height: 18px;
	}
	
	#containerInfo A:hover {
		text-decoration: underline;
	}

#rolloverDiv1 {
	position: absolute;
	top: 144px;
	height: 420px;
	width: 500px;
	border: solid #52044a 1px;
	background-image: url(../../images/v1/rollover/screen_conf_big.jpg);
	display: none;
}

#rolloverDiv2 {
	position: absolute;
	left: 465px;
	top: 144px;
	height: 420px;
	width: 500px;
	border: solid #52044a 1px;
	background-image: url(../../images/v1/rollover/screen_links_big.jpg);
	display: none;
}

#rolloverDiv3 {
	position: absolute;
	left: 465px;
	top: 144px;
	height: 420px;
	width: 500px;
	border: solid #52044a 1px;
	background-image: url(../../images/v1/rollover/screen_bounced_big.jpg);
	display: none;
}

#rolloverDiv4 {
	position: absolute;
	left: 465px;
	top: 144px;
	height: 420px;
	width: 500px;
	border: solid #52044a 1px;
	background-image: url(../../images/v1/rollover/screen_preview_big.jpg);
	display: none;
}

.movable { 
	font-size: 10px;
	position:absolute; 
	left: 10px;
	top: -300px;
	width: 160px;
	background-color: #FFFFFF;
	border: solid #52044a 1px;
	padding: 5px;
}

#eyeCatcher1 {
	height: 125px;
}

#eyeCatcher2 {
	height: 30px;
}

#eyeCatcher3 {
	height: 40px;
}

#eyeCatcher4 {
	height: 30px;
}

#eyeCatcher5 {
	height: 50px;
}

#eyeCatcher6 {
	height: 40px;
}

.blinkTxtDiv {
	position: absolute; 
	left: 317px; 
	top: 70px; 
	width: 400px; 
	height: 16px; 
	font-size: 10px;
	color: white; 
	text-align:center
}

body, html {
	background-color: #F0F0F0;
	height:100%;
}
body, td {
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
	font-size: 13px;
}

H1{
	color: #36052e;
	font-size: 16px;
	font-weight: bold;
}
H2{
	color: #36052e;
	font-size: 12px;
	font-weight: bold;
}
H3{
	margin-top: 0px;
	color: #36052e;
	font-size: 16px;
	font-weight: bold;
}