/* CSS Document */
body{
	background-color:black;
	font-size:17px;
	font-weight:300;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	}
.newsletter{
	font-family:Arial, Helvetica, sans-serif;

}

.inside{
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	}

.tpadding{
	padding:'1' '3' '3' '5';
}

/*changing the style of the links on the web site*/
a { 
	text-decoration: none; /*Take out the underline*/
}

a:link {
	color: black;
}

a:visited {
	color: #251F4D;
}

a:active {
	color: #251F4D;
}

a:hover {
	text-decoration: underline;
}

/* Picture captions */
.pictureCap{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

/* footer styles */
.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight:bold;
}

/* Newsletter styles */
