html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;vertical-align:baseline;background:transparent;margin:0;padding:0;}

/*********************************\
|Theme Name: TIMPA.org		  |
|Theme URI: http://timpa.org/     |
|Description: A modern theme for  |
|	      TIMPA's website.    |
|Author: Tyler Nienhouse          |
|Author URI: http://tan-com.com/  |
|Version: 1.0                     |
\*********************************/

/* HTML TAG STYLES */
body {
	background: #e5e5e5;
	color: black;
	font-family: Arial, DejaVu, Verdana, sans-serif, sans;
	margin: 0px;
	font-size: 12pt;
}
a {
	color: #003581;
	text-decoration: none;
}
a:hover {
	color: #0052d4;
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* PAGE HEADER */
#header-contain {
	background: url('images/header-contain.png') top left repeat-x;
	height: 229px;
	width: 100%;
}
#header {
	background: #ffffff url('images/header.jpg') top center no-repeat;
	margin: 0px auto;
	height: 229px;
	width: 996px;
}
#logo {
	height: 106px;
	margin: 0px;
	position: relative;
		left: 43px;
		top: 47px;
	width: 355px;
}
#header #logo h1 {
	font-size: 60pt;
	margin: 0px;
	padding: 0px;
}
#header #logo h1 small {
	font-size: 35pt;
}
#header #logo a:hover {
	text-decoration: none;
}
#banner {
	color: #cadbf3;
	height: 35px;
	margin: auto;
	position: relative;
		top: -57px;
	text-align: center;
	width: 996px;
}
#banner h2 {
	color: #cadbf3;
	font-size: 20pt;
}
#banner h2 big {
	color: #cadbf3;
	font-size: 24pt;
}

/* CONTENT AREA */
#content-contain {
	background: #ffffff url('images/background.png') top center repeat-y;
	margin: auto;
	width: 996px;
}
/* NAVIGATION */
#nav {
	float: left;
	padding: 0px 0px 0px 35px;
	width: 175px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	margin-top: 5px;
}
/* CONTENT */
#content {
	border-left: 1px #a5a5a5 dashed;
	float: right;
	margin-bottom: 20px;
	min-height: 300px;
	padding: 0px 35px 0px 6px;
	text-align: justify;
	width: 739px;
}
#content h2 {
	padding-bottom: 10px;
	font-size: 18pt;
}
#content p {
	margin-top: 10px;
}
#content ul, #content ol {
	padding-top: 5px;
}
#content ul li, #content ol li {
	margin: 5px auto 0px 30px;
}
#content .img-left {
	background: #e5e5e5;
	border: 1px #a5a5a5 solid;
	float: left;
	margin: 10px 10px 5px 0px;
	padding: 10px;
}
#content .img-center {
	background: #e5e5e5;
	border: 1px #a5a5a5 solid;
	margin:  10px auto 5px auto;
	padding: 10px;
	text-align: center;
}
#content .img-right {
	background: #e5e5e5;
	border: 1px #a5a5a5 solid;
	float: right;
	margin: 10px 0px 5px 10px;
	padding: 10px;
}
#content .img-left p, #content .img-center p, #content .img-right p {
	font-size: 10pt;
	padding: 0px;
	text-align: center;
}
#content .columns {
	column-count: 2;
	column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
}
#content address.revision {
	clear: both;
	color: #a5a5a5;
	font-size: 10pt;
	font-style: italic;
	margin-top: 20px;
	text-align: right;
}
#content .news {
	background: #e5e5e5;
	border: 1px #a5a5a5 solid;
	clear: both;
	margin: 10px auto 5px auto;
	min-height: 40px;
	width: 100%;
}
#content .news h2 {
	margin: 10px;
}
#content .news p {
	margin: 15px 10px 0px 10px;
}
#content .news address {
	margin: 5px;
}
#content .news img.left {
	float: left;
	margin: 10px;
}
#content .news img.center {
	margin: 10px auto;
	text-align: center;
}
#content .news img.right {
	float: right;
	margin: 10px;
}

/* FOOTER */
#footer {
	border-bottom: 1px solid #000000;
	clear: both;
	color: #000000;
	height: 83px;
	padding-top: 2px;
	text-align: center;
	width: 100%;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a, #footer a:hover {
	color: #000000;
	text-decoration: underline;
}
