body {
       padding: 0px;
       margin: 0px;
       background-color: #FFFFFF; /* background-color: #000000;*/
       text-align: center;
       font-size: 14px;
       font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
       color: #FFFFFF;
	   /*Make background white, fades into to blue*/
}

#title {
       width: 70%;
       margin: 0.5% 0% 1% 22.5%;
       background-color: #FFFFFF;
       color: #011f5b;
       text-align: left;
}

#title a{
	color: #011f5b;
	text-decoration: none;
	font-size: 22px;
}

#navlinks {
	margin: 0% 0% 0% 37%;
	word-spacing: 10%;
}

#content {
       overflow: hidden;
       clear: both;
       float: left;
       margin: 0.5% 0% 1% 15%;
       width: 70%;
       background-color: #FFFFFF; /*grey #8D8D8D*/
       text-align: left;
       padding: 0px;
       color: #000000;
}


#centerContentContainer {
       background-color: inherit;
       text-align: left;
       color: #000000;
       width:100%;
       position: relative;
       font-size: 18px;
}

#centerContentContainer a {
	color: #3399fe; 
	text-decoration: none;
}

#centerContentContainer h3 {
	color: #011f5b;
}

#footer_txt {
    text-align: center;
}

#footer_txt a {
    color: #3399fe;
    text-decoration: none;
}
