body { 
	font-family: Arial, Helvetica,
       	sans-serif;
       	font-size: 10pt;
       	font-style: normal;
       	font-weight: normal;
       	color: black;
       	margin:0px;
       	background-color: #e6e7e9;
       	background-image: url('/images/bg-gradient.jpg');
       	background-position: center;
       	background-repeat: repeat-y;
}

#home_link {
       padding: 4px;
       font-family: Arial, Helvetica, sans-serif; 
       font-size: 8pt; 
       font-style: normal; 
       font-weight: bold; 
       color: white;  
}

#logo {
	padding-top: 4px;
	padding-bottom: 4px;
}

#home-left {
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

#home-right {
	float: right;
	width: 410px;
	padding-bottom: 10px;
}
#home-bottom {
	border-top: 1px solid gray;
	padding-top: 12px;
	clear: both;
	width: 100%;
}
#home-bottom-left {
	float: left;
	width: 55%;
}
#home-bottom-right {
	float: right;
	clear: right;
	width: 45%;
}

/* These are no longer used */
/*
.leftbg {
       	background-image: url("/images/bg-left.gif");
       	background-repeat: repeat-y;
} 
.leftbg-bottom { 
	background-image: url("/images/bg-left-bottom.gif"); 
	background-repeat: no-repeat;
}
*/

.header {
	background-color: #025494;
	padding: 0px;
	background-image: url('/images/header-gradient.gif');
	background-image-height: 10px;
	background-image-width: 10px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.header div{
	vertical-align: top;
        padding-left: 4px;
        padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: white;  
}

.footer {
	background-color: #025494;
	padding-top: 0px;
	background-image: url('/images/footer-gradient.gif');
	background-image-height: 10px;
	background-image-width: 10px;
	background-position: top;
	background-repeat: repeat-x;
}
.footer div{
	vertical-align: top;
	padding-top: 10px;
        padding-left: 4px;
        padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: white;  
}


.main-body { 
	padding: 6px;
       	background: white; 
}

/* heading styles */
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #666699; 
	text-align: center
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
       	font-size: 12pt;
       	font-style: normal; 
	font-weight: bold; 
	color: #666699; 
	text-align: left
}
h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #666699; 
	text-align: center
}
h4 {
       	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-align: center
}
h5 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FF0000; 
	text-align: center
}

a {
       	color: #cc6600;
       	font-family: Arial, Helvetica, sans-serif;
       	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline; 
}
a:visited {
       	color: #666699;
       	font-family: Arial, Helvetica, sans-serif;
       	font-style: normal; 
	font-weight: normal;
       	text-decoration: underline;
}
a:hover { 
	color: #333366; 
	font-family: Arial, Helvetic, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;
}

img.noborder { border: 0 }

ol.alpha { list-style-type: upper-alpha; }
ol.lalpha { list-style-type: lower-alpha; }
ol.roman { list-style-type: upper-roman; }
ol.lroman { list-style-type: lower-roman; }
ul.decimal { list-style-type: decimal; }
ul.disc { list-style-type: disc; }
ul.circle { list-style-type: circle; }
ul.square { list-style-type: square; }
ul.bullet { list-style-image: url("/images/bullet1.gif"); }
ul.pin { list-style-image: url("/images/push.gif"); }
ul.outline1 { list-style-image: url("/images/red_rec_tri.gif"); font-size: 14pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 2px; }
ul.outline2 { list-style-image: url("/images/red_dia_any.gif"); font-size: 12pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 6px; }
ul.outline3 { list-style-image: url("/images/red_ball_any.gif"); font-size: 10pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 6px; }
ul.outlineblue1 { list-style-image: url("/images/bullet1_24.gif"); font-size: 14pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 2px; }
ul.outlineblue2 { list-style-image: url("/images/bullet1_18.gif"); font-size: 12pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 6px; }
ul.outlineblue3 { list-style-image: url("/images/bullet1_12.gif"); font-size: 10pt; font-weight: bold; font-style: normal; color: #666699; padding-top: 6px; }

.search { 
	background: #ffffff; 
	border: solid black; 
	border-width: 1px; 
	font-size: 10pt;
}

.small { 
	font-family: Arial, Helvetica, sans-serif;
       	font-size: 8pt;
       	font-style: normal;
       	font-weight: normal; 
	color: black; 
}
.small-bold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
       	font-style: normal;
       	font-weight: bold;
       	color: black; 
}

.date {
       padding: 4px;
       font-family: Arial, Helvetica, sans-serif; 
       font-size: 8pt; 
       font-style: normal; 
       font-weight: bold; 
       color: white;  
}

.headline {
       	font-family: Arial, Helvetica, sans-serif;
       	font-size: 12pt;
       	font-style: normal; 
	font-weight: bold; 
	background-color: #666699;
       	color: #eff0f5;
       	padding-left: 4px;
       	padding-top: 4px;
       	padding-right: 4px;
       	padding-bottom: 2px; 
}
.headline1 { 
	background-image: url('/images/pacb-button.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: serif;
       	font-size: 14pt;
       	font-style: normal;
       	font-weight: bold; 
}
.headline1 a { 
	font-family: serif;
       	font-size: 14pt;
       	font-style: normal;
       	font-weight: bold;
       	color: #666699;
       	text-decoration: none; 
}
.headline1 a:hover { 
	font-family: serif;
       	font-size: 14pt;
       	font-style: normal;
       	font-weight: bold;
       	color: black; 
	text-decoration: none; 
}
.headline1 a:visited {
       	font-family: serif;
       	font-size: 14pt; 
	font-style: normal;
       	font-weight: bold; 
	color: #666699;
       	text-decoration: none; 
}
.headline2 { 
	background-image: url('/images/pacb-button.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: serif;
       	font-size: 12pt;
       	font-style: normal;
       	font-weight: bold; 
}
.headline2 a { 
	font-family: serif;
       	font-size: 12pt;
       	font-style: normal;
       	font-weight: bold;
       	color: #666699;
       	text-decoration: none; 
}
.headline2 a:hover { 
	font-family: serif;
       	font-size: 12pt;
       	font-style: normal;
       	font-weight: bold;
       	color: black; 
	text-decoration: none; 
}
.headline2 a:visited {
       	font-family: serif;
       	font-size: 12pt; 
	font-style: normal;
       	font-weight: bold; 
	color: #666699;
       	text-decoration: none; 
}

.banner { 
	font-family: serif;
       	font-size: 14pt; 
	font-style: italic;
       	font-weight: bold; 
}
.banner1 {
       	font-family: serif;
       	font-size: 20pt;
       	font-style: italic;
       	font-weight: bold; 
}

.news { 
	border: dashed gray; 
	border-width: 1px; 
	background-color: #f7f7f7; 
	font-size: 10pt; 
	font-weight: normal; 
	color: black; 
	padding-left: 10px; 
	padding-right: 4px;
}
.form-box { 
	text-align: left; 
	border: solid black; 
	border-width: 1px; 
	background-color: #f7f7f7; 
	font-size: 10pt; 
	font-weight: normal; 
	color: black;
}

.whatshappening {
       	font-weight: bold; 
	font-size: 20pt; 
	font-family: serif; 
	text-transform: uppercase; 
	border-bottom: solid black; 
	border-width: 8px; 
}
.whatshappening:first-letter { 
	font-size: 26pt; 
}

.bold12 { 
	font-weight: bold; 
	font-size: 12; 
}
.boldred { 
	color: red;
       	font-weight: bold;
}
.required:before {
       	content: "*";
       	color: red;
}
.hidden { 
	display: none; 
}
.unhidden {
	display: normal; 
}

tr.decoration img {
	display: block;
}

