body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: .7;
	-moz-opacity: .7;
	width: 150px;
}
td.logo_area
{
	background-image: url(images/kinney_top_background.jpg);
}

td.middle_spacer {
	width: 800px;
	background-color: #003399;
}
td.shadow_right {
	background-image: url(images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 5px;
    vertical-align: top;
    text-align: left;
}
td.below_header{
	background-color: #1F1F1F;
	min-height: 30px;
	max-height: 60px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	vertical-align: top;
	background-image: url(images/banner_test_1.png);
}
td.header_column {
	height: auto;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-color: #000000;
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	min-height: 300px;
	vertical-align: top;
	background-color: #E3E3E3;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link:hover{
	background-color:#0066CC;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content
{
	background-image: url(images/blue_gradient_small.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
a:active,a:visited,a:link{
	font-weight: bold;
	text-decoration: none;
	color: #007FFF;
}
a:hover{
	color: #CD0000;
}

a.left_links:active,a.left_links:visited,a.left_links:link{
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}
a.left_links:hover{
	color: #CD0000;
}

#master_content
{
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

.imagebutton
{
    width: 32px;
    height: 32px;
}

.menuLeftCell
{
    text-align: left;
    padding: 5px 3px 5px 3px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.menuLeftCell:hover
{
    border: 1px solid #ADD8E6;
}

.leftMenuText
{
    float: left;
}

.leftMenuImage
{
    margin-left: 5px;
    width: 20px;
    float:left;
}

.hideme
{
    display: none;
}

