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

#container
{
width: 1000px;
position: relative;
margin: auto;
padding: 0px;
}

#container_left
{
width: 192px;
float: left;
}

#container_right
{
width: 808px;
float: right;
}

#nav_pos
{
float: left;
width: 172px;
background-color: #CCCCCC;
}

	#nav
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
		#nav li
		{
		display: block;
		width: 170px;
		
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		}
		
		#nav li a
		{
		display: block;
		width: 170px;
		}
		
			.links
			{
			line-height: 30px;
			color: #FFFFFF;
			background-color: #006666;
			padding-left: 3px;
			text-decoration: none;
			}
			
			.links:hover
			{
			line-height: 30px;
			color: #FFFFFF;
			background-color: #669999;
			text-decoration: none;
			}
			
			.clinks
			{
			line-height: 30px;
			color: #333333;
			background-color: #669999;
			padding-left: 3px;
			text-decoration: none;
			font-weight: bold;
			}
			
			.clinks:hover
			{
			line-height: 30px;
			text-decoration: none;
			}
			
	#qef
	{
	position: absolute;
	top: 90px;
	right: 0px;
	float: right;
	width: 172px;
	}
	
	#quote_top
	{
	float: left;
	background-image: url(../images/quote_header.gif);
	width: 172px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	}
			
	#quote
	{
	float: left;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #669999;
	color: #FFFFFF;
	width: 162px;
	}
	
		#quote strong
		{
		color: #FFFFFF;
		}
		
		.error
		{
		color: #CCCCCC
		}
	
	#quote_bottom
	{
	float: left;
	background-image: url(../images/quote_footer.gif);
	width: 172px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}
	
		.nothing
		{
		padding: 0px;
		margin: 0px;
		}
		
				
	#topbar
	{
	float: left;
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	width: 586px;
	height: 72px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
		#fontsize
		{
		position: absolute;
		right: 212px;
		top: 52px;
		height: 30px;
		line-height: 30px;
		}
		
			#fontsize img
			{
			border-color: #006666;
			border-style: solid;
			border-width: 1px;
			}
			
#content
{
float: left;
width: 576px;
padding: 20px;

background-image: url(../images/content_bg.gif);
background-repeat: repeat-y;
text-align: justify;
}
	#content a:link
	{
	color: #006666;
	}
	
	#content a:visited
	{
	color: #006666;
	}
	
	#content a:hover
	{
	color: #333333;
	}

	.left
	{
	float: left;
	}
	
	.right
	{
	float: right;
	}
	
	.right10
	{
	float: right;
	padding: 10px;
	}
	
	.right_text
	{
	text-align: right;
	}
	
	.center
	{
	text-align: center;
	}
	
	#book input
	{
	margin: 2px;
	}
	
	.link_img
	{
	margin: 5px;
	}
	
	#request
	{
	float: left;
	width: 600px;
	}
	
	.error_r
	{
	float: left;
	color: #333333;
	width: 100%;
	}

	#request label
	{
	width: 6em;
	float: left;
	margin-right: 0.5em;
	display: block;
	text-align: left;
	}
	
	h2.left
	{
	width: 100%;
	}

	#bottomheading
	{
	float: left;
	width: 616px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../images/content_bg_bottom.gif);
	background-repeat: no-repeat;
	}
	
	#content_quote_heading
	{
	float: left;
	width: 616px;
	height: 20px;
	background-image: url(../images/content_bg_top.gif);
	background-repeat: no-repeat;
	}
	
	#content_quote
	{
	float: left;
	width: 576px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	}
	
	#content_quote_footer
	{
	float: left;
	width: 616px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../images/content_bg_bottom.gif);
	background-repeat: no-repeat;
	}
	
#footer
{
float: left;
width: 616px;
font-size: smaller;
color: #666666;
text-align: center;
line-height: 200%;
}

	#footer a
	{
	color: #333333;
	text-decoration: none;
	}
	
	#footer a:hover
	{
	color: #000000;
	text-decoration: none;
	}

strong
{
color: #006666;
}

h1
{
padding: 0px;
margin: 0px;
}

h2
{
padding: 0px;
margin: 0px;
}

p
{
line-height: 150%;
}

ul
{
line-height: 150%;
}

input
{
border-color: #006666;
border-style: solid;
border-width: 1px;
}

label
{
width: 8em;
float: left;
margin-right: 0.5em;
display: block;
text-align: left;
}

a:link img
{
border-color: #006666;
border-style: solid;
border-width: 1px;
}

a:visited img
{
border-color: #006666;
border-style: solid;
border-width: 1px;
}

a:hover img
{
border-color: #333333;
border-style: solid;
border-width: 1px;
}