/* COLORS:  #cc3300(orange), #243e90(blue), #eda617(gold) */


* { margin: 0px; padding 0px; }

body { background-color: #EFE0C1; }
body,td,th { font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #000000; }
p { margin-bottom:14px; }
img { border:0; }

h3 { font-size: 18px; color: #243E90; font-weight: bold; margin-bottom:24px; }
h4 { font-size: 16px; color: #666666; font-weight: bold; margin-bottom:14px; border-bottom: 1px solid #666666; }
h5 { font-size:14px; font-weight:bold; margin-bottom:4px; }

a:link { color: #CC3300; text-decoration: none; }
a:visited {	text-decoration: none; color: #CC3300; }
a:hover { text-decoration: underline; color: #CC3300; }
a:active { text-decoration: none; color: #CC3300;}

ul { list-style-position:outside; margin-bottom:16px; }
ol { list-style-position:outside; margin-bottom:16px; }

/*  The "comfy" styles below add a small margin below list items so they read more comfortably.  use this when list items are longer than 4 or 5 words. */
ul.comfy li	{ margin-bottom: 5px; }
ol.comfy li	{ margin-bottom: 5px; }

.inlineemphasis{ font-weight:bold; color:#243e90; }
.footer { color: #666666; font-size: 10px; }
.sidebar  { float:right; margin: 12px 0px 12px 14px; width:224px; }
	.sidebar p { font-size:12px; font-weight:bold; padding: 0px 12px 0px 12px;  }
.sidebarcontent { background-color:#eda617; }