﻿

body {
	font-family: arial;
	display: block;
	background-color: #dcdee0;
}

img {
	border:none;
}

.indent {
	padding-left: 20px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: thin solid #052f6e;
}

#h_bar {
	height: 3px;
	width: 800px;
	background: #052f6e;
}

#header {
	height: 80px;
	width: 800px;
	vertical-align: middle;
	background-color: #ffffff;
}
#header_spacer {
	width: 20px;
}
/*
#header_left {
	font-family: Garamond Bold;
	font-size: 14px;
	color: #330000;
	width: 390px;
	text-align: left;
}
#header_title {
	font-family: Garamond Bold;
	font-size: 28px;
	color: #330000;
}
#header_right {
	width: 360px;
	font-family: Arial;
	font-size: 12px;
	color: #330000;
	text-align: right;
}
*/

#navigation {
	height:42px;
}

#navigation td {
	padding: 0px;
	text-align: center;
}

#content {
	vertical-align: top;
	width:800px;
	height:440px;
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
}

#width_spacer {
	width: 30px;
}

#height_spacer {
	height: 10px;
}

#home_left_box {
	background-image: url(../images/home_gavel_left.gif);
	background-repeat: no-repeat;
	width:196px;
	height:440px;
	font-family: Arial bold;
	font-size: 12px;
	color: #052f6e;
	text-align: left;
	vertical-align: top;
}

#home_right_box {
	background-image: url(../images/home_gavel_right.gif);
	background-repeat: no-repeat;
	width:604px;
	height:440px;
	vertical-align: top;
}

#home_left_extension {
	background-color: #ffffff;
	width:196px;
}

#home_right_extension {
	background-image: url(../images/home_left_extension.gif);
	background-repeat: repeat-y;
	width:604px;
}

.home_row_blue {
	background-color: #ededed;
	padding: 8px;
	border: 1px solid #dbd3d3;
}

.home_row_blue img {
	padding-left: 16px;
}

#home_row {
	height:220px;
	vertical-align: middle;
}

#p_header {
	font-weight: bold;
	font-size: 14px;
	color: #052f6e;
}

#p_header a:link {
	color: #052f6e;
	text-decoration: none;
}

#p_header a:visited {
	color: #052f6e;
	text-decoration: none;
}

#p_header a:hover {
	color: #98b2d9;
}

#sub_left_box {
	width: 196px;
	vertical-align: top;
	border-right: 1px solid #052f6e;
}

#sub_right_box {
	vertical-align: top;
}

#footer {
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #052f6e;
	height: 35px;
	width: 800px;
	background-color: #ffffff;
}


/* LINK HANDLING */
#content a:link {
	color: #052f6e;
}

#content a:visited {
	color: #052f6e;
}

#content a:hover {
	color: #98b2d9;
}





