
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #616161;
	font-family: Arial;
	font-size: 80%;
	text-align: center;
	background-color: #179FB7;
	background-image: url(Images/backkr.gif);
	background-repeat: no-repeat;
	background-position: 50% 100px;
}
a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
h1 {
	color: #179FB7;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h2 {
	color: #179FB7;
	font-weight: bold;
	margin: 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	width:895px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: left;

}
.tablehaar{
	border: 1px solid #179FB7;
}
#header {
	background: url(Images/header.gif) no-repeat left;
	color: #e0e0e0;
	font-weight: bold;
	height: 119px;
	line-height: 120px;
	text-indent: 150px;
	width: 600px;
}
#nav {
	padding-bottom: 40px;
	width: 175px;
	
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */

	
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	margin-left: 1px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(Images/selector.gif) center right no-repeat;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(Images/selector_sub.gif);
}

#column1 {
	float: left;
	width: 179px;
	color: black;
}
#column1 img {
	border: 1px solid #666;
	margin: 5px 20px;
	padding: 10px 20px;
}
#column1 h2 {
	color: #e0e0e0;
	padding: 0 0 3px 5px;
}

#column1 input {
	background: #5c5c5c;
	margin: 2px 20px;
	border: 1px solid #666;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
	float: none !important;
	margin-left: 192px !important;
	margin-left: 0;
	width: 390px;
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 3px;
}

#column2 p {
	line-height: 190%;
}

.button {
	margin:0 0 15px 0;
	padding:7px 7px 7px 11px;
repeat-x left bottom;
	font-weight:bold;
	padding:4px;
	color: #179FB7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #179FB7;
	border-right-color: #179FB7;
	border-bottom-color: #666;
	border-left-color: #179FB7;
}

input, textarea {
border:1px solid #179FB7;
font-family: Arial;
font-size:1em;
margin:0;
padding:4px;
}

label {
margin:2px;
}

input {
width:150px;
}

textarea {
width:200px;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}

#footer {
	clear: both;
	color: #999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

