/* * * * browser equalization* * * */

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

/* * * * general * * * */

body {
	background-color: #ddd;
	color: #1f1f1f;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

/* * * * links * * * */

a { color: #dd0000; font-weight: bold; text-decoration: none; }
a:hover { color: #ad1000; }

a img { border: 1px solid #ccc; margin: 5px; padding: 5px; }
a:hover img { border-color: #db8080; }

/* * * * standard * * * */

h1 {
	color: #dd0000;
	font-size: 40px;
	font-weight: bold;
}
h2 {
	background: url(Images/h2_background.gif) right repeat-y;
	border: 1px solid #ccc;
	color: #666;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0;
	padding: 8px 5px;
}
h3 {
	color: #666;
	font-size: 30px;
	font-weight: normal;
}

h4 {
	color: black;
	font-size: 15px;
	font-weight: bold;
}


.hidden { display: none; }

/* * * * wrap / header * * * */

.wrap {
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
.header {
	background: url(Images/Header.jpg) no-repeat;
	background-position: top center;
	color: #999;
	margin: 20px 0 0 -10px;
	padding: 30px 0 150px 200px;
}

/* * * * top navigation * * * */

.navTop {
	padding-right: 10px;
	text-align: right;
}
.navTop li {
	display: inline;
	list-style: none;
}
.navTop li a {
	background: #d9d9d9 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #ccc;
	color: #666;
	font-weight: bold;
	margin: 0px;
	padding: 5px 20px;
	text-decoration: none;
}
.navTop li a:hover {
	/*border-bottom-color: #d36d70;*/
	border-bottom-color: #6fb43f;
	/*color: #3933;*/
	color: #6fb43f;
}

/* * * * content * * * */

.content {
	margin: 5px;
	padding: 5px;
}
.content div p {
	margin-top:20px;
	margin-bottom:20px;
	line-height: 1.8em;
}
.content div p img {
	cursor: pointer;
	margin-left: 10px;
}
.content a{
	color: #9e0202;
	font-weight: normal;
	font-style: italic;
}

.two-column-content{
}
.two-column-content div {
	border: 1px solid #ccc;
	padding: 10px;
	width: 349px;
}
.single-column-content{
}
.single-column-content div {
	border: 1px solid #ccc;
	padding: 10px;
	width: 624px;
}

.single-column-content h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	color: #666;
}

/* * * left column * * * */

.single-column{
	margin-top: 30px;
	margin-left: 50px;
}
.single-column p span { color: #999; }
.single-column p span.date { font-weight: bold; }

.single-column h4{
	padding-left:10px;
	font-size: 13px;
}

.single-column div{
	width: 97%;
}

.single-column input{
	border: 1px solid #aaa;
}
.single-column select{
	border: 1px solid #aaa;
}
.single-column textarea{
	border: 1px solid #aaa;
}

.single-column-section{
	margin-top: 20px;
}

.single-column-section ol{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
}

.column1 { float: left; }

/* * * right column * * */

.column2 { float: right; }



.column2 a img { margin-top: 30px; }
.column2 p span { color: #999; }
.column2 p span.date { font-weight: bold; }

.picture {
	clear: both; 
	line-height:1.6em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* * * * footer * * * */

.footer {
	clear: both;
	font-size: 11px;
	line-height: 2.4em;
	text-align: center;
}
