* {
	border: 0;
	padding: 0em;
	margin: 0em;
}

body {
	background-color: #F2F2F2;
	padding: 0px 0px 0px 0px;
	background: #F2F2F2 url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial;
}

body, input {
	font-size: 10pt;
	font-family: Arial;
	color: #333333;
}

#outer {
	z-index: 2;
	width: 970px;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto;	
}

#head {
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	height: 30px;
}

#head-logo {	
	padding: 20px;
	float: left;
	width: 70%;
}

#head-buttons {
	text-align: right;
	padding: 20px 20px 20px 0px;
	float: right;
}

#short-gray-bar {
	height: 10px;
	background-color: #EEF2F3;
	clear: both; 
}

#content {
	clear: both;
	margin: 20px 0 0 0;
}

#single-col {
	padding-bottom: 50px;
}

#single-col h1 {
	padding: 0 20px 0 20px;
	font-family: Arial;
	font-size: 25pt;
	color: #7A95A2;
	border-spacing: 20px 10px;
	margin-bottom: 20px;
}

#single-col h2 {
	padding: 0 20px 0 20px;
	font-family: Arial;
	font-size: 16pt;
	color: #7A95A2;
	border-spacing: 20px 10px;
	margin-bottom: 10px;
}

#single-col h3 {
	padding: 0 20px 0 20px;
	font-family: Arial;
	font-size: 10pt;
	color: #7A95A2;
	border-spacing: 20px 10px;
	margin-bottom: 10px;
}

#single-col p {
	padding: 0 25px 0 25px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #878787;
	margin-bottom: 10px;
}

#single-col ul {
	padding: 0 25px 0 25px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#single-col ul li {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #878787;
}

#single-col a.back {
	padding: 0 20px 0 20px;
	font-family: Arial;
	font-size: 15pt;
	font-family: Arial;
	color: #2B9ACF;
	font-weight:bold;
	text-decoration: none;
}

#single-col p b {
	color: #000;
}

#content-col-left {
	float: left;
	width: 70%;
}
#content-col-left h1 {
    padding: 0 20px 0 20px;
	font-family: Arial;
    font-size: 25pt;
    color: #7A95A2;
    border-spacing: 20px 10px;
    margin-bottom: 20px;
}


#misc-info {
	background-color: #FAFAFA;
	padding: 10px;
	margin-right: 20px;
}

#misc-info img {
	margin-bottom: 5px;
}

#misc-info h1 {
	font-family: Arial;
	font-size: 12pt;
	color: #6E6E6E;
}

#misc-info p {
	margin-bottom: 10px;
	color: #6E6E6E;
}

#misc-info .info {
	margin-bottom: 10px;
	color: #7A95A2;
}

#misc-info a {
	font-size: 10pt;
	font-family: Arial;
	color: #2B9ACF;
	font-weight:bold;
	text-decoration: none;
}

#content-col-right {	
	float: right;
	width: 30%;
}

#content-col-left img {
	padding: 0 20px 20px 20px;
}

#post {
	padding: 0 20px 20px 20px;
}

#post h1 {
	padding-left: 10px;
	border-left: solid #7A95A2 5px;
	font-family: Arial;
	font-size: 14pt;
	color: #7A95A2;
	border-spacing: 20px 10px;
	margin-bottom: 10px;
	background-color: #FAFAFA;
	/*
	line-height: 20px;
	letter-spacing: 25px;
	*/
}

#post a {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #2B9ACF;
	padding-left: 15px;	
	text-decoration: none;
}

#post p {
	padding-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #878787;
	margin-bottom: 10px;

	/*16pt arial regular color: #878787 24px line height -25px letter spacing*/
}

#post .date {
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #6E6E6E;
}

#post .source {
	font-family: Arial;
	font-size: 10pt;
	color: #878787;
	font-weight: normal;
}

#foot {
	clear: both;
	background-color: #EEF2F3;
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	padding: 20px 0 0 0;
}

#foot p a, #foot span, #foot p {
	text-align: center;
	color: #7A95A2;
	font-size: 8pt;
	font-family: Arial;
	padding-bottom: 10px;	
}

#flash-banner {
	background: url('images/bg-flash.jpg');
	background-repeat: repeat-y;
	background-position: center;
	height: 299px;
}

#flash-banner #inner {
	width: 970px;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto;	
}

#banner {
	background: url('images/bg-flash.jpg');
	background-repeat: repeat-y;
	background-position: center;
	height: 200px;
}

#banner #inner {
	width: 970px;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto;	
}

#button-nav {
	margin: 0;
	height: 64px;
	/*
	background: url('images/nav-shadow.png');
	background-position: bottom;
	background-repeat: no-repeat;
	*/
	background: url('images/subnav-blank.png');
	
}
