@CHARSET "ISO-8859-1";

p {
    padding-bottom: 0.5em;
}

img.headshot {
    padding: 5px;
    background: #000070;
    border:1px solid black;
}

div.menuButton {
	border-style: solid;
	border-width: 4px;
	border-color: #000070;
	padding: 5px;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #990000;
	line-height: 1.3em;
	font-weight: bold;
	height: 100%;
}
div.menuButton a { display:block; color:#fff; text-decoration:none;	}
/* watch for IE7 guillotine bug <http://css-class.com/articles/explorer/guillotine/index.htm> */
div.menuButton a:hover { color:#0000ff; }
div.menuButton a { height:100%; vertical-align: middle; }

a { text-decoration:none; }
a:hover { text-decoration:none; }
a:visited { text-decoration:none; }

a.quiet { color:#000; text-decoration:none; } 
a.quiet:hover { color:#00f; }

div.agent p {
}
div.sidebar p {
    margin: 0 0 .5em 1em;
    font-size: 120%;
}

div.demo {
        padding-top: 75px;
        font-size: large;
        font-weight: bold;
}
div.sidebar a { color:#00f; text-decoration:none; }
div.sidebar a:hover { color: #00f; }

div.bodytext p {
	margin: 0 0 .5em 0;
	font-size: large;
}
div.hdimg {
	text-align: right; 
}
h1 {
	font-size: 250%; 
	font-family: Georgia;
	color: #000030;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
h2 {
	font-size: 200%;
 	font-family: Arial;
 	color: #000077;
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	font-size: 100%;
 	font-family: Arial;
 	color: #000000;
	font-weight: bold;
	margin-bottom: 6px;
}


h4 {
	font-size: 100%;
 	font-family: Arial;
 	color: #000000;
	font-weight: bold;
}

ul {
    font-size: large;
	font-family: Arial, Helvetica, sans-serif;
 	color: #000000;
 	padding: 0 0 0 6px;
 	margin-left: 1em;
 	margin-bottom: 28px;
}
ul li {
 	list-style-type: disc;
}
#hd {
	margin: 0 0 1em 0;
	padding: .25em .5em;
}
#ft {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 20px;
}
img.logo {
	float: right;
	padding: 4px;
}

label {
    font-weight: bold;
}

