a:link
{
	color: rgb(00,00,80); 
	text-decoration: none
}
a:visited
{
	color: rgb(51,102,204); 
	text-decoration: none

} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(000,000,000);
	 FONT-SIZE: 10px;

}

.blackcopy
{
    font-family: Verdana, Arial, Helvetica;
	FONT-SIZE: 12px;
	COLOR: black;
    LINE-HEIGHT: 18px
}
.blackcopy2
{
    COLOR: black;
    LINE-HEIGHT: 12px
}
.blackcopy3
{
    FONT-SIZE: 10px;
    LINE-HEIGHT: 18px
}

.blackcopy3 A:link
{
    COLOR: #336699
}

.blackcopy3 A:visited
{
    COLOR: #336699
}
.blackcopy3 A:hover
{
	COLOR: red
}

.blackcopy4
{
    FONT-SIZE: 10px
    LINE-HEIGHT: 18px
}
.blackcopy4 A:link
{
   COLOR: #336699
}

.blackcopy4 A:visited
{
   	COLOR: #336699
}

.blackcopy4 A:hover
{
   	COLOR: red
}

.bluebold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #336699;
    TEXT-ALIGN: left
}


.bluebold A:hover
{
   	COLOR: red
}

.bluehead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #003366;
    margin-top: 0;
    margin-bottom: 11px
}
.bluesubhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px;
    COLOR: #003366
}

.bluesubhead A:hover
{
   	COLOR: red
}

.footer
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000033;
    LINE-HEIGHT: 14px
}
.footer A:link
{
    COLOR: #003366
}
.footer A:active
{
    COLOR: #003366
}
.footer A:visited
{
    COLOR: #003366
}
.redbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #990000;
    TEXT-ALIGN: left
}
.redsubhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #990000
}
.selectorblack
{
    FONT-SIZE: 12px;
    COLOR: black
}
.selectorblack A:link
{
    COLOR: #003366
}
.selectorblack A:visited
{
    COLOR: #003366
}
.selectorgray
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #666666
}
.selectorintro
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px
}
.selectorintro A:link
{
    COLOR: #003366
}
.selectorintro A:visited
{
    COLOR: #003366
}
.selectorred
{
    COLOR: #990000
}
.selectorred2
{
    FONT-SIZE: 9px;
    COLOR: #990000
}
.whitebold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white
}
.whitebold A:link
{
    COLOR: white
}
.whitebold A:active
{
    COLOR: white
}
.whitebold A:visited
{
    COLOR: white
}
.whitecopy2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: white;
    LINE-HEIGHT: 18px
}
.yellowcopy
{
    COLOR: #ffff99
}
.yellowcopy2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffcc00;
    LINE-HEIGHT: 18px
}
.whitebold2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white
}
.whitebold2 A:active
{
    COLOR: white
}
.whitebold2 A:link
{
    COLOR: blue
}
.whitebold2 A:visited
{
    COLOR: purple
}
.head
{
    FONT-SIZE: smaller;
    BACKGROUND-COLOR: #ffffcc
}
.row
{
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}

.errmsg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: red
}
.errbutton
{
    BORDER-RIGHT: outset;
    BORDER-TOP: outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    BORDER-LEFT: outset;
    COLOR: red;
    BORDER-BOTTOM: outset;
    BACKGROUND-COLOR: #cccccc
}

h3
{
	font-family: Verdana, Arial, Helvetica;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 14px;
    COLOR: #003366;
h2
{
	font-family: Verdana, Helvetica, Arial, Sans;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 20px;
	color: gray; 
}
h1
{
	font-family: Verdana, Helvetica, Arial, Sans;
	FONT-SIZE: 16px;
	LINE-HEIGHT: 20px;
	color: rgb(0,87,122);
}
h4
{
	font-family: Verdana, Helvetica, Arial, Sans;
	color: rgb(0,87,122);

}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(0,126,159);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}


div#menuBar 
{
	background-color: #F0EEE2;
	padding: 6px 2px 6px 2px;
	text-align: center;	
	margin-left:20px;
}

div#menuBar a.menuButton 
{
	background-color: transparent;
	border: 1px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	color: #000000;
	cursor: pointer;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div#menuBar a.menuButton:hover
 {
	background-color: transparent;
	border-color: #909090 #f0f0f0 #f0f0f0 #909090;
	color: #000000;
}


div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #336699;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #CCC;
}
div#navbar2 li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: blue;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid white;
padding-bottom: 2px;
background: transparent;
color: blue;
}

#navlist a:hover { color: #blue; }


div#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 0px solid gray;
			margin: 0px;
			margin-left: 0;
			margin-right: auto;
			padding: 0px;
		}

div#banner {
			padding: 5px;
			margin-bottom: 7px;
			background-color: rgb(0,87,122);
		}

div#content {
			padding: 0px;
			margin-right: 215px;
			background-color: white;
		}

div#sidebar-a {
			float: right;
			width: 180px;
			\width: 190px;
			w\idth: 180px;
			border: 0px solid gray;
			margin: 0;
			margin-left: 0px;
			padding: 0px;
			background-color: rgb(255, 255, 255);
		}

div#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			
			background-color: white;
		}
		
		.footerNAV {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #CCCCCC; text-decoration: none;}
.footerNAV:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #CCCCCC; text-decoration: none;}
.footerNAV:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #CCFFCC; text-decoration: underline;}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.copyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.formBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #AC4849
}
.copyREVBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.copyREVBOLD:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.copyREVBOLD:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.formfield_27	{width: 27; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}
.formfield_32	{width: 32; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}
.formfield_37	{width: 37; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}
.formfield_42	{width: 42; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}
.formfield_107	{width: 107; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}
.formfield_200	{width: 200; border-width: 1px; border-color: #000000; background-color: #00FFFF; color: #000000; font-size: 12px}

.formfieldw_27	{width: 27; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldw_32	{width: 32; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldw_37	{width: 37; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldw_42	{width: 42; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldw_107	{width: 107; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldw_200	{width: 200; border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}

.formfieldw	{border-width: 1px; border-color: #000000; background-color: #FFFFFF; color: #000000; font-size: 12px}
.formfieldgray	{border-width: 1px; border-color: #BBBAB6; background-color: #E1E1E1; color: #000000; font-size: 12px}
.formfieldyellow	{border-width: 1px; border-color: #BBBAB6; background-color: #FFFFCC; color: #000000; font-size: 12px}

.selectmenu	{COLOR: #990000; FONT-SIZE: 10px}

.copyREV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}

.copyREVtightLEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 11px;
}

.copySUBhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #AC4849;
}

<style>

 /* Font Definitions */
@font-face
	{font-family:Verdana;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-signature:647 0 0 0 536871327 0;}
@font-face
	{font-family:Arial;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	panose-1:2 11 6 4 2 2 2 2 2 4;
	mso-font-signature:31367 -2147483648 8 0 1073742335 -65536;}
 /* Style Definitions */
div.MsoNormal
	{mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.6pt;
	color:black;
	}
li.MsoNormal
	{mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.6pt;
	color:black;
	}
p.MsoNormal
	{mso-style-parent:"";
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.6pt;
	color:black;
	}
ol
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:.25in;}
ul
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:.25in;}
@page
	{mso-hyphenate:auto;}

 /* Font Definitions */
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.6pt;
	color:black;}
p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:9.35pt;
	color:black;}
p.MsoAccentText5, li.MsoAccentText5, div.MsoAccentText5
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:Verdana;
	font-size:8.4pt;
	color:black;
	font-weight:bold;}
p.MsoAddress, li.MsoAddress, div.MsoAddress
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:Verdana;
	font-size:8.4pt;
	color:black;}
p.MsoAccentText, li.MsoAccentText, div.MsoAccentText
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:3.0pt;
	text-align:left;
	font-family:Verdana;
	font-size:9.35pt;
	color:#000066;
	font-weight:bold;}
ol
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:.25in;}
ul
	{margin-top:0in;
	margin-bottom:0in;
	margin-left:.25in;}
@page
	{size:8.5in 11.0in;}
	
.lft {
	float: left; 
	border: 1px solid red; 
	margin: 0px; 
	padding: 0px;
	}
.rgt {
	float: right; 
	border: 0px solid red; 
	margin: 0px; 
	padding: 0px;
	}
#mediaPlayer {
	padding: 0px;
	margin: 0px;
	background-image: url(images/still_square3.jpg);
	background-position: center;
	}
