body, div, p, ul, li, img, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/body-background.png);
	font-family: arial, helvetica, sans serif;
}

	* html body {
		text-align: center;
	}

#container {
	position: relative;
	width: 780px;
	margin: 0px auto;
	background-image: url(images/page-background.png);
	text-align: left;
}

#header {
	position: relative;
	width: 780px;
	height: 305px;
	background-image: url(images/nameplate.png);
}

	#header-links {
		position: absolute;
		top: 2px;
		right: 12px;
		width: 183px;
		height: 18px;
		padding-top: 3px;
		text-align: center;
		font-size: 11px;
		list-style-type: none;
	}

		#header-links li {
			display: inline;
			margin: 0px 0.4em;
		}

		#header-links a:link, #header-links a:visited, #header-links a:hover {
			color: #153779;
			text-decoration: none;
			text-transform: uppercase;
		}

		#header-links a:hover { 
			color: #000000;
			border-bottom: 1px dotted #000000;
		}

#menu {
	position: absolute;
	top: 130px;
	left: 17px;
	width: 206px;
}

	#menu-links {
		font-size: 13px;
		list-style-type: none;
		list-style-position: inside;
	}

		#menu-links li {
			display: block;
			padding: 3px 10px;
			margin: 1px 0px;
			background-color: #D8E2EF;
		}

		* html #menu-links li {
			padding: 1px 3px 2px 0px;
		}

		#menu-links li:hover {
			background-color: #A2C0E3;
		}

		#menu-links a:link, #menu-links a:visited, #menu-links a:hover {
			color: #153779;
			text-decoration: none;
		}

		#menu-links a:hover, #menu-links li:hover a:link { color: #000000; }

#sidebar1 {
	float: left;
	display: inline; /* fixes IE problems */
	position: relative; /* improves z-positioning */
	width: 206px;
	margin-left: 17px;
	margin-right: 25px;
	margin-top: -20px;
}

	#sidebar1 div.box {
		margin-bottom: 10px;
	}

		#sidebar1 div.box-top {
			height: 52px;
			background-image: url(images/sidebox-leftside-top.gif);
		}
	
		#sidebar1 div.box-content {
			background-color: #BCD4EF;
			padding: 0px 10px 5px 10px;
			font-size: 12px;
			line-height: 1.5em;
			color: #282828;
		}
	
		#sidebar1 div.box-bottom {
			height: 8px;
			background-image: url(images/sidebox-leftside-bottom.gif);
			background-repeat: no-repeat;
		}
	
		#sidebar1 h2 {
			height: 17px;
			margin-top: -40px;
			margin-left: 10px;
			padding-bottom: 13px;
			font-size: 17px;
			font-weight: normal;
			color: #282828;
		}
	
		#sidebar1 h3 {
			display: inline;
			font-weight: bold;
			font-size: 12px;
			color: #282828;
		}

#sidebar2 {
	float: right;
	display: inline;
	position: relative;
	width: 140px;
	margin-right: 17px;
	margin-left: 20px;
	margin-top: -20px;
}

	#sidebar2 div.box {
		margin-bottom: 10px;
	}

		#sidebar2 div.box-top {
			height: 30px;
			background-image: url(images/sidebox-rightside-top.gif);
		}
	
		#sidebar2 div.video-item, #sidebar2 div.photo-item {
			clear: left;
			background-color: #BCD4EF;
			padding: 3px 10px 7px 10px;
			font-size: 12px;
			line-height: 1.0em;
			color: #282828;
			overflow: auto;
		}

			* html #sidebar2 div.video-item, * html #sidebar2 div.photo-item {
				height: 1%; /* Fix IE bug */
			}

			img.video-thumbnail, img.photo-thumbnail {
				float: left;
				border: 1px solid #282828;
				margin-right: 3px;
			}

			img.video-thumbnail:hover, img.photo-thumbnail:hover {
				border: 1px solid #C39B0D;
			}

			span.video-label, span.photo-label {
				display: block;
				padding-top: 10px;
				font-size: 10px;
			}
	
		#sidebar2 div.box-bottom {
			clear: left;
			height: 9px;
			background-image: url(images/sidebox-rightside-bottom.gif);
			background-repeat: no-repeat;
		}

		#sidebar2 h2 {
			height: 14px;
			margin-top: -22px;
			margin-left: 10px;
			padding-bottom: 6px;
			font-size: 14px;
			font-weight: normal;
			color: #282828;
		}


#content {
	position: relative;
	margin-left: 250px;
	margin-right: 180px;
	margin-top: -20px;
	font-size: 13px;
	line-height: 1.4em;
	color: #282828;
}

	#content h1#page-title {
		font-size: 20px;
		font-weight: normal;
		color: #282828;
		margin-top: 0em;
		margin-bottom: 0.6em;
	}

	#content p {
		margin: 1em 0em;
	}

	#content ul {
		margin: 1em;
	}

	#content ul ul {
		margin: 0em 1em;
	}

	#content h1 {
		font-size: 16px;
		color: #153779;
		margin: 1em 0em 0.7em 0em;
	}

	#content h2 {
		font-size: 14px;
		color: #153779;
		margin: 1em 0em 0.7em 0em;
	}

	#content h3 {
		font-size: 13px;
		color: #153779;
		margin: 1em 0em 0.7em 0em;
	}

	#content a:link, #content a:visited, #content a:hover {
		color: #4B76BA;
		text-decoration: none;
	}

	#content a:hover { 
		color: #C39B0D;
		border-bottom: 1px dotted #C39B0D;
	}

#footer {
	clear: both;
	height: 45px;
	background-image: url(images/footer.png);
}