body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	_height: 100%;
min-height: 100%;
	background-color: #521B00;
}

/* General rules to keep things tidy */

p, table, tr, td, div {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

table.homepagenews, table.homepagenews tr {
	margin: 0px;
	padding: 0px;
}

table.homepagenews td {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

a, a:visited {
	color: #3D6297;
}

a:hover {
	color: #ccc;
}

h1 {
	font-size: 14px;
	color: #000;
}

h2, h3 {
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	position: relative;
min-height: 1200px;
	min-height: 100%;
	height: auto !important;
	background: url(../layout/background.gif) #521B00 repeat-y;
	border-left: 1px solid #FFFF00;
	padding: 0px;
	margin: 0px;
}

	div#wrapper-content {
		padding-bottom: 16px;
min-height: 1200px;
	}

	div#header {
		position: relative;
		width: 767px;
		height: 99px;
		margin: 0px;
		padding: 0px;
		background-image: url(../layout/header.jpg);
	}

	div#left-column {
		position: absolute;
		padding: 0px;
		margin: 0px;
		top: 99px;
		left: 0px;
	  	width: 159px;
min-height: 2200px;
	}

	div#center-column {
		position: relative;
		font-family: Verdana, Helvetica, sans-serif;
		left: 160px;
		width: 410px;
		min-height: 1200px;
		_height: 800px;
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
		_margin-top: 0px;
		_top: 20px;
	}

		div#center-column-content {
			position: relative;
			left: 20px;
			right: 25px;
			width: 418px;
			padding: 0px;
			margin: 0px;
		}

	div#right-column {
		position: absolute;
		width: 159px;
		left: 607px;
		top: 99px;
		min-height: 580px;
		_height: 580px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		background: url(../layout/sidebar-background.jpg) repeat-x;
	}
		
		div#right-column-content {
			padding: 12px 4px 0 4px;
		}
		
        div#right-column-content img
        {
            border-color: Black;
        }
			div#search {
				background-color: #F3EEEB;
				border: 1px solid #333;
				padding: 5px;
				margin-bottom: 15px;
			}
			
				div#search form {
					margin: 0px;
					padding: 0px;
				}
		
			div#quicklinks-wrapper {
				background-color: #3F5284;
				border: 1px solid #333;
			}
			
			div#quicklinks-wrapper p {
				margin: 0px;
				padding: 3px 7px 5px 9px;
				font-weight: normal;
				color: #fff;
			}
			
			div#quicklinks-content {
				background-color: #E0D5C2;
				background-image: url(../layout/quicklinks-background.gif);
				color: #000;
				font-weight: normal;
				padding: 4px 7px 7px 9px;
			}
			
			div#quicklinks-content #quicklinks-header {
				color: #000;
				margin: 0px;
				padding: 0px 0px 5px 0px;
			}
			
			div#quicklinks-content #quicklinks-header {
				margin: 0px;
				padding: 0px;
			}
			
			div#sidetext {
				margin-top: 10px;
				color: #fff;
			}
			
				div#sidetext p {
					color: #fff;
				}
			
			.logo {
				position: relative;
				top: 25px;
				left: 28px;
			}
			
	/* Search */
	
	#resultstring {
		margin-top: 8px;
	}
	
	.searchresult {
		margin-top: 8px;
	}

div#footer {
	position: relative;
	text-align: center;
	width: 767px;
	_width: 766px;
	background-color: #201B15;
	border-bottom: 1px solid #FFFF00;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 1px
}
