/* CSS Document */
body {
	margin: 0px;
	text-align: left;
	background-repeat: repeat-y;
	}
.content {
	padding: 0% 5% 5% 5%;
	text-align: left;
	font-size: 14px;
	}
.content img {
	float: right;
	}
.branding {
	padding: 0 5px 0 5px;
	text-align: center;
	font-size: 12px;
	}
td {
	font-family: verdana, arial, helvetica;
	vertical-align: top;
	}
h1 {
	font-style: italic;
	font-family: times new roman;
	font-size: 28px;
	}
h2 {
	font-family: verdana, times new roman;
	font-size: 15px;
	}
.nav {
	vertical-align: top;
	padding: 2px;
	font-size: 11px;
	/*font-weight: bold;*/
	font-family: arial, helvetica;
	}
.nav a {
	display: block;
	margin-bottom: 3px;
	background-color: #fff;
	text-align: left;
	width: 130px;
	height: 20px;
	border: 1px solid #000;
	color: #000;
	letter-spacing: 0px;
	padding: 1px 0px 0px 2px;
	text-decoration: none;
	}
.nav a:hover {
	border: 1px solid #ccc;
	}
.red a {
	display: block;
	margin-bottom: 3px;
	background-color: #970100;
	text-align: center;
	width: 130px;
	height: 58px;
	border: 1px solid #000;
	color: #fff;
	letter-spacing: 0px;
	padding: 6px 0px 0px 2px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}
.red a:hover {
	border: 1px solid #ccc;
	}
	
/* NEW NAV STYLES 
-------------------------------- */
.NewNav {
	font:11px Arial;
	}