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

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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	background-image:url(../images/page-bg.jpg);
}

.clear {
	clear:both;
}

div#container {
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

	div#header {
		width:800px;
		height:134px;
	}

		div#header img {
			float:left;
		}

			div#header a img {
				border:0px;
			}
			
	div#wrapper {
		background-image:url(../images/sidebar-bg.jpg);
		background-repeat:repeat-y;
		background-position:left top;
	}
	
		div#sidebar {
			width:223px;
			float:left;
			color:#524c42;
		}
		
			div.stretchtoggle {
				cursor:pointer;
			}
		
				div.stretchtogglealt p {
					display:block;
					width:203px;
					padding:5px 0px 5px 20px;
					font-weight:bold;
					text-decoration:none;
					font-size:16px;
					color:#DAD3C3;
					background-color:#948E81;
					margin:1px 0px 0px 0px;
				}
				
				div.stretchtoggle p {
					display:block;
					width:203px;
					padding:5px 0px 5px 20px;
					font-weight:bold;
					text-decoration:none;
					font-size:16px;
					color:#DAD3C3;
					background-color:#948E81;
					margin:1px 0px 0px 0px;
				}
		
					div.stretchtoggle p:hover {
						background-color:#524C42;
					}
					
			div.stretcher {
				background-color:#e7e0cf;
			}
				
				div.stretcher div.innerstretch {
					padding:10px 3px 10px 3px;
				}
				
					div.stretcher div.innerstretch a.imagelink {
						margin:0px;
					}
				
						div.stretcher div.innerstretch a.imagelink img {
							border:0px;
						}
				
					div.stretcher div.innerstretch a {
						display:block;
						text-decoration:none;
						color:#524C42;
						font-size:14px;
						margin:2px 0px 2px 15px;
					}
				
						div.stretcher div.innerstretch a span {
							display:none;
						}
				
						div.stretcher div.innerstretch a:hover span {
							display:inline;
							color:#000000;
						}
		
		div#content {
			width:577px;
			float:right;
			color:#555555;
		}
		
			ul#navlist {
				margin:5px 0px 0px 30px;
				list-style:none;
			}
		
				ul#navlist li {
					display:inline;
					list-style:none;
				}
		
					ul#navlist li a{
						display:block;
						text-decoration:none;
						background-image:url(../images/nav-hook.gif);
						background-repeat:no-repeat;
						background-position:center top;
						padding:30px 20px 3px 20px;
						text-align:center;
						float:left;
						color:#8f8f8f;
						font-weight:bold;
						font-size:15px;
						letter-spacing:-1px;
					}
		
						ul#navlist li a:hover {
							color:#000000;
						}
					
			div.contentpad {
				padding:10px 30px 20px 30px;
				clear:both;
				font-size:14px;
				line-height:20px;
			}
					
				div.contentpad p {
					margin:0px 0px 20px 0px;
				}
					
				div.contentpad h1 {
					color:#333333;
					font-size:22px;
					font-weight:normal;
					letter-spacing:-1px;
					margin:20px 0px 20px 0px;
				}
					
	div#footer {
		background-image:url(../images/footer-bg.jpg);
		color:#FFFFFF;
		padding:15px;
		font-size:16px;
	}
	
	td {
		padding:2px;
	}
	
	td.light {
		border-bottom:1px dotted #CCCCCC;
	}
	
	td.main {
		color:#000000;
		padding:15px 0px 0px 0px;
	}
	
	a.pdf {
		text-align:right;
		display:block;
		color:#000000;
		text-decoration:none;
		font-size:11px;
	}
	
		a.pdf img {
			border:0px;
			margin:0px 0px -3px 0px;
		}
	
		a.pdf:hover {
			text-decoration:underline;
		}
		
div#credit, div#credit a {
	 text-align:center;
	 color:#333333;
}
