﻿#page{
	width: 800px;
	height: 100%;
	border-collapse: collapse;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#leftnav{
	margin: 0px 0px 0px 0px;
	background-color: #51CCCC;
	width: 25%;
}

#pageheader{
	font-size: 20pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #51CCCC;
	border-top: 1px #51CCCC solid;
}

#content{
	margin: 0px 0px 0px 0px;
	padding: 0em 0em 0em 1em;
	background-color: #FFFFFF;
	border-top: 1px #51CCCC dashed;
}

#footer{
	margin-top: 20px;
	border-top: thin #51CCCC solid;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-size: 10pt;
}

h1{
	font-size: 20pt;
}

h2{
	font-size: 18pt;
	text-decoration: underline;
}

h3{
	font-size: 16pt;
	font-weight: bold;
	color: #51CCCC;
}

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	color: #51CCCC;
	width: 100%;
	border-style: dashed;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #51CCCC;
	text-decoration: underline;
}

a:active{
	color: #51CCCC;
	text-decoration: none;
}

#leftnav a{
	color: #000000;
	text-decoration: none;
}

#leftnav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.name{
	color: #51CCCC;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
}

.pals-color{
	color: #51CCCC;
}

.email{
	font-size: 12pt;
	text-align: center;
	border: 1pt #FFFFFF solid;
	width: 50%;
	margin: 0px auto 0px auto;
}

.leftnav{
	list-style-image: url('images/icon10x11.jpg');
	list-style-position: outside;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1pt #FFFFFF dashed;
}

.leftnavactive{
	list-style-image: url('images/icon10x11a.jpg');
	list-style-position: outside;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1pt #FFFFFF dashed;
}

.textnav{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-size: 10pt;
}

.textnavactive{
	border-bottom: 2pt #51CCCC solid;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.pictureframe{
	float: right;
	text-align: center;
}

.picturecaption{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	margin:1px 2px 1px 2px;
}
