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

body {
	font-family: Tahoma;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 4px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
#container {
	width: 906px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	padding-top: 10px;
}
#left_column {
	width: 128px;
	height: 550px;
	float: left;
}
#right_column {
	width: 768px;
	height: 500px;
	float: left;
}
#header_section {
	width: 768px;
	height: 42px;
	float: left;
}
#content_section {
	width: 768px;
	height: 473px;
	float: left;
	margin-top: 10px;
}
#footer_section {
	width: 768px;
	height: 25px;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #003399;
	vertical-align: sub;
}
#top_section {
	border-color: #000000;
	border-width: thin;
	height: 430px;
	width: 128px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
}
#bottom_section {
	border-width: thin;
	height: 108px;
	width: 128px;
	float: left;
	background-image: url('../F_Images/CATLogos/Knife_Graphic.jpg');
	text-align: center;
	color: #FFFFFF;
	line-height: 21px;
}

#logo_section {
	width: 128px;
	height: 100px;
	padding-left: 0px;
	text-align: center;
}
#menu_section {
	width: 128px;
	height: 155px;
	margin-top: 0;
	padding-top: 13px;
}
#menu_bottom {
	width: 126px;
	height: 170px;
	float: left;
}
#index_container {
	width: 650px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	padding-top: 10px;
}
#index_banner {
	float: left;
	width: 650px;
}
#index_columncontainer {
	float: left;
	width: 650px;
	padding-top: 50px;
}
#index_footer {
	font-family: Tahoma;
	font-weight: bold;
	color: #000099;
	text-align: center;
	width: 650px;
	float: left;
}
#index_leftcolumn {
	width: 470px;
	float: left;
	text-align: left;
	height: 210px;
}
#index_rightcolumn {
	float: left;
	width: 180px;
	height: 210px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}
#index_introtext {
	width: 385px;
	text-align: justify;
	margin-left: 10px;
}
#contact_link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#index_button_container {
	font-size: 4px;
	float: left;
	width: 180px;
	margin-top: 10px;
}
#Content_Editable {
	float: left;
	height: 473px;
	width: 768px;
	overflow: auto;
}
#Menu_ListItems {
	list-style-image: url('../F_Images/CATLogos/bulletpaw.jpg');
	font-size: 9pt;
	text-decoration: none;
	padding-left: 0px;
	margin-top: 3px;
}
#Menu_GeneralList {
	margin-left: 16px;
	margin-bottom: 0pt;
	margin-top: 0px;
	padding-left: 0px;
	list-style-position: none;
}


