@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/bkg/main-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0f3043;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
text-decoration:none
}

a:hover {
text-decoration:underline
}
h1{
	font-size: 20px;
	font-weight: bold;
}

#main_page {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	text-align: left;
	background-image: url(../images/bkg/main-page_bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#top_bar {
	background-image: url(../images/bkg/top_bar.jpg);
	margin: 0px;
	padding: 0px;
	height: 287px;
	width: 875px;
	background-repeat: no-repeat;
	background-position: center top;
}
#logo_box {
	background-image: url(../images/bkg/big_k.jpg);
	background-repeat: no-repeat;
	height: 287px;
	width: 289px;
	float: left;
}
#four_square {
	background-image: url(../images/bkg/four_square.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 287px;
	width: 500px;
}
#mid_box {
	margin: 0px;
	padding: 0px;
	height: 475px;
	width: 875px;
	
}
#mid_box a {
	color: #264d61;
}
#footer_box {
	margin: 0px;
	height: 77px;
	width: 875px;
	background-image: url(../images/bkg/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px;
}
#copyright {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;	
}
#copyright a{
	color: #FFFFFF;
	text-decoration:none;
}
#copyright a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#left_vert_spacer {
	width: 65px;
	height: 77px;
	float: left;
}
#grey_column {
	background:#c3c3c3;
	float: left;
	height: 435px;
	width: 210px;
	text-align: left;
	padding-top: 30px;
}

#grey_column p{
	margin: 10px;
	}

#button_bars{
	background-image: url(../images/bkg/button-bkg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 186px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 1px;
	padding-top: 7px;
	padding-left: 20px;
	
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
#button_bars a{
	text-decoration:none;
	color: #FFFFFF;
}

#button_bars a:hover{
color:#0e2f42;
}

#main_column {
	padding: 10px;
	float: left;
	height: auto;
	width: 515px;
	text-align: left;
}
#two_column {
	float: left;
	width: 230px;
	margin-left: 20px;
}
#contact_info {
	font-size: 18px;
	text-align: center;	
}