/* CSS Document */

body {
	background: #DDDDDD;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#top {
	background: url(images/topbanner.gif) left top no-repeat;
	height: 85px;
}

#bodybg {
	background: url(images/body.gif) left top repeat-y;
}

#bottom {
	background: url(images/bottom.gif) left top no-repeat;
	height: 30px;
}

#menu {
	width: 200px;
	text-align: right;
}

#resume {
	left: 20px;
}

img.right {
	float: right;
	margin-right: 1px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 1.25em;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: .5em;
	margin-bottom: .5em;
}

p.caption {
	font-size: 9pt;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	color: #143838;
}

p.copy {
	font-family: century schoolbook, times, times new roman, serif;
	font-size: 9pt;
	text-align: right;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 15px;
}

ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

ul li {
	margin-bottom: .5em;
}

h6 {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	margin-top: .5em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 1em;
	letter-spacing: .5pt;
}

h5 {
	color: #336666;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: 10px;
	margin-right: 0;
}

h4 {
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: .5em;
	margin-left: 2px;
	margin-right: 1em;
}

h3 {
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}

a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

a.body:link {
	color: #990000;
	text-decoration: underline;
}

a.body:active {
	color: #990000;
	text-decoration: underline;
}

a.body:visited {
	color: purple;
	text-decoration: underline;
}
a.body:hover {
	text-decoration: underline;
	color: #336666;
}

