/* CSS Document */

	body {
		width:900px;
		margin:0 auto;
		border:1px solid #014990;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
	a {
		text-decoration:none;
		color:#014990;
		font-weight:bold;
		}
	dt, h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		}
	a:hover {
		text-decoration:underline;
		}
		#header {
			height:83px;
			background-image:url(images/headerbg.jpg);
			background-repeat:repeat-y;
			position:relative;
			}
			#header h1 {
				position:absolute;
				bottom:-6px;
				right:20px;
				font-size:36px;
				color:#FFFFFF;
				font-family:"Times New Roman", Times, serif;
				margin:0; padding:0; line-height:1;
				font-weight:normal;
				}
				#header h1 sup {
					font-size:12px;
					}
			#header #logo {
				position:absolute;
				left:10px;
				top:20px;
				}
		#main {
			margin-top:5px; padding-top:5px;
			margin-bottom:5px; padding-bottom:5px;
			border-top:3px solid #014990;
			border-bottom:3px solid #014990;
			position:relative;
			}
			#nav {
				text-align:center;
				}
				#nav a {
					padding:0px 16px 0px 16px;
					}
			#content {
				_height:340px;
				min-height:340px;
				width:430px;
				margin-top:30px;
				margin-bottom:30px;
				background-image:url(images/contentseparator.jpg);
				background-repeat:no-repeat;
				background-position:top right;
				padding-left:10px;
				padding-right:10px;
				
				}
				h2 {
					font-family:"Times New Roman", Times, serif;
					font-size:22px;
					color:#014990;
					}
			#image {
				position:absolute;
				right:27px;
				top:60px;
				}
			#sub {
				position:absolute;
				bottom:10px;
				left:10px;
				}
		#footer {
			background-image:url(images/footerbg.jpg);
			background-repeat:repeat-y;
			text-align:center;
			}
			#footer #copyright {
				padding-top:12px;
				padding-bottom:12px;
				color:#FFFFFF;
				}
#bios td {
	padding:10px 5px 10px 5px;
	}
#suite {
	text-align:center;
	}
#suite img {
	margin:4px;
	border:1px solid black;
	}
