/**
 * Design
*/

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #036;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding:0;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	height:75px;
	background-image:url(images/header.png);
	width:950px;
}
.bottom-bar {
	height:15px;
	background-image:url(images/bottom-bar.png);
	width:950px;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.content-container {
		width:950px;
}
.content {
	padding: 5px;
	background-color: #FFF;
	vertical-align: top;
	text-align: left;
	height:90%;
	width:920
	px;
	padding-left:15px;
	padding-right:15px;
}
.content2 {
	padding: 10px;
	background-color: #FFF;
	padding-left:15px;
	padding-right:15px;
	height: 115px;	
}
.footer {
	padding: 5px;
	height:90%;
	color: #000;
	vertical-align: middle;
	text-align: center;
}
.kteck {
	color:#FFFFFF;
}
.kteck a, .kteck a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/**
 * Layout
*/

