/* KO's CSS Document */

body
{
	background: #EFEFEF url(../images/bgBody.jpg) repeat-x top;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#container
{
	width: 800px;
	margin: 0 auto;
}

#topBar
{
	height: 22px;
}

#topBarInner
{
    text-align: right;
    padding: 8px 12px 0 0;
}

#topBar a
{
	text-decoration: none;
	color: #33669B;
	font-weight: bold;
	font-size: 12px;
}

#topBar a:hover
{
	color: #888;
}

#blackBar
{
	margin: 0;
	width: 800px;
	height: 162px;
}

#blackBarLeft
{
	width: 305px;
	height: 162px;
	margin: 8px 0;
	float: left;
}

#blackBarRight
{
	width: 495px;
	padding-top: 30px;
	text-align: center;
	margin: 8px 0;
	float: right;
}

#bodyHolder
{
	margin-top: 26px;
	padding: 0;
	background: #FFF url(../images/bgContent.jpg) top center no-repeat;
	width: 800px;
}

#bodyHolderLeft
{
	width: 540px;
	float: left;
	margin: 0;
	padding: 0;
}

#bodyHolderRight
{
	width: 260px;
	float: right;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 10px; 
	margin-bottom: 0px;
	font-weight: normal;
	color: #33669B;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 12px; 
	margin-bottom: 10px;
	font-weight: normal;
	color: #555;
}

#footer
{
	background: #2A2727 url(../images/bgFooter.jpg) top center repeat-x;
	border-bottom: 2px solid #181111;
	margin: 0;
	color: #CCC;
}

#footerContainer
{
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

label {
	display:block;
	width:360px;
	margin:0;
	padding:0;
	color:#AAA;
}
textarea {
	display:block;
	width:360px;
	height:100px;
	border:1px solid #AAA;
	background:#CCC url(../images/bgForm.jpg) top center repeat-x;
	margin:0 0 15px;
	padding:4px;
	color:#333;
	font:11px "Lucida Sans", "Trebuchet MS", Arial, Verdana;
}
input {
	display:block;
	width:360px;
	margin:0 0 15px;
	padding:3px 3px 2px;
	border:1px solid #AAA;
	background:#CCC url(../images/bgForm.jpg) top center repeat-x;
	color:#333;
	font:11px "Lucida Sans", "Trebuchet MS", Arial, Verdana;
}
#submit {
	width:auto;
	margin:15px 0 0;
	background-color:#FFF;
	color:#333;
	font-weight:bold;
	border:1px solid #333;
	cursor: pointer;
}

.footerDivs
{
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
}

.innertube
{
	padding: 10px;
}

.clear
{
	clear: both;
}

.yellow
{
	color: #F5E570;
}

.gray
{
	color: #777;
}

.small
{
	font-size: 10px;
}

a
{
	text-decoration: none;
	color: #33669B;
}

th
{
    background: #EFEFEF;
    border-bottom: 1px solid #777;
    padding: 6px 3px 6px 3px;
    font-size: 11px;
}

td
{
    border-bottom: 1px dotted #777;
    padding: 6px 3px 6px 3px;
}
