@charset "utf-8";
/* CSS Document */



body {
	background: #4f84a3 url(images/k2ts-bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #FFFFFF;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 150px;
/*	width: 860px;*/
}

#mainNav {
/*	width: 860px;*/
	height: 30px;
	padding: 0;
	margin: 0;
}

#mainContent {
	margin-top: 50px;
/*	width: 860px;*/
}

#footer {
	margin-top: 30px;
	clear: both;
	border-top: 1px solid #74a2bd;
	font-size: 1em;
	color: #a6c6d8;
}



/* header styling
===================================== */

#header .headerleft {
	float: left;
	clear:none;
}

#header .headerright {
	float: right;
	clear: none;
	text-align: right;
	color: #77a2bb;
	padding-top: 30px;
	line-height: 1.2em;
	font-size: 1.2em;
}

#header a:link, #header a:visited {
	color: #93b5c9;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #ffffff;
}

/* mainNav styling
===================================== */

#mainNav ul {
	width: 860px;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}


#mainNav ul li {
	float: left;
	clear: none;
	margin-left: 5px;
	text-align: center;
	color: #ffffff;
	
}

#mainNav ul .first {
	margin-left: 0px;
}


#mainNav a:link,  #mainNav a:visited {
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
	display:block;
	height: 30px;
	width: 128px;
	background: url(images/k2ts-menubg.gif) no-repeat top center;
	padding-top: 7px;
	font-weight: bold;
}


#mainNav a:hover,  #mainNav a:active {
	text-decoration: none;
	font-size: 1.2em;
	color: #a6c6d8;
}


/* mainContent styling
===================================== */

#mainContent h1 {
	font-size: 1.8em;
}

#mainContent h2 {
	padding-top: 10px;
	font-size: 1.5em;
	margin-bottom: 5px;
}

#mainContent h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mainContent .trainingdate {
	font-size: 1.5em;
	padding-top: 30px;
	
}

#mainContent p {
	font-size: 1.3em;
	margin-top: 0;
}

#mainContent img {
	border: 0px;
}

#mainContent .floatimgright {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	clear: right;
}

#mainContent a:link, #mainContent a:visited {
	color: #adffff;
	text-decoration: none;
}

#mainContent a:hover, #mainContent a:active {
	color: #ffffff;
}


/* mainContent table styling
===================================== */



#mainContent table tr td {
	border-bottom: 1px solid #74a2bd;
	font-size: 1.2em;
}

#mainContent table tr th {
	border-bottom: 2px solid #74a2bd;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}



/* mainContent form styling
===================================== */

#mainContent #contact input, #mainContent #contact textarea {
	width: 300px;
}

#mainContent #contact .subbut input {
	width: 100px;
	background-color: #003859;
	color:#FFFFFF;
}

#mainContent #contact .highltxt {
	font-size: 1.2em;
	color: #eeeeee;
}

#mainContent #contact table {
	border: 0;
}

#mainContent #contact table * {
	border: 0;
}

/* Footer styling
===================================== */

.footerleft {	
	float: left;
}

.footerright {
	float: right;
}

#footer a:link, #footer a:visited {
	color: #a6c6d8;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
}
