body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

font {	 text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a 		{color:#FFFFFF;
		text-decoration: none}

a:hover 	{color:#C8D3EA;
		text-decoration: underline}



a:active	{
	color:#FFFFFF;
	text-decoration: none;
}

a:link		{color:#FFFFFF;
		text-decoration: none}
		
p.article {
	line-height: 20px;
}


#footer {
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, sanf-serif;
font-size: 10px; 
line-height:15px;
text-align:justify;
margin-bottom:0px;
color:#96BBE2;
}

#article {
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
line-height:20px;
text-align:justify;
margin-left:80px;
margin-right:80px;
margin-bottom:20px;
color:#6C6C6C;
}

#article blockquote {
/* this width value is also effected by
the padding we will later set on the links. */
padding: 0;
line-height:15px;
margin-right:80px;
} 

#article u {
	/* this width value is also effected by
the padding we will later set on the links. */
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 60px;
font-weight: normal;
line-height:50px;
color: #C4D9EE;

margin-left:-80px;
margin-bottom: -15px;
font-style:normal;
text-decoration: none;
letter-spacing: 15;
}
 
#article ul {
/* this width value is also effected by
the padding we will later set on the links. */
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 25px; 
font-weight:bold;
line-height:25px;
color: #043961;
margin-left:-60px;
margin-right: 120px;
margin-bottom: -15px;
} 

#article em {
/* this width value is also effected by
the padding we will later set on the links. */
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
line-height:15px;
font-variant:small-caps;
font-style:normal;
text-align:left;
color: #5582A8;
margin-left:-40px;
margin-right: 0px;
margin-bottom: -15px;
} 

#article li {
margin: 0px ;
} 

#article a {
display:inline;
color:#5582A8;
background: #ffffff;
text-decoration: none; /*lets remove the link underlines*/
} 

#article a:link, #article a:active, #article a:visited {
border-bottom:1px solid #96BBE2;
}

#article a:hover {
color:#043961;
text-decoration: none; 
border-bottom:1px solid #5582A8;
/*background: #00A2E7;*/
/*color: #ffffff;*/
}

.FormButton {
	background-color: #96BBE2;
	color: #043961;
	border: 1px solid #043961;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.FormTextBox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #5582A8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


