@charset "UTF-8";

body {background-color: firebrick; text-align: center; width: 1250px; margin: auto} 

#left {width: 230px; margin: auto; float:left;}
#content {width: 840px; margin: auto; float:left;}
#right {width: 180px; margin: auto; float:left;}
#footer {width: 1100px; margin: auto;}

a:link {color: indigo; font-weight: bold; text-decoration: none}
a:visited {color: firebrick; text-decoration: none}
a:hover {color: red; text-decoration: none}
a:active {color: red; text-decoration: none}

/* Layout */

/* Paragraph styles */
p.large { font-family: Arial, Georgia, serif; font-size: 12px; color: black; }
p.medium { font-family: Arial, Georgia, serif; font-size: 10px; color: black; }
p.small { font-family: Arial, Georgia, serif; font-size: 8px; color: black; }
p.latin { font-family: Georgia, serif; font-size: 14px; color: black; }
p.quote { font-family: Georgia, serif; font-size: 11px; color: white; text-align: left; font-style: italic; }
p.disclaimer { font-family: Arial, Georgia, serif; font-size: 8px; color: black; }
p.logo { font-family: Arial, Georgia, serif; font-size: 12px; font-weight: bold; color: black; }
p.address { font-family: Arial, Georgia, serif; font-size: 10px; color: black; }
p.footer { font-family: Georgia, serif; font-size: 10px; font-weight: bold; color: black; text-align: center; }

/* Heading classes */
.h1 { font-family: "Century Schoolbook", Georgia, serif; font-size: 16px; font-weight: bold; }
.h2 { font-family: "Century Schoolbook", Georgia, serif; font-size: 14px; font-weight: bold; }
.h3 { font-family: "Century Schoolbook", Georgia, serif; font-size: 12px; font-weight: bold; }
.h5 { font-family: "Century Schoolbook", Georgia, serif; font-size: 9px; font-weight: bold; }

.medium { font-family: Arial, Georgia, serif; font-size: 10px; color: black; }

/* End of style section. Generated by AceHTML at 4/8/2008 4:51:37 PM */
