﻿/* CSS layout */
#container {
	width:740px;
	background-color:#FFFFFF;
	border:thin #808080 solid;
	position:relative;
	margin: 0px auto;
	text-align:left;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	top:15px;


}

#header {
	width:740px;
	border-top:thick #999999 double;
	
}

#header_top_all {
	width:740px;
	height:170px;
	
}

#header_left_image {
	float:left;
	position: absolute;
	left: 0px;
	top:10px;

}

#header_right {
	margin-left: 280px;
	height:112px;
}
#horizontal_button_bar {
	text-align:center;
	border-top:thick #999999 double;
	border-bottom:thick #999999 double;

}

#content {
	position: relative;
	width: 100%;
}

#vertical_left {
	float:left;
	position:relative;
	width:170px;
	text-align:center;
	background-color:#999999;
	margin-top:20px;
	margin-right:15px;
	margin-bottom:20px;
	border:thin #666666 solid;
	
}

#content_right {
	width:500;
}

#footer {
	text-align:center;
	border-top:thick #999999 double;
	border-bottom:thick #999999 double;
}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}


h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
}

a.style_button_horz:link {
	color:black;

}

a.style_button_horz:visited {
	
	color:#333333;

}

a.style_button_horz:hover {
	background-color:#FFFFFF;
}

	

.style_button_horz {
	background-color:#CCCCCC;
	color:black;
	text-decoration:none;
	border-width:thin;
	border-style:solid;
	border-color:#666666;
}

a.style_button_vert:link {
	color:black;

}

a.style_button_vert:visited {
	
	color:#333333;

}

a.style_button_vert:hover {
	background-color:#FFFFFF;
}

.style_button_vert {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	background-color:#CCCCCC;
	color:#CCCCFF;
	text-decoration:none;
	border-style:solid;
	border-width:thin;
	border-color:#666666;
	
	
}

.jla {
	font-size:x-small;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}

	
	
}

.nospace {
	margin-top:0;
	margin-bottom:0;
}