/* CSS Document for Main Homepage */
body {
	font-family: Georgia, Verdana, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 800px;
    height: 800px; /* Insert 0 if need to eliminate padding below the Footer. */
    margin-left: auto; /* These two lines automatically center the container. */
    margin-right: auto;
    text-align: left; /* This resets the text to be justified left to counteract the body text-align, which was set to "center" to fix centering bug in IE: */
}

.inner_container {
	top:50px;
    width: 800px;
    height: 427px; 
    margin-left: auto; /* These two lines automatically center the container. */
    margin-right: auto;
    text-align: left; /* This resets the text to be justified left to counteract the body text-align, which was set to "center" to fix centering bug in IE: */
	border-style:solid; 
	border-color:#000099;
	margin-top: 57px;
}

.links {
	position: absolute;
    width: 740px;
	padding-top:92px;
	padding-left:30px;
	padding-right:30px;
    height: 100px; /* Insert 0 if need to eliminate padding below the Footer. */
    margin-left: auto; /* These two lines automatically center the container. */
    margin-right: auto;
    text-align: center; 
	z-index: 1;
	font-size:19px;
	color:#000099;
}

	a:link {color: blue; text-decoration:none;}
    a:visited {color: blue;text-decoration:none;} 
    a:hover {color: #FF6600;text-decoration:none;}

.copy {
	position: absolute;
    width: 730px;
	padding-top:125px;
	padding-left:30px;
	padding-right:30px;
    height: 100px; /* Insert 0 if need to eliminate padding below the Footer. */
    margin-right: auto;

}

.contactinfo {
	position: absolute;
	padding-top:25px;
	padding-left:260px;
	padding-right:30px;
    margin-right: auto;
	font-size:22px;

}

.top_logo {
    position: relative;
	width: 0px;
    height: 0px; 
	top:0;
	left:195px
}

.link_logo {
    position: relative;
	width: 0px;
    height: 0px; 
	top:5;
	left:271px;
	z-index:3;
}

.footnote {
  	position: relative;
    width: 787px;
	left:30px;
	top: 925px; 
	font-size:14px;
	text-align:left;
}

.footer {
    position: relative;
    width: 800px;
	left:0px;
	top: 382px; 
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	z-index: 1;
}

.foot {
   position: relative;
    width: 800px;
	left:0px;
	top: 317px; 
	text-align:center;
}