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

body {
 margin:20px 20px 0px 20px;
// background: white url(images/fcat200b.gif) no-repeat fixed center top;
 background: white url(images/fcat200b.gif) no-repeat scroll center 50px;
}


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;
 font-size: 105%; 
}

blockquote.fr {
	border: none; /*8px dotted orange;*/
	background-color: #EEF;
	float:right;
	width:25%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%; /*word-spacing: .05em;*/
	text-align: center;
	padding: .75em;
	margin: 3em 0px;
	
}

/* 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: #700;
//	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
	/*border: 1px solid #F70; */
} 
#menu a:hover {
	color: #F00;
//	background-color: #eee;
	text-decoration: underline;
}

#main img { padding-right: 10px; }
#main h1, #main h2, #main h3, #main p {
	margin-left: 15px;
	margin-right: 22%;
}
#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: #700;
//	background: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #F00;
//	background: #FFFFFF;
	text-decoration: underline;
}
ADDRESS {
 font-style: normal;
}


DIV.notice {
	float:right;
	width:30%;
	background-color: #fda;
	border-width: 2px;
	border-color: red;
	border-style: solid;
	padding: 10px;
	//margin-right: 50%;
	margin-left: 3px;
	//margin-top: 8px;
	margin-bottom: 3px;
}
//DIV.notice P {
//	font-size: 100%;
//}

