/* Css for Green Dot Software Public side */

/*  Web site generic CSS  */
* { 
  font-family: Geneva, sans-serif, Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
}
body {
	background-color:#FFF;
	color:#FFF;
	
}

/* ID CSS organized by name ASC */

#alignPage {
	background-image: url('../images/lc6Middle.png');
	background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    width: 960px;
}

/* Class CSS organized by name ASC */

.footer {
	background-image: url('../images/lc6Bottom.png');
	background-repeat: no-repeat;
	height: 85px;
	text-align: center;
	width: 960px;
}

.footer div {
	position: relative;
	top: 50px;
}

.links {
	background-image: url('../images/lc6Top.png');
	background-repeat: no-repeat;
	color: #D8D15F;
	height: 117px;
	text-align: center;
	width: 960px;
}

.links a, a:hover, a:visited {
	color: #D8D15F; 
	text-decoration: none;
}

.links div {
	position: relative;
	top: 50px;
}
.links span {
	padding: 0 20px 0 20px;
}
	
.logo {
	height: 137px;
	width: 960px;
}
	
.mainArea {
	background-image: url('../images/lc6Middle.png');
	background-repeat: repeat-y;
	width: 960px;
	min-height: 400px;
}

.mainArea div, .mainArea h1, .mainArea h2, .mainArea h3, .mainArea h4, .mainArea h5, .mainArea h6 {
		padding: 0px 24px 6px 24px;
}

.mainArea ul {
		padding: 6px 44px 6px 44px;
		 list-style:square;
		 list-style-position: inside;
}


