body {
	margin : 0px;
	background : url('../images/layout/bg.jpg') center top;
}

body, td {
	font-family : georgia, times, serif;
	font-size : 9pt;
	color : #4B4C4C;
	line-height : 1.6em;
	font-weight : bold;
}

#container {
	background : url('../images/layout/content_bg.jpg') no-repeat top;
	width : 968px;
	height : 464px;
	padding-top : 6px;
}

#containerInner {
	margin : 0px 15px 0px 15px;
	height : 433px;
}

#footer {
	margin-top : 10px;
	color : #002D62;
	font-size : 8pt;
	font-weight : bold;
	line-height : 14pt;
}

#footer a {
	color : #002D62;
}


img {
	border : none;
}

h1 {
	margin : 0px;
	margin-bottom : 10px;
}

h2 {
	font-size : 10pt;
	text-transform : uppercase;
	color : #385679;
	margin-bottom : 0px;
}

#leftContent {
	margin : 0px 35px;
}

#subnav {
	height : 50px;
}

#subnav a {
	margin-left : 20px;
	margin-top : 20px;
	display : block;
	float : left;
	font-size : 8pt;
	color : #6B6B6A;
	text-decoration : none;
	text-transform : uppercase;
}

#subnav a:hover {
	color : #385679;
}

a {
	color : #385679;
}

.photoThumb {
	border : 3px solid #fff;
	margin-right : 10px;
}

a:focus {outline:none}

.mainPhoto {
	border : 6px solid #fff;
	height : 254px;
	width : 359px;
}

#directions ol {
	margin : 0px;
	padding : 0px;
	margin-top : 5px;
	margin-left : 8px;
	padding-left : 8px;
	font-size : 9pt;
	font-weight : normal;
	line-height : 100%;
}

#directions li {
	margin-bottom : 5px;
}

ul.pdf {
	list-style-image : url('../images/icon_pdf.gif');
}