@charset "utf-8";

.photolink {
	width: 125px;
	float: left;
	height: 175px;
}

html {
	overflow-y: scroll;
}
body  {
	margin: 0;
	padding: 0;
	background-color: #999;
}

#container {
	width: 900px;
	text-align: left;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
} 
#logo {

}

#nav {
	background-repeat: no-repeat;
	margin-left: 90px;
	float: left;
	height: 303px;
	background-image: url(../images/nav.png);
	width: 140px;
	margin-top: 100px;
}
#nav ul {
	position: relative;
	display: block;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 25px;
	}
#nav a {
	color: #000;
	padding: 1px;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	line-height: 3em;
	font-weight: bold;
}

#content {
	background-image: url(../images/content_02.png);
	background-position: center bottom;
	float: left;
	width: 430px;
	margin-top: 25px;
} 
#nav a:hover {
	color: #FFF;
}
#content a {
	color: #009;
	font-style: normal;
	text-decoration: none;
}
#column {
	width: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
#column ul {
	position: relative;
	left: 0;
	bottom:0;
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sideNav a {
	display: block;
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	border: 1px dotted #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	background-image: url(../images/transback.png);
}
#sideNav a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#sideNav a.on {
	display: block;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#sideNav a.sub {
	display: block;
	color: #006600;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}



h1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-size: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #000;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana;
	margin-right: 10px;
}



h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	text-align: center;
}
h7 {
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFF;
	font-weight: bold;
}


p {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 1.5em;
	font-weight: normal;
	margin-right: 10px;
}
.top {
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 15px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-right: 5px;
}
