@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	background: #fff;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
p {
	margin-bottom: 12px;
}
a {
	color: #008FD4;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}#container {
	text-align: left;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#content {
	padding: 15px 15px 15px 22px;
	width: 550px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
 #newscontent h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
#newscontent h4{
	margin-bottom:4px;
	text-align:right;

}
#content h2 {
	font-size: 14px;
	margin-bottom: 6px;
}
#newscontent {
	padding: 15px 15px 15px 22px;
	width: 500px;
	float:left;
}
#newscontent h2 {
	width:480px;
	border-bottom:1px solid #45a1da;
	/*color:#317bca;*/
	color:#008FD4;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#newscontent a {
	font-weight:normal;
}

#newscontent a:hover {
	font-weight:normal;
	text-decoration:underline;
}
#newscontent h3 {
	margin-top:10px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
#newscontent img.photo {
	padding: 2px 8px 8px 0;
	float:left;
}

#rightcol {
color: #ffffff;
/*background:#45a1da;*/
background:#008FD4;
min-height:700px;
_min-height:700px;
padding: 15px 10px 15px 10px;
margin: 10px 0 10px 0;
width: 240px;
float:right;
}
#rightcol h2 {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	margin: 12px 0 4px 0;
}
#rightcol a{
	text-decoration:none;
	font-weight:normal;
	color: #fff;
}
#rightcol a:hover{
	text-decoration:underline;
	
}

#header {
	background: url(../images/kowHeader.jpg) no-repeat left top;
	height: 100px;
	width: 801px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#header ul {
	margin: 81px 0px 0px 16px;
}

#header  ul li {
	float: left;
	margin-right: 3px;
	height: 19px;
}
#header #homeLink {
	position: absolute;
	left: 19px;
	top: 21px;
	width: 245px;
	height: 47px;
}

