html {
	margin: 0px;
	padding: 0px;	
}

body {
	margin: 0px;
	padding: 0px;	
}

h1, h4, h5 {
	color: #da1e05; 
	font-style: italic;
}

h4 {
	text-align: center;	
}

h5 {
	font-style: normal;	
	font-weight: bold;
}

.wrapper {
	width: 100%;
	text-align: center;
	
}

.strawberryImage {
    position: relative;	
}

.loginTable {
    position:absolute;
	top: 23%;
	left: 32%;	
}

.loginTable td {
   background-color: #ECECEC;	
}

.loginTableCellLeft {
	padding: 0px 15px 5px 60px;	
}

.loginTableCellRight {
	padding: 0px 60px 5px 15px;	
}

.loginRedText {
	color: #da1e05; 
	font-size: 16px;
	padding: 60px 60px 5px 60px;	
}

.loginTable_footer {
    color: #fff;
	text-align: center;
	padding-top: 5px;	
}

.passwordCell {
	padding: 0px 60px 0px 60px;
}

.passwordCell img {
	border: 2px solid #fff; 
	padding: 0px;
	margin: 0px;
}

.passwordCell input {
	border: 1px solid #fff; 
	font-size: 18px;
	background-color: transparent;
	width: 395px;
	height: 55px;
	padding: 0px;
	margin: 0px;
}

td.passwordTableCell {
	background-color: #fff;		
}

.banner {
	position: relative;	
}

.logoutRow {
	position: absolute;
	top: 5%;
	right: 18%;
	color: #fff;
	font-size: 11px;	
}

.logoutRow a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

.logoutRow a:hover {
	color: #FF9;
}

.logoutRow a img {
	padding-left: 20px;	
}

.bannerNavigation {
	position: absolute;
	top: 20%;
	left: 35%;
	color: #fff;
	font-size: 11px;	
}

.bannerNavigation td {
	padding-right: 30px;	
}

.bannerNavigation a {
	color: #777777;
	font-size: 18px;
	font-weight: bold;	
	font-style: italic;
}

.bannerNavigation a:hover {
	color: #da1e05;
	text-decoration: none;
}

.leftNav {
	padding-top: 25px;
}

.leftNav ul {
	list-style: none;
	padding-left: 0px;	
	border-top: 2px solid #AAAAAA;
}

.leftNav ul li {
	padding-left: 25px;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;	
	padding-top: 5px; 
	padding-bottom: 5px;
}


.leftNav ul li a {
	color: #777777;	
	font-weight: bold;
	font-size: 12px;
}

.leftNav_top {
	background-color: #ffffff;
}

.leftNav ul li.leftNav_top a {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	color: #da1e05; 
}

.leftNav ul li.selected a {
	color: #da1e05;	
	font-weight: bold;
	font-size: 12px;
}

.middleColumn {
	background-color: #DDDDDD;	
	min-height: 400px;
	padding-bottom: 70px;
	position: relative;	
}

.col-lg-8 {
	padding-right: 0px;	
}

.middleColumn a {
	color: #da1e05;	
}

.middleColumn a.btn {
	color: #fff;	
}

.contentCell {
	padding-left: 20px;	
	padding-right: 10px;
}

.contentCell_retirement {
	padding-left: 60px;	
}

.contentPadding {
	padding-left: 20px;		
}

.sideBar {
	margin: 0 0 15px 15px;	
}

.sideBar td {
	padding: 5px;
	background-color: #F0F0F0;	
}

td.sideBar_header {
	background-color: #5BAD27;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;	
}

.footer {
	background-color: #fff;
	padding-top: 10px;
	padding-right: 0px;
	margin-right: 0px;
	text-align: center;
	font-size: 11px;	
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer p {
	border-top: 2px solid #da1e05;
	padding: 15px;
}