
	/* Link Formatting */
    a:link              { color:#606060; text-decoration:none; }
    a:visited           { color:#606060; text-decoration:underline; }
    a:hover             { color:black; text-decoration:underline; }
    a:active            { color:red; text-decoration:underline; }

    a.otherLink:link    { color:#606060; text-decoration:none; }
    a.otherLink:visited { color:#606060; text-decoration:none; }
    a.otherLink:hover   { color:black; text-decoration:underline; }
    a.otherLink:active  { color:red; text-decoration:none; }

	/*Page Layout*/

#top {
	position:relative; margin:0px auto 0px auto;
	display:block; width:643px; height:52px;
}
#middle {
	position:relative; margin:auto auto auto auto;
	display:block; width:600px; height:500px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	background: #e9e7e0;
}

#middle1 {
	position: relative; margin: auto auto auto auto;
	display:block; width:92px; height:500px;
	float: left;
	border-width:1px;
}

#middle2 {
	position: relative; margin: auto 10px auto auto;
	float: right;
	display:block; width:360px; height:500px;
	overflow: auto;
	color: #000; font: 14px Georgia, Palatino, Palatino Linotype, Book Antiqua, serif;
	font-variant: small-caps
}

#bottom { /* background image block */
display: block;
position:relative; margin:auto auto 2px auto;
width: 643px;
height: 92px;
background: url(bottom.jpg) no-repeat;
}

#map {
	position: relative; margin: auto auto auto auto;
	width: 340px; height: 300px;
	border-style: solid; 
	border-width: 5px; 
	border-color: #FFF;
}


	/*Image Map*/

#home { /* home Link */
float: left;
position:absolute;
width : 70px;
height: 30px;
margin-left: 20px;
margin-top: 5px;
}
#services { /* services Link */
float: left;
position:absolute;
width : 120px;
height: 50px;
margin-left: 100px;
margin-top: 5px;
}
#contact { /* map Link */
float: left;
position:absolute;
width : 120px;
height: 50px;
margin-left: 250px;
margin-top: 5px;
}
#gateway { /* gateway Link */
float: left;
position:absolute;
width : 210px;
height: 80px;
margin-left: 400px;
margin-top: 10px;
}

	/* General Formatting */

h1 {
	color: #000; font: 18px Palatino, Palatino Linotype, Book Antiqua, serif;
	font-variant: small-caps;
	font-style: italic;
}

#bottom a {
text-decoration:none;
}
.hide {
visibility:hidden;
}

#smallprint {
	color: #000; font: 14px Helvetica Neue, helvetica, verdana, sans-serif;
	font-variant: small-caps;
	vertical-align:bottom;
	text-align:right;
}

#bottomlinks {
	vertical-align:bottom;
	text-align:center;
	color: #000; font: 12px Palatino, Palatino Linotype, Book Antiqua, serif;
	font-variant: small-caps
}

#textnav {
	position: fixed;
	bottom: 40px;
	text-align:center;
	min-width:100%;
	color: #000; font: 12px Palatino, Palatino Linotype, Book Antiqua, serif;
	font-variant: small-caps
}

#footer {
	position: fixed;
	bottom: 10px;
	left: 65px;
	color: #8e8e8e; font: 9px Helvetica Neue, helvetica, verdana, sans-serif;
	}

.copy	{
	text-align: justify;
	text-justify: newspaper;
	}
