/* Main Body Properties */

* {
	padding: 0;
	margin: 0 auto;
}

body {
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	color: #000;
	background: #f1f0db;
	text-align: center;
}

#outer {
	margin: 0 auto;
	width: 999px;
	background: #fff;
	min-height: 655px;
}

p {
	font-size: 11pt;
}

h1 {
	font-size: 13pt;
	font-weight: normal;
}

h2 {
	font-size: 13pt;
	padding: 28px 0 0 80px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #d5138c;
}

h4 {
	font-size: 11pt;
	font-weight: normal;
}

span {
	font-weight: bold;
	font-style: italic;
}

.normal {
	font-weight: bold;
	font-style: normal;
}

a, a:link, a:visited{
	text-decoration: none;
	color: #d5138c;
	outline: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}

/* Main Layout Properties */

.third {
	width: 333px;
	min-height: 655px;
	float: left;
/*	background: #9c9;*/
}

#twospan {
	width: 666px;
	min-height: 655px;
	float: left;
	text-align: left;
}

#copy {
	padding: 15px 15px 10px 15px;
	float: left;
}

.narrowcopy {
	width: 303px;
	padding: 15px 15px 0 15px;
	float: left;
}

.center {
	width: 333px;
	padding-top: 10px;
}

#pagetitle {
	width: 100%;
	height: 60px;
	text-align: left;
	background: #fff url(images/title_bg.png) 0% 0% no-repeat;
}

#map {
	float: left;
	text-align: center;
	margin: 15px 0px 0 0;
}

#map iframe{
	border: 1px solid #d5138c;
	margin-bottom: 5px;
}

#map a:link {
	font-size: 10pt;
	color: #d5138c;
	text-decoration: none;
}

#map a:hover {
	text-decoration: underline;


}/* Front Page Properties */

#banner {
	width: 333px;
	height: 655px;
	float: left;
	text-align: center;
	background: #fff url(images/banner_bg.png) 50% 50% no-repeat;
}

#logo {
	width: 333px;
	height: 338px;
	margin: 15px 0 76px 0;
}

#logo img {
	border: none;
	outline: none;
}

#frontpagetext {
	width: 270px;
	height: 75px;
	margin-bottom: 30px;
	text-align: justify;
}

#menu {
	width: 318px;
	height: 80px;
	float:left;
	text-align: left;
}

#linkbox {
	width: 200px;
	height: 80px;
	margin: 1px 0 0 54px;
	background: url(images/menu_bg.png) 50% 0% no-repeat;
}

#frontpagelinkbox {
	width: 200px;
	height: 80px;
	margin: 0px 0 0 69px;
}

.link {
	width: 80px;
	text-align: center;
	float: left;
	margin: 10px 10px 0 10px;
}

.link a {
	display: block;
	width: 80px;
	padding-top: 60px;
	color: #000;
	text-transform: uppercase;
	font-size: 9pt;
}

#notice {
	width: 227px;
	height: 227px;
	float: left;
	position: relative;
	top: 410px;
	left: 20px;
}

/* Footer Properties */

#footer {
	width: 1000px;
	height: 25px;
	background: url(images/bottom_bg.png) 50% 0% no-repeat;
}

#footer p{
	font-size: 8pt;
	padding: 5px 0 0 0;
}

#footerleft {
	width: 487px;
	float: left;
	text-align: left;
}

#footerright {
	width: 487px;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}
