@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: #102488;
}

.outer-table {
	background-color: #106AB0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.page-title {
font-size: 24px;
}

.website-thumbnail-text {
text-align: center;
}

td {
font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

/*used for the text on the how we stack up section*/
.stack-bg p {
font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #000033;
	}

/*used for the table and background of the how we stack up section*/
.stack-bg {
background-repeat: no-repeat;
background-position: left top;
background-image: url(images/howwestack-bg.jpg);
}

a:link {
color: #FFFFFF; text-decoration: underline;
}

a:visited {
color: #FFFFFF; text-decoration: underline;
}

a:visited:hover {
color: #FFCC00; text-decoration: underline;
}

a:hover {
color: #FFCC00; text-decoration: underline;
}

.footer-links {
	font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.footer-links a:link {
	color: #FFFFFF; 
	text-decoration: underline;
}
	
.footer-links a:visited:hover {
	color: #FFCC00; 
	text-decoration: underline;
}

.footer-links a:visited {
	color: #FFFFFF; 
	text-decoration: underline;
}

.footer-links a:hover {
	color: #FFCC00; 
	text-decoration: underline;
}

.footer-location {
	font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.footer-location a:link {
	color: #FFFFFF; 
	text-decoration: underline;
}
	
.footer-location a:visited:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.footer-location a:visited {
	color: #FFFFFF; 
	text-decoration: underline;
	}
	
.footer-location a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.footer-copyright {
	font-family: Tahoma, Verdana, "Century Gothic", Arial;
	font-size: 10px;
	color: #999999;
}

.footer-copyright a:link {
	color: #999999;
}
	
.footer-copyright a:visited:hover {
	color: #FFFFFF;
}

.footer-copyright a:visited {
	color: #999999;
	}
	
.footer-copyright a:hover {
	color: #FFFFFF;
}

ul {
	font-size: 16px;
	line-height: 30px;
}
