
/***********************************************
 **********           Links           **********
 ***********************************************/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.left a.selected {
	
}

/***********************************************
 **********           Lists           **********
 ***********************************************/

ul {
	margin: 17px;
	padding-left: 30px;
}

/***********************************************
 **********      Font formatting      **********
 ***********************************************/

body, table, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

p, table, dl {
	margin: 17px;
}

table.page {
	margin: 0px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

td.left {
	line-height: 35pt;
	font-size: 12pt;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0px 17px 17px;
}

td.bottomRight h2 {
	margin: 17px 20px 17px 17px;
	text-transform: lowercase;
}

td.bottomRight h3 {
	margin: 17px 20px 17px 17px;
	text-transform: lowercase;
}

td.topRight h1 {
	margin: 20px 0px 20px 20px;
	text-transform: lowercase;
}

td.copyright {
	font-size: 11px;
}

/***********************************************
 **********          Colors           **********
 ***********************************************/

h2, h3 {
	color: #444;
}

td.left {
	background-color: #74793b;
}

td.topRight {
	background-color: #c7cc7a;
}

input[type="text"],
textarea {
	border-color: #C8C8C0;
}


body, table {
	color: #000000;
}

td.topRight a {
	color: #000000;
	font-weight: bold;
}

td.left,
td.left a {
	color: #FFFFFF;
	font-weight: bold;
}

a {
	color: #b67b50;
}

td.copyright {
	color: #999;
	padding: 11px;
	text-align: center;
}

/***********************************************
 **********      Tables layout        **********
 ***********************************************/

table.page {
	position: absolute;
	top: 0px;
	left: 0px;
}

td.left {
	height: 500px;
	width: 135px;
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 30px;
	background-image: url('kathyschrock.gif');
	background-repeat: no-repeat;
	vertical-align: top;
}

td.topRight {
	vertical-align: middle;
	height: 58px;
}

td.bottomRight {
	vertical-align: top;
}

/***********************************************
 **********           Forms           **********
 ***********************************************/

input[type="text"],
textarea {
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	width: 100%;
}

input[type="submit"] {
	padding: 5px 25px 5px 25px;
	border-width: 1px;
}

table.formTable {
	width: 400px;
}

table.formTable tbody tr td.label {
	width: 100px;
}

table.formTable tbody tr td.buttons {
	text-align: center;
}

table.formTable textarea {
	width: 100%;
	height: 150px;
}

input.hidden {
	display: none;
	visibility: hidden;
}

/***********************************************
 **********          Images           **********
 ***********************************************/

img.framed {
	padding: 10px;
	border-width: 1px;
	border-style: solid; 
	border-color: #ddd #bbb #bbb #ddd;
}

img.floatRight {
	float: right; 
	position:relative; 
	margin: 10px;
}

img.floatLeft {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
}

/***********************************************
 **********           Photos          **********
 ***********************************************/
 
table.album {
	margin: auto;
}

table.album tr td.caption {
	height: 40px;
	vertical-align: top;
	text-align: center;
	font-style: italic;
}
