body {  font-family: Arial, Helvetica, sans-serif; color: #003366; 
background-color: #FFFFFF; font-size: 11px; 
margin:0;
padding:0;
line-height: 1.5em;
a.link {color: blue; };
a.visted {color: #660099;};
a.active {color: blue; };
a:hover {color: #993300; font-style: bold;}
}

#topsection{
height: 90px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;

}



.innermargin{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


h1 {  font-size: 24px; color: #333366; font-style: italic; font-weight: bolder}
h2 {  font-size: 18px; color: #333366; font-weight: lighter}
h3 {  font-size: 16px; color: #333366; font-weight: bolder}
li {  font-size: 14px}
ol {  font-size: 14px}
p {  font-size: 14px}
th {  font-size: 14px; color: #333366}
td {  font-size: 14px}
tr {  font-size: 14px}
table {  font-size: 14px; border: #663300; border-style: ridge}
tt {  font-size: 14px}
table.inside {
   cursor: default;
   border-color:#ffffff;
   border-style: none
}
table.outside {
   cursor: default;
   border-color:#ffffff;
   border-style: ridge
}
table.blue {
   cursor: default;
   border: 3px #6699CC solid;
   border-style: ridge
}

table.blue td
{background-color: #fff;
padding: 4px;
text-align: left;
border: 1px #6699CC solid;}

table.blue th
{background-color: #fff;
padding: 4px;
text-align: center;
border: 1px #6699CC solid;}


/*	Bulleted Lists	*/

UL LI {list-style-image: url(http://www.fpc.org/images/salmonbuttonbluehighlightsa.png); 
} 
UL LI LI {list-style-image: url(http://www.fpc.org/images/salmonbuttonbownhighlightsa.png);
list-style-type: circle; list-style-position: outside; margin-left: 10px; 
} 
UL LI LI LI {list-style-image: url(http://www.fpc.org/images/salmonbuttongreenhighlightsa.png);
list-style-type: square; list-style-position: outside; margin-left: 10px; 
}

li.blue {list-style-image: url(http://www.fpc.org/images/salmonbuttonbluehighlightsa.png)}
li.green {list-style-image: url(http://www.fpc.org/images/salmonbuttongreenhighlightsa.png)}
li.brown {list-style-image: url(http://www.fpc.org/images/salmonbuttonbownhighlightsa.png)}
li.blgn {list-style-image: url(http://www.fpc.org/images/bullet_squarebluegreen.gif)}
li.greensmall {list-style-image: url(http://www.fpc.org/images/bulletsmallgreen.gif)}
li.greenrnd {list-style-image: url(http://www.fpc.org/images/bulletgreenround.gif)}
li.bluernd {list-style-image: url(http://www.fpc.org/images/bulletblueround.gif)}


a.ln
{
	font-family: "Arial", Courier, monospace;
	font-size: 8pt;
	color: blue;
}

a.ln:hover
{
	font-family: "Arial", Courier, monospace;
	font-size: 8pt;
	color: #993300;
}
a.ln:visted
{
	font-family: "Arial", Courier, monospace;
	font-size: 8pt;
	color: #660099;
}
a.ln:active
{
	font-family: "Arial", Courier, monospace;
	font-size: 8pt;
	color: blue;
}

span.txt
{
	font-family: "Arial", Courier, monospace;
	font-size: 7pt;
	color: Navy;
}

.box
{
	border: solid 1px #000000;
}

a.ln2
{
	font-family: "Arial", Courier, monospace;
	font-size: 11pt;
	color: blue;
}

a.ln2:hover
{
	font-family: "Arial", Courier, monospace;
	font-size: 11pt;
	color: #993300;
}
a.ln2:visted
{
	font-family: "Arial", Courier, monospace;
	font-size: 11pt;
	color: #660099;
}
a.ln2:active
{
	font-family: "Arial", Courier, monospace;
	font-size: 11pt;
	color: blue;
}





