BODY, P, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL, ADDRESS { 
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
 font-size: 100%; 
 color: #000; 
 background: #FFF;
}

body {
	margin:20px 20px 0px 20px;
}


DT {
 margin-top: 5px;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
 font-size: 90%; 
 font-weight: bold;
 color: #000; 
 background: #FFF;
}
DD {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
 font-size: 90%; 
 font-weight: normal;
 color: #000; 
 background: #FFF;
}

H1 {
 font-family: sans-serif;
 font-size: 175%; 
 color: #333
 background: #FFF
}
H2 {
 font-family: sans-serif;
 font-size: 150%; 
 color: #333
 background: #FFF
}
P.announce {
 align: center;
 font-weight: bold;
 font-size: 130%; 
 color: #F00;
 background: #FFF
}

#main {
	border:1px solid #000; 
	color: #000;
	background:#fff;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#menu {
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	float:right;
	width:20%;
	color: #000;
	background-color: #eee;
	margin:0px 0px 10px 10px;
}
#menu p { font-size:80%; }
#menu li { font-size:80%; color: #000; background: #eee; }
#menu ul { 
	font-size:80%;
	padding-top: 0px;
	color: #000;
	background-color: #eee;
	/*margin:0px 5px 5px 5px; */
}
#menu h1 {
	font-size:80%; 
	margin:0px 0px 0px 5px;
	padding-top:5px; 
} 
#menu a {
	color: #009;
	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
	/*border: 1px solid #F70; */
} 
#menu a:hover {
	color: #F09;
	background-color: #eee;
	text-decoration: underline;
}

#main img { padding-right: 10px; }
#main p { margin-left: 10px; }
#bullets img { 
	padding-top: 50px; 
	padding-left: 10px;
}

#strip {
    font-size:100%;
    color: #000;
    background: #fff;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin: 0 0 0 0;
    text-align: center;
}
#strip a {
    padding-left: 10px;
    padding-right: 10px;
    border-left:1px solid #000;
    border-right:1px solid #000;
}

DIV.adobelink { 
 margin: 1px;
}
DIV.address { 
 float: left;
 width: 48%; /*300px;*/
 margin: 1px;
}
DIV.fineprint { 
 float: right;
 width: 48%; /*300px;*/
 margin: 1px;
}
P.fineprint {
 font-size: 70%;
 font-weight: normal;
 color: #444444;
}
A {
	color: #000099;
	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #FF0099;
	background: #FFFFFF;
	text-decoration: underline;
}
ADDRESS {
 font-style: normal;
}

