 /* Color notes
#CC6600 dark gold
#FFCC33 light gold
#336666 dark teal
#F0F0E2 light cream 240 240 246
228 228 202 dark cream
 */
 
 /* Global Font-family */
body, normal, p, ul 			{font-family: Georgia,Times New Roman,Times,Verdana} 

p.titleheading,
h1,
p.firmname,
p.tagline, 
p.footnote,
p.resourcelink,
a.bookmark, 
a.menutext,
p.success-footer,
p.address 					{font-family:Trebuchet MS,Arial,Verdana}
 
 /* Body */

/* text-align is for IE to center table. For others, set in table.main margin/auto*/
body        {  margin:30 0 0 6; background-color:#C0C0C0; text-align:center }

 /* Image Styles */
img.topic 		{border:solid 3px #CC6600 ; width:180 }
img.tealborder  {border:solid 3px #336666 }
img.p-bullet    {vertical-align:10%}

 /* Hyperlink Styles */
a:link    {color:#336666; text-decoration:none} /* unvisited link */
a:link.menu {color:#CC6600 }
a:visited {color:#CC6600; text-decoration:none} /* visited link - no change*/
a:hover   {color:#FFCC33;text-decoration:none;background-color:#336666} /* mouse over link */
a:active  {color:#CC3333; text-decoration:none} /* selected link */

a:link.email	 {color:#336666}
a:hover.plain    {color:#CC6600;background-color:transparent;text-decoration:underline} /* mouse over link */
a:hover.email    {color:#CC6600;background-color:transparent;text-decoration:underline} /* mouse over link */
a:hover.bookmark {color:#CC6600;background-color:transparent;text-decoration:underline} /* mouse over link */

a.bookmark       { color:#CC6600; font-size:11pt}
a.menutext       { color:#CC6600; font-size:10pt;font-weight:bold}
a.resourcelink   { color:#336666}

 /* Lists */
ul		 	 { font-size:11.3pt; margin-top:0}
ul.menu 	 {margin-left:15;  padding:10;
			  list-style-image: url('images/bullet_teal.GIF') ;
			  list-style-type:square}
ul.links	 {margin-left:0;padding-left:15}
li			 { text-align:left; margin-bottom:6}
li.menu		 { padding-bottom:6pt}
li.links	 { padding-bottom:12}

 /* Text styles */
normal       { font-size:9.23pt; margin-top:0; margin-bottom:6; margin-left:6; margin-right:6 }
p            { font-size:11.3pt; margin-top:0; margin-bottom:9 }
p.titleheading { font-size:20pt; font-weight:bold; margin-top:10;margin-bottom:0; text-align:center }  
p.address    { font-size:10pt; margin-top:10; margin-bottom:10;text-align:center }
p.footnote	 { font-size:10pt; text-align:center; font-style:italic; margin-top:20 }
p.footermenu { font-size:8pt; text-align:center  }
p.firmname 	 { font-size:18pt; color:#F0F0E2; font-weight:bold; margin-top:0; margin-bottom:6 }
p.tagline 	 { font-size:12pt; color:#FFCC33; font-weight:bold; margin-top:0; margin-bottom:0 }
p.linkdescription 	{margin-bottom:0}
p.resourcelink {color:#336666; margin-bottom:12}
p.success-footer {font-size:10pt; font-weight:bold; color:#336666; margin-top:-6 0 6 10}

.stagger-odd { padding-left:45}
.stagger-even { padding-right:60}

.small-caps {font-variant:small-caps}

h1           { font-size:12pt; color:#336666;margin-bottom:6 }  

 /* Tables and cells*/
table        { border-style:none ; padding:0; spacing:0; border-collapse:collapse }
table.header { border-style:solid; border-width:1px; border-color:#000000; margin:1; width:798px}
table.main   { margin-left:auto; margin-right:auto;	width:800 ;padding:0 0 0 0;background-image:url('images/bgdstripes.gif')}

td.headerleft {border-right:solid 1px #000000}
td.menucell	 {border-right:1px solid #336666; padding-top: 10px; background-image:url('images/bgdsolid.GIF')}
td.titlecell {padding:0 15 0 15}
td.bodycell	 {padding:15 15 15 15}
td.footercell {padding:0 15 0 15}

td.imagecell {padding:30 10 0 10; width:200}	
td.headercell {background-color="#336666"; background-image:url('images/headergradient.png')}
.menuwidth {width:178}
.menuwidthimage {width:176}


.border-right {border-right-style:solid;border-right-color:#000000; border-right-width:1px}
.border-left  {border-left-style:solid;border-left-color:#000000; border-left-width:1px}
.headercell	{colspan:3}

 /* Other */
hr.main		{color="#000000"} 
.menubullet {} /*can hide with visibility:hidden*/