
* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
}

body {
	height: 100.1%;
	color: #1f1f1f;
	font: normal normal normal 11px verdana, arial, helvetica, sans-serif;
	background: #f7f7f7;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: #1f1f1f;
	font: normal normal normal 11px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}




p {
	/*text-align: justify;*/
	padding-bottom: 10px;
}
p.hr {
	font-size: 1px;
	border-bottom: 1px solid #1f1f1f;
	padding: 1px 0;
	margin: 10px 0;
}

h2 {
	padding-bottom: 10px;
}

ul {
	/*margin-left: 10px;*/
}
ul li {
	margin-left: 10px;
}

img {
	vertical-align: middle;
	border: 1px solid #1f1f1f;
}


form {
	width: 420px;
	margin: auto;
}
form div {
	padding: 1px 0;
}
form div.left {
	float: left;
	width: 180px;
}
form div.right {
	float: left;
	width: 240px;
	text-align: left;
}
input,
select,
textarea {
	color: #1f1f1f;
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;
	background: #F1F1F1;
	border: 1px solid #1f1f1f;
}



div#site {
	width: 800px;
	background: #e8e6e7;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin: auto;
}




div#header {
	position: relative;
	width: 800px;
	height: 286px;
	color: #646464;
}
div#header div#header_title {
	position: absolute;
	top: 9px;
	left: 70px;
	font: normal normal bold 26px verdana, arial, helvetica, sans-serif;
	z-index: 3;
}
div#header div#header_subline {
	position: absolute;
	top: 46px;
	left: 320px;
	font: normal normal normal 11px verdana, arial, helvetica, sans-serif;
	z-index: 3;
}
div#header div#header_image_border {
	position: absolute;
	width: 800px;
	height: 286px;
	background: url("./img/header.gif");
	z-index: 2;
}
div#header div#header_image {
	position: absolute;
	top: 80px;
	left: 14px;
	width: 773px;
	height: 204px;
	background: url("./img/header_inline.jpg") no-repeat;
	z-index: 1;
}




#middle {
	width: 780px;
	background: url(img/background_lines.gif) repeat-y;
	margin: auto;
}


#middle #cleft {
	float: left;
}
#middle #cleft a:link,
#middle #cleft a:visited,
#middle #cleft a:active {
	display: block;
	width: 122px;
	font: normal small-caps normal 14px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 6px;
	margin-bottom: 1px;
}
#middle #cleft div.sub a:link,
#middle #cleft div.sub a:visited,
#middle #cleft div.sub a:active {
	width: 122px;
	font: normal small-caps normal 12px verdana, arial, helvetica, sans-serif;
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 1px;
}
#middle #cleft a:hover,
#middle #cleft a:focus {
	background: #f7f7f7;
	border: 1px solid #cacaca;
	padding: 3px 5px;
}
#middle #cleft div.sub a:hover,
#middle #cleft div.sub a:focus {
	padding: 3px 3px;
}
	/*
	color: #fe0000;
	border-bottom: 1px solid #feff01;
	padding: 2px 4px 5px;
	*/


#middle #cright {
	float: right;
	width: 156px;
	font: normal small-caps normal 14px verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding: 2px 0;
}
#middle #cright a:link,
#middle #cright a:visited,
#middle #cright a:active {
	display: block;
	width: 152px;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}
#middle #cright a:hover,
#middle #cright a:focus {
	background: #f7f7f7;
	border: 1px solid #cacaca;
	padding: 1px;
}


#middle #content {
	float: left;
	width: 470px;
	padding: 2px 6px 10px;
	margin: 0 2px;
}


#middle #content #location {
	font: normal small-caps normal 14px verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid #1f1f1f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#middle #content #location a:link,
#middle #content #location a:visited,
#middle #content #location a:active,
#middle #content #location a:hover,
#middle #content #location a:focus {
	font: normal small-caps normal 14px verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}


#middle #content .object_right {
	float: right;
	text-align: right;
	margin-left: 10px;
}
#middle #content .object_left {
	float: left;
	margin-right: 10px;
}


#middle #content #image {
	width: 460px;
	text-align: center;
	padding: 20px 0;
	margin: auto;
}

#middle #content #img_navi {
	width: 450px;
	text-align: center;
	padding: 20px 0;
	margin: auto;
}



#middle #content div.table {
	clear: both;
}
#middle #content div.table div {
	float: left;
	padding: 2px;
}





#footer {
	width: 780px;
	text-align: center;
	border-top: 1px solid #1f1f1f;
	padding: 5px 0;
	margin: auto;
}









.clear {
	clear: both;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.hide {
	display: none;
}


