body,html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background: url(../layout/background.gif) #333 repeat-y;
} 

/* General rules to keep things tidy */

p, table, tr, td, div {
	font-family: Verdana, Arial, 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: #37539B;
}

h2, h3 {
	font-size: 12px;
	color: #37539B;
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	position: relative;
	min-height: 100%;
	_height: 100%;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

	div#wrapper-content {
		padding-bottom: 16px;
	}

	div#header {
		position: relative;
		width: 846px;
		height: 139px;
		margin: 0px;
		padding: 0px;
		background-image: url(../layout/header.jpg);
	}

	div#left-column {
		position: absolute;
		padding: 0px;
		margin: 0px;
		top: 139px;
		left: 0px;
	  	width: 149px;
	}

	div#center-column {
		position: relative;
		left: 160px;
		width: 465px;
		min-height: 975px;
		_height: 975px;
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
		_margin-top: 0px;
		_top: 20px;
	}

		div#center-column-content {
			position: relative;
			left: 20px;
			right: 25px;
			width: 445px;
			padding: 0px;
			margin: 0px;
		}

	div#right-column {
		position: absolute;
		width: 180px;
		left: 658px;
		top: 153px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
		
		div#right-column-content {
			padding: 10px 0;
		}
		
			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#side-content {
				background-color: #E0D5C2;
				background-image: url(../layout/quicklinks-background.gif);
				color: #000;
				font-weight: normal;
				padding: 7px 7px 7px 9px;
				border: 1px solid #333;
				margin-top: 15px;
			}
			
			.logo {
				position: relative;
				top: 25px;
				left: 40px;
			}
			
	/* Search */
	
	#resultstring {
		margin-top: 8px;
	}
	
	.searchresult {
		margin-top: 8px;
	}

div#footer {
	position: relative;
	text-align: center;
	width: 845px;
	background-color: #1D313D;
	border-top: #A4937D 1px solid;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 1px
}
