body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content, .content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
#nav {
	font-variant: small-caps;
	font-size: 13px;
	text-align: center;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
 color: #003399;
}
#caption {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 12 px;
}

caption {
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 12 px;
 caption-side: bottom;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
table, tr, td {
	vertical-align:	top;
	text-align: left;
}
li {
	margin-bottom: 10px;
	list-style-position: inside;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #D0D0D0;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFFF;
}

.marginleft {
	margin-left: 10px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.marginright {
	margin-right: 10px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.purple {
	color: #63F;
}
.red {
	color: #F00;
}
lightblue {
	color: #69C;
}
.orange {
	color: #F60;
}

