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

* {
margin:0;
padding:0;
}

body { 
background-color: #FFFFFF;
margin: 0px;
text-align: left;
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.3em;
color: #5a5a5a; 
}

a,
a:link 
a:active {
text-decoration: none;
color: inherit;
background-color: inherit;
}

a:visited {
text-decoration: none;
background-color: inherit; 
}

a:hover {
color: inherit;
text-decoration: underline;
}

img {
border: 0;
vertical-align: bottom;
}

p {
margin: 0 0 1.4em 0;  /* some air around p elements */
padding: 0;
}

#pageborder { 
margin: auto;
width: 720px;
border:solid 1px #4d85b3;
padding: 20px
}

#container { 
width: 720px;
margin: auto;
}

.navtext {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #5a5a5a; 
line-height:34px;
text-align: right;
padding-right: 10px 
}

.navtext a, a:link a:visited { 
	color: #5a5a5a;
	text-decoration: none;
	}
.navtext a:hover { 
	color: #5a5a5a;
	text-decoration: underline;
	}
.navtext a:active { 
	color: #5a5a5a;
	}

.hometext {
font-size: 16px;
color: #588db8; 
line-height:26px;
text-align: center;
}

#footertext {
font-size: 12px;
color: #5a5a5a;
text-align: center;
padding-top: 10px 
}

#footertext a, a:link a:visited { 
	color: #5a5a5a;
	text-decoration: none;
	}
#footertext a:hover { 
	text-decoration: underline;
	}



#topspace { 
margin:10px;
}

#bottomspace { 
width: 750px;
margin: 10px auto;
text-align:right;
}