﻿/*
	Self Reliance New York
	XHTML/CSS by American Technology Services
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(_themes/blends/blegtext.gif);
	}

a:link, a:visited {
	color: #ff6600;
	}
	
a:hover {
	color: #ff893a;
	text-decoration: none;
	}
	
#wrapper {
	margin: 20px 0 0 70px;
	}

#contentBox {
	text-align: center;
	margin: 0 100px;
	padding: 5px 20px;
	border-bottom: 1px solid #789ede;
	}
	
#contentBox h1 {
	margin: 5px;
	padding: 0;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #00029a;
	font-style: italic;
	text-align: center;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #3365b9;
	font-style: italic;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #789ede;
	font-style: italic;
	}

#links a {
	padding: 0 20px;
	font-size: 120%;
	font-weight: bold;
	}

#smallText {
	padding: 25px;
	width: 700px;
	font-style: italic;
	margin: 0 auto;
	}

#smallFont {
	padding: 25px;
	font-style: italic;
	font-size: 90%;
	}