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

body{
	background-color: #000000;
	background-image: url(images/secBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

a:hover{
	color: #385C87;
	text-decoration: none;
}
#nav{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}



H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #385C87;
	font-weight: normal;
}

H2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #385C87;
	font-weight: normal;
}
.contentPlacement{
	margin-top: 10px;	
}

#footerhome {
	text-align: center;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	
}
.lgFont{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #782C2B;
	line-height: 24px;
	font-style: italic;
}