/* Notes: link order should be: link, visited, hover, active */

/*------------------General---------------*/

body
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#wrap
{
	background: url(/images/wrap_top.gif) no-repeat;
	width:810px;
	margin:auto;
	padding-top:15px;
}

#wrap_bkend
{
	width:auto;
	margin:auto;
	padding-top:15px;
}

#inner
{
	padding: 10px 20px 0px 21px;
	margin: 0px;
}		

/*------------------Header---------------*/

#header .left
{
	float:left;
	padding:0px 0px 10px 0px;
	margin-top: -10px;
}

#header .right
{
	float:right;
	font:10px Arial, Verdana, Helvetica, sans-serif;
	color:#003366;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:1px;
	margin-top: -10px;
	padding: 0px 0px 0px 0px;
}

#header p a, a
{
	text-decoration:none;
	color:#003366;
}

#header p img
{
	padding-right:5px;
}

#header .right input
{
	border:2px solid #003366;
	background-color:#FFF;
	margin-top: 0px;
	font-size:10px;
}

#header .right input.search_button
{
  background-color: #cbd9ee;
	color: #003366;
	font-weight: bold;
}

#header .right p.username
{
	text-transform:none;
	padding:10px 0px 5px 0px;
	margin: 0px;
	font-size:10px;
}

.clear
{
	clear:both;
}

/*------------------Navigation---------------*/
#nav {
	height:22px; 
	position:relative;
	width: 100%;
	margin-bottom:30px;
	color:#333;
	letter-spacing:1px;
}

#nav .select, #nav .current {
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav ul {
	margin: 0;
	padding:0; 
}

#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
}

#nav ul li a.button, #nav ul li a.button:visited {
	padding:0px 8px;
}

/* primary nav, all but current page we're on, link */
#nav .select a,
#nav .current a {
	display:block; 
	height:22px; 
	float:left;
	font-weight: bold;
	text-decoration:none; 
	font-size:10px;
	line-height:18px; 
	white-space:nowrap; 
	border-right:1px solid #CCC; 
	color: #003366;
}

* html #nav .select a, * html #nav .current a {
	width:1px; 
	height:22px;
}

/* primary nav, all but current page we're on, hover */
#nav .select a:hover, 
#nav .select li:hover a {
	background:#cbd9ee; 
	cursor:pointer; 
	color:#FFF;
}

#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0;
}

#nav .current a {
	background:#cbd9ee; 
	color:#003366;
 
}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background:#cbd9ee; 
	color:#003366;
}

/*	secondary nav, current page we're on, link */
#nav .current_sub a:link, #nav .current_sub a:visited {
	background:#cbd9ee;
	color:#003366;
	text-decoration:none; 
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
}

/* secondary nav, current page we're on, hover, visited */
#nav .current_sub a:hover, #nav .current_sub a:hover:visited {
	text-decoration:underline;
}

/* don't know */
#nav .normal_sub a {
	background:#cbd9ee; 
	color:#003366;
	text-decoration:none; 
	font-weight: normal;
}

#nav .normal_sub a:hover {
	text-decoration:underline; 
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width: 100%; 
	top:29px; 
	left:0; 
	background:#cbd9ee; 
	margin-top:0; 
	padding:0; 
	z-index:100; 
	color:#003366; 
	font-size:10px;
}

#nav .sub, #nav .sub_active {
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav .sub_active {
	display:block; 
	position:absolute; 
	width: 100%;
	top:19px; 
	left:0; 
	background:#cbd9ee; 
	margin-top:0; 
	padding:0; 
	z-index:10;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-top:1px;
}

/* secondary nav, all but current page we're on, link */
#nav .sub_active a {
	height:16px;  /*--Changes the height of the subnavigation blue bar, change line height as well. -----*/
	text-decoration:none; 
	line-height:16px;  /*--Changes the height of the subnavigation blue bar,------*/
	white-space:nowrap; 
	display:block; 
	float:left; 
	background:#cbd9ee; 
	padding:3px 8px; 
	margin:0; 
	font-size:10px;
	font-weight: bold;
	border:0; 
	color:#003366;
	text-decoration:underline; 
}

/* don't know */
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block; 
	background:#cbd9ee; 
	padding:3px 8px;
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color: #fff;
	font-size:10px;
}

/* don't know */
#nav .select a:hover .sub li a:hover,
#nav .select li:hover .sub li a:hover {
	text-decoration:none;
}

/*-------------------Search Page/Results----*/

#result_report
{
  font-size: 8pt;
  float: left;
}

/*main results table */
#results
{
  width: 780px;
  font-size: 10pt;
  padding: 10px;
}

#other_pages
{
	float: right;
}

.url
{
	color:#003366;
}

/*-------------------Index Page-------------*/

#index_container
{
  clear: both;
}

#index_text
{
  float: left; 
  width: 75%;
}

#box_container
{
  float: right;
  width: 25%;
}

#webinar_box
{
  background-color: #cbd9ee;
  padding: 7px 7px 0px 7px;
  margin: 0px 0px 0px 7px;
  border: 1px solid #003366;
  line-height: 14px;
  font-weight: bold;
}

#webinar_box p
{
  color: #003366;
  margin: 10px 0px 10px 0px;
}

#webinar_box .header
{
  text-align: center;
  color: red;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}


#gmk_index_box
{
  background-color: #cbd9ee;
  padding: 7px 7px 0px 7px;
  margin: 10px 0px 0px 7px;
  border: 1px solid #003366;
  line-height: 14px;
  font-weight: bold;
}

#gmk_index_box p
{
  color: #003366;
  margin: 10px 0px 10px 0px;
}

#gmk_index_box .header
{
  text-align: center;
  color: red;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}

#gsk_index_box
{
  background-color: #cbd9ee;
  padding: 7px 7px 0px 7px;
  margin: 10px 0px 0px 7px;
  border: 1px solid #003366;
  line-height: 14px;
  font-weight: bold;
}

#gsk_index_box p
{
  color: #003366;
  margin: 10px 0px 10px 0px;
}

#gsk_index_box .header
{
  text-align: center;
  color: red;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}

/*-------------------Text Styles------------*/

p {
	font-size: 8pt;
	color: #000;
}

ol li {
	font-size: 8pt;
}

ul li {
	font-size: 8pt;
}

/* h1 also had clear: both; removed on 4/5/09 by jeff */

h1 {
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	padding: 0em 0em 0m 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

h2 {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: underline; 
	padding: 0em 0em 0em 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 	
}

h3
{
	font-size: 10pt;
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1em 0em 0em 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

h4
{
	font-size: 10pt;
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	padding: 1em 0em 1em 0em;
	border-collapse: collapse; 
}

p.indent {
	margin-left: 25px;
}

/* links in general text */
a:link {
	text-decoration:none;
	color:#0000ff;
}

a:visited {
	text-decoration:none;
	color:#000099;
}

a:hover, a:hover:visited {
	text-decoration:underline;
	color:#990099;
}

a:active {
	text-decoration:none;
	color:#000099;
}

#bullet1 {
	background:url(/images/bullet1.gif) no-repeat;
	margin: 0px 0px 0px 1px; 
	padding: 0px 0px 3px 18px; 
	line-height:15px;
}

#bullet2 {
	float: left;
	margin: 1px 10px 0px 0px
}

/*------------------------Content Styles--------------*/
#content-indent {
	margin: 0px 15px;
}

#content-indent2 {
	margin: 0px 15px;
}

#content-indent3 {
	margin: 0px 15px;
}

/*------------------------Table Styles--------------*/
table.tb1 {
	border:2px solid #666;
	background-image:url(/images/color_ltblue.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

table.tb1 li{
	margin-left: 0px;
	padding-left: 0px;
}

table.tb1 ul{
	margin-left: 20px;
	padding-left: 0px;
}

table.tb1 td {
	padding:1px;
	border:1px solid #666;
	font-size:11px;
	vertical-align:top;
}

table.tb1 th {
	font-weight: bold;
	padding:1px;
	border:1px solid #666;
	font-size:11px;
	vertical-align:top;
	text-align:center;
}

table.tb1 td.heading {
	font-size:1em;
	text-transform:uppercase;
	padding:5px;
	letter-spacing:4px;
	background-image:url(/images/color_ltgrey.gif);
}

table.tb1 td.caps, table.tb1 td.caps2 {
	/*text-transform:uppercase;*/
	font-size:11px;
	font-weight: bold;
}

table.tb1 td.caps3{
	text-transform:uppercase;
	font-weight: bold;
	font-size:13px;
}

table.tb1 tr.color, table.tb1 td.caps2 {
	background-image: url(/images/color_blue.gif);
}

table.tb2 {
	background-image:url(/images/color_ltblue.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

table.tb3 {
	border:3px solid #666;
	background-image:url(/images/color_ltblue.gif);
	font-family: Arial, Helvetica, sans-serif;
}

table.tb2 {
	font-size:12px;
}

table.tb2 td.hdr {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	padding:3px 0;
}

table.tb2 tr.required {
	font-weight:bold;
}

/*-------------------Footer-------------------*/
#footer {
	background-color: #666;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
}

#tbl-footer{
	height: 14px;
	width: 810px;
}

.bg-fcr{width: 20px; height: 24px; background-image: url(/images/bg-bottomcornerright.gif); }
.bg-fcen {width: 768px; background-color: #666;}
.bg-fcl{width: 21px; height: 24px; background-image: url(/images/bg-bottomcornerleft.gif);}

#footer ul {
	text-align:center;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#footer li {
	display:inline;
	text-align:center;
	margin:0 11px;
	color:#FFF;
	font-size:10px;
	letter-spacing:2px;
}

#footer li a {
	color:#FFF;
	text-decoration: none;
}

#footer li a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* ------------------------CGA Styles---------------------------------- */

/* general body */
#gen
{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/* ad 1 header */
#ad1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}

/* body */
#bdy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	/*background-color: #FFFFFF;*/

	margin: 0px;
}

/* ad 2 header */
#ad2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}

/* primary footer */
#ft1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: center;
	background-color: #C0C0C0;
	border-top: 1px solid black;
}

/* secondary footer */
#ft2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: center;
	background-color: #C0C0C0;
}

/* navigation header, former background-color #FFFFC6, color none */
.hdn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	text-align: right;
	padding: 0px 2em 0px 0;
	margin: 0 0 0 0;
	background-color: #3267a3;
	border: 1px solid #a9a9a9;
	height: 15px;
}

/* required_label for * on forms */
.required_label
{
  color: red; 
}

/* status box, top of page, consists of error image and text, surrounded by box */
.status
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: left;
	margin: 0px auto 10px auto;
	padding: 5px 5px 10px 5px;
	border: 1px solid #666;
	background-color: #ffff99;
	border-collapse: collapse;
}

/* error image, placed to left of status text */
.warningImg
{
	float: left;
	border: 0px;
	padding: 0px 10px 0px 5px;
}

/* error box, side of field */
.error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: red;
}

/* alert box, alerts are from administrator */
.alert
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 1em 15px 1em 15px;
	margin: 0px auto 10px auto;
	background-color: #ffffd9;
	border: 1px solid #666;
}

/* advisory box, advisories are from grantmaker to applicant */
.advisory
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 1em 15px 1em 15px;
	margin: 0px auto 10px auto;
	background-color: #ffffd9;
	border: 1px solid #666;
}

.required
{
  font-weight: bold;  
}

/* frequently asked questions - number */
.faqn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* frequently asked questions - question */
.faqq
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 2em 1em 0em;
}

/* frequently asked questions - answer */
.faqa
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 1em 1em 0em;
}

/* header 1 box */
.hdr1
{
	font-size:2em;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#336699;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight: normal;
	padding-top: 20px;
}

/* header 2 box */
.hdr2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	margin: 1em 0em 1em 0em;
	border-collapse: collapse;
}

/* header 3 box */
.hdr3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing:3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 5px;
	margin: 0em 0em 0em 0em;
	border:3px solid #666;
	border-bottom:none;
}

/*
*	info form
*/

/* info form body box */
.infoBdyBorder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

.infoBdyBorderNone
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
}

/* info form main text */
.infoMainTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 0em 0em;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/* info form text none */
.infoTxtNone
{
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
}

.infoMainTxt h1 {
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	padding: 0em 0em 0m 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

.infoMainTxt h2 {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight: bold;
	text-decoration: underline; 
	padding: 0em 0em 0em 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 	
}

/* input form separator, used to separate sections within reviewBdy  */
.infoSeparator
{
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
}

/*
*	review form
*/

/* review form header box, used for input forms that have header */
.reviewHdr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	border-bottom: none;
}

.reviewHdrExport
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	border-bottom: none;
	height: 25px;
}

/* review form header none box, used for input forms that have no header */
.reviewHdrNone
{
	margin: 0em 0em 3em 0em;
	padding: 0px 0px 0px 0px;
}

/* review form body box */
.reviewBdy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 13px 1em 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

.reviewBdy hr
{
  width: 100%; 
}

.reviewBdy h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: none;
	color: black;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 1em 0px 0px 0px;
}

.reviewBdy h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	color: black;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 1em 0px 0px 0px;
}

.reviewBdy h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: none;
	color: black;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 1em 0px 1em 0px;
}

/* input form action text */
.reviewActionTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: collapse;
}

/* review form separator, used to separate sections within reviewBdy  */
.reviewSeparator
{
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
}

/* review form separator, used to separate sections within reviewBdy  */
.reviewSeparatorNone
{
	margin: 1em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
}

/* review form separator, used to separate sections within reviewBdy  */
.reviewSeparatorDashed
{
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed black;
}

/*
*	input form
*/

/* input form header box, used for input forms that have header */
.inputHdr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	border-bottom: none;
}


.inputHdrExport
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	border-bottom: none;
	height: 25px;
}

/* input form header none box, used for input forms that have no header */
.inputHdrNone
{
	margin: 0em 0em 3em 0em;
	padding: 0px 0px 0px 0px;
}

/* input form body box */
.inputBdy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

/* input form top text */
.inputTopTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em auto 0em auto;
	padding: 0px 13px 0px 13px;
	border-collapse: collapse;
}

/* input form main text */
.inputMainTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border-collapse: collapse;
}

/* input form action text */
.inputActionTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border: collapse;
}

/* input form separator, used to separate sections within inputBdy  */
.inputSeparator
{
	margin: 1em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
}

/* input form separator none, used to separate sections within inputBdy  */
.inputSeparatorNone
{
	margin: 1em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
}

/* input form separator, used to separate sections within inputBdy  */
.inputSeparatorDashed
{
	margin: 1em 13px 1em 13px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed black;
}

/*
*	list form
*
*   listHdr     - listBdy - listSep
*   listHdrNone - 
*/

/* list form header box, used for list forms that have header */
.listHdr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 13px;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	border-bottom: none;
}

/* list form header none box, used for list forms that have no header */
.listHdrNone
{
	margin: 0em 0em 3em 0em;
	padding: 0px 0px 0px 0px;
}

/* list form body box */
.listBdy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

/* list form separator box, used to separate lists from each other, between listBdy */
.listSep
{
	margin: 0em 0em 1em 0em;
	padding: 0px 0px 0px 0px;
}

/* list form top text */
.listTopTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em auto 0em auto;
	padding: 0px 13px 0px 13px;
	border-collapse: collapse;
}

/* list form top text none box, used for list forms that have no top text */
.listTopTxtNone
{
	margin: 1em auto 0em auto;
	padding: 0px 13px 0px 13px;
}

/* list form main text */
.listMainTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/* list form action text */
.listActionTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border: collapse;
}

/* list form search text */
.listSearchTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 1em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border: collapse;
}

/* list form search text */
.listSearchTxtNone
{
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
}

/* list form navigation text */
.listNavTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border: collapse;
}

/* list form navigation text none */
.listNavTxtNone
{
	margin: 1.5em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
}

/* list form separator, used to separate sections within listMainTxt */
.listSeparator
{
	margin: 1em 13px 0em 13px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
}

/* general body */
.bdy1
{
	margin: 0em auto;
	padding: 0px;
	border-collapse: collapse;
	font-size: 11px;
	
}

/* input body */
.bdy2
{
 	border:3px solid #666;
	background-image:url(/images/color_ltblue.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em auto;
}

/* non-input body, available for spacing above bdy2 */
.bdy3
{
 	border-collapse: collapse;
	margin: 1em auto;
	width: 100%;
}

/* input body */
.bdy4
{
	padding: 1em 0.5em 1em 0.5em;
	margin: 0em 0em 0em 0em;
	border: 1px solid #003366 ;
}

/* normal text */
.txt1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .25em auto 0em auto;
	padding: 0px 0px 10px 0px;
	border-collapse: collapse;
} 

.txt1 li {
	margin: 0px ;
	padding: 0px;
}

/* legal text */
.txt2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 1em 0em 1em;
	padding: 0px 0px 10px 0px;
	border-collapse: collapse;
}

/* list, input text */
.txt3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.txt4
{
	vertical-align: top;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 1em 0em;
	border-bottom: 3px solid #003366 ;
}

.txt5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
}

.box1
{
	padding: 1em 0.5em 1em 0.5em;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

.box2
{
	padding: 1em 0.5em 1em 0.5em;
	margin: 0em 0em 0em 0em;
	border: 3px solid #666;
	background-image:url(/images/color_ltblue.gif);
}

.sep
{
	border-bottom: solid 1px black;
	width: 100%;
}

/* budget/staff header 1 */
.hdrbs1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1em 0em 1em 13px;
	border-collapse: collapse;
}

/* budget/staff header 2 */
.hdrbs2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1em 0em 0em 13px;
	border-collapse: collapse;
}

/* budget/staff header 3 */
.hdrbs3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	padding: 1em 0em 1em 13px;
	border-collapse: collapse;
}

/* header 4 */
.hdrbs4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1em 0em 0em 0em;
	border-collapse: collapse;
}

/* normal, text table, left justified */
table.tbl1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	border-collapse: collapse;
	width: 80%;
}

table.tbl1 td
{
	border: solid 0px black;
	vertical-align: top;
	padding: 1px 3px;
}

table.tbl1 th
{
	font-weight: bold;
	text-align: center;
	border: solid 1px black;
	vertical-align: top;
	padding: 1px 3px;
	border-collapse: collapse;
}

/* normal, alternating row text table, variable width */
table.tbl2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse:collapse;
	margin: 0px 13px 0px 13px;
}

table.tbl2 thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.tbl2 th
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.tbl2 td
{
	background-color:#EFEFEF;
	border: solid 1px #DDD;
	vertical-align: top;
	padding: 1px 3px;
}

table.tbl2 .alt td
{
	background-color: #FFF;
	vertical-align: top;
	padding: 1px 3px;
}

/* input table */
table.tbl3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	width: 95%;
	table-layout: center;
	margin: 25px 0px 25px 25px;
}

table.tbl3 tr.required
{
	vertical-align: top;
	font-weight: bold;
}

table.tbl3 tr.optional
{
	vertical-align: top;
	font-weight: normal;
}

table.tbl3 tr.hdr
{
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
}

table.tbl3 td.hdr
{
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
	padding: 1.5em 0em 1em 0em;
}

table.tbl3 td.sep
{
	border-bottom: solid 1px black;
}

table.tbl3 td.txt1
{
	vertical-align: top;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	border-bottom: 1px solid black;
}

table.tbl3 td.txt2
{
	vertical-align: top;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
}

/* normal, alternating row text table, variable width */
table.tbl6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse:collapse;
	width: 60%;
}

table.tbl6 thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.tbl6 td
{
	background-color:#EFEFEF;
	border: solid 1px #DDD;
	vertical-align: top;
	padding: 1px 3px;
}

table.tbl6 .alt td
{
	background-color: #FFF;
	vertical-align: top;
	padding: 1px 3px;
}

/* input table */
table.inputTbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	width: 95%;
	table-layout: center;
	margin: 0px 0px 0px 13px;
}

table.inputTbl tr.required
{
	vertical-align: top;
	font-weight: bold;
}

table.inputTbl tr.optional
{
	vertical-align: top;
	font-weight: normal;
}

table.inputTbl tr.hdr
{
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
}

table.inputTbl td.hdr
{
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
	padding: 1.5em 0em 1em 0em;
}

table.inputTbl td.sep
{
	border-bottom: solid 1px black;
}

table.inputTbl td.txt1
{
	vertical-align: top;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
	border-bottom: 1px solid black;
}

table.inputTbl td.txt2
{
	vertical-align: top;
	font-weight: normal;
	padding: 0em 0em 1em 0em;
}

/* normal, alternating row text table, variable width */
table.listTbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	position: relative;
	margin: 0px 13px 0px 13px;
	padding: 0px 0px 0px 0px;
	width: 97.5%;
}

table.listTbl thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.listTbl th
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.listTbl td
{
	background-color:#EFEFEF;
	border: solid 1px #DDD;
	vertical-align: top;
	padding: 1px 3px;
}

table.listTbl .alt td
{
	background-color: #FFF;
	vertical-align: top;
	padding: 1px 3px;
}

table.varTbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.varTbl thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.varTbl th
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.varTbl td
{
	background-color:#EFEFEF;
	border: solid 1px #DDD;
	vertical-align: top;
	padding: 1px 3px;
}

table.varTbl .alt td
{
	background-color: #FFF;
	vertical-align: top;
	padding: 1px 3px;
}

/* headers in tables */

table.listTbl th a:link, table.listTbl th a:visited, table.varTbl th a:link, table.varTbl th a:visited
{
	color:#0000ff;
}

table.listTbl th a:hover, table.listTbl th a:active, table.varTbl th a:hover, table.varTbl th a:active
{
	color:#990099;
	text-decoration:underline;
}

/*
table.listTbl td a:link, table.varTbl td a:link, .listNavTxt a:link
{
	color:green;
	text-decoration:underline;
}

table.listTbl td a:visited, table.varTbl td a:visited, .listNavTxt a:visited
{
	color:purple;
	text-decoration:underline;
}

table.listTbl td a:hover, table.varTbl td a:hover, .listNavTxt a:hover, table.listTbl td a:hover:visited, table.varTbl td a:hover:visited, .listNavTxt a:hover:visited, 
{
	color:yellow;
	text-decoration:underline;
}

table.listTbl td a:active, table.varTbl td a:active, .listNavTxt a:active
{
	color:purple;
	text-decoration:underline;
}
*/

/* navigation text for lists or content in tables */

table.listTbl td a:link, table.varTbl td a:link, .listNavTxt a:link
{
	color:#0000ff;
	text-decoration:underline;
}

table.listTbl td a:visited, table.varTbl td a:visited, .listNavTxt a:visited
{
	color:#000099;
	text-decoration:underline;
}

table.listTbl td a:hover, table.varTbl td a:hover, .listNavTxt a:hover, table.listTbl td a:hover:visited, table.varTbl td a:hover:visited, .listNavTxt a:hover:visited, 
{
	color:#990099;
	text-decoration:underline;
}

table.listTbl td a:active, table.varTbl td a:active, .listNavTxt a:active
{
	color:#000099;
	text-decoration:underline;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

form
{
	padding: 0px;
	margin: 0px;
}

label
{
  display: block;
  float: left;
  text-align: left;
  width: 200px;
}

span.multilineText
{
  display: block;
  position: relative;
  float: right;
  text-align: left;
  width: 500px;
}

div.row
{
  clear: both;
  width: 700px;
  padding-top: 5px;
}

div.tblRow
{
  clear: both;
  width: 775px;
  padding-top: 5px;
}

div.paddedRow
{
  clear: both;
  width: 700px;
  padding-top: 15px;
}

hr
{
  clear: both;
  height: 1px;
  color: #000;
  background-color: #000;
  width: 98%;
  border: none;
}

pre
{
  background-color: #ccc;
  border: 1px dashed #000; 
  padding: 5px;
}

div.reviewHdrExport span.left
{
  float: left;
  text-align: left;
  width: 49%;
  padding-top: 5px;
}

div.reviewHdrExport span.right
{
  float: right;
  text-align: right;
  margin: 0px 5px 0px 0px;
  width: 49%;
}

div.inputHdrExport span.left
{
  float: left;
  text-align: left;
  width: 49%;
  padding-top: 5px;
}

div.inputHdrExport span.right
{
  float: right;
  text-align: right;
  margin: 0px 5px 0px 0px;
  width: 49%;
}

.pdfLink
{
  border: none; 
}

/* garbage collection until tested */


/*
.err1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: red;
	text-align: left;
	margin: 0em 0em 0em 0em;
	padding: 5px 5px 5px 5px;
	border: 1px 1px 1px 1px solid black;
}
*/

/*
.hdr4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	border-collapse: collapse;
}
*/

/*
.hdr5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #ddd;
	padding: 3px 0em 3px 5px;
	margin: 0em 0em 0em 0em;
	border:3px solid #666;
	border-bottom:none;
}
*/

/*
table.tbl4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse:collapse;
}

table.tbl4 thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}

table.tbl4 td
{
	background-color:#EFEFEF;
	border: solid 1px #DDD;
	vertical-align: top;
	padding: 1px 3px;
}

table.tbl4 .alt td
{
	background-color: #FFF;
	vertical-align: top;
	padding: 1px 3px;
}
*/

/*
table.tbl5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
	border-collapse: collapse;
	width: 100%;
}

table.tbl5 td
{
 	font-size: 8pt;
 	color: black;
	border: solid 1px black;
	vertical-align: top;
}

table.tbl5 thead td
{
	background-color:#F2F3F5;
	border: solid 1px black;
	color: black;
	border: solid 1px black;
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
}
*/

/*
table thead tbody
{
	border-collapse:collapse;
}

thead td
{
	font-weight:bold;
	vertical-align:top;
	padding: 1px 3px;
}

tbody .alt td
{
	background-color:#EFEFEF;
	vertical-align:top;
	padding: 1px 3px;
}
*/


/*#bd
{
	font-size: 10pt;
}

#hd
{
	font-size: 10pt;
}*/

/*
.hdchk
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-align: left;
	background-color: #003366 ;
	padding: 1px 2em 2px 0;
	margin: 0 0 0 0;
}
*/

/*
#hd1
{
	font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	text-align: left;
	color: white;
	padding: 5px 5px 1px 5px;
	background-color: #6699CC;
}

#hd1 a:link {color: white; text-decoration:none;}
#hd1 a:visited {color: white; text-decoration:none;}
#hd1 a:active {color: white; text-decoration:none;}
#hd1 a:hover {color:white; text-decoration:none; background-color:#6699CC;}
*/

/*
#hd2
{
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	color: white;
	padding: 0px 5px 5px 126px;
	background-color: #6699CC;
}
*/

/*
#hd3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-transform: uppercase;
	background-color: white;
}

*/

/* public styles */

#cgaBox0
{
	float: left;
  width: 430px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  clear: both;
}

#cgaBox1
{
	float: left;
  width: 430px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-top: 2px solid #666;
  clear: both;
}

#cgaBox1 h1
{
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	padding: 0em 0em 0m 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

#cgaBox2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: right;
  width: 250px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #c0c0c0;
	margin: 0px 0px 10px 0px;
	background-color: white;
}

#cgaBox2 h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 0px 0px;
}

#cgaBox2 ul
{
	list-style-image : url( "/images/iconBulletSmall.gif" );
	margin: 0 0 0 15px;
  padding: 0;
}

#cgaBox2 li
{
	margin: 0;
  padding: 0;
}

#cgaBox3
{
	float: left;
  width: 437px;
  padding: 10px 0px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-top: 1px solid #c0c0c0;
  clear: both;
}

#cgaBox3 h1
{
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3366ff;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

#cgaBox4
{
	float: left;
  width: 750px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-top: 2px solid #666;
  clear: both;
}

#cgaBox4 h1
{
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: bold;
	padding: 0em 0em 0m 0em;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

#cgaBox5
{
	float: right;
  width: 270px;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#cgaBox6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: right;
  width: 270px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #c0c0c0;
	margin: 40px 0px 10px 0px;
	background-color: white;
}

.cgaBoxContainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 750px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.cgaBoxContainer h2
{
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight: bold;
	text-decoration: underline; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse; 	
}

.cgaBoxContainer ul ol li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.cgaConferenceContainer
{
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
  margin: 10px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  clear: both;
}

.cgaHeaderContainer
{
	width: 750px;
	height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
	border: collapse;
}

.cgaHeaderImage
{
  float: left;
  padding: 0px 10px 0px 0px;
}

.cgaHeaderContainer h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  color: #333366;
	font-size: 12pt;
	font-weight: strong;
	text-decoration: none;
	text-transform: uppercase;
	border-collapse: collapse;
}

.cgaHeaderContainer h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  color: grey;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
  border-collapse: collapse;
}

.cgaHeaderContainerRule
{
	width: 750px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border-top: 1px solid #666;
  border-collapse: collapse;
}

.cgaWebinarContainer
{
	width: 750px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.cgaWebinarBox1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	float: left;
  width: 430px;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #666;
}

.cgaWebinarBox2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	float: right;
  width: 272px;
  padding: 10px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #666;
}

.cgaWebinarBox1 ul
{
	list-style-image : url( "/images/iconBulletLarge.gif" );
	margin: 0 0 0 17px;
  padding: 0;
}

.cgaWebinarBox1 li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
  padding: 0;
}

.cgaWebinarBox1 h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #333366;
	font-size: 10pt;
	font-weight: strong;
	text-decoration: none;
	text-transform: none;
}

.cgaWebinarBox2 h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
	text-align: center;
  color: black;
	font-size: 10pt;
	font-weight: strong;
	text-decoration: underline;
	text-transform: none;
}

.cgaUpcomingContainer
{
	float: left;
  width: 425px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c0c0;
  background-color: #f5f5f5;
  clear: both;
}

.cgaUpcomingBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
  padding: 5px 0px 0px 0px;
  color: #304973;
}

.cgaUpcomingContainer h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  color: #304973;
}

.cgaNewsContainer
{
	float: left;
  width: 425px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  clear: both;
}

.cgaNewsBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
  padding: 5px 0px 0px 0px;
  color: #304973;
}

.cgaNewsContainer h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  color: #304973;
}

.cgaUserQuoteBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
  padding: 10px 0px 0px 0px;
}

.cgaAddInfoBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
  padding: 10px 0px 0px 0px;
}

#cgaPricingBox
{
	float: right;
  width: 250px;
  font-size: 8pt;
  padding: 10px 10px 10px 10px;
  border: 1px solid #c0c0c0;
	margin: 0px 0px 10px 0px;
	background-color:#666;
	color: white;
}

#cgaPricingBox h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 0px 0px;
	color: white;
}

#cgaCountBox
{
	float: right;
  width: 250px;
  font-size: 8pt;
  padding: 10px 10px 10px 10px;
  border: 1px solid #c0c0c0;
	margin: 0em 0em 1em 0em;
	background-color:#666;
	color: white;
}

#cgaCountBox h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 0px 0px;
}

.cgaResourceBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
  padding: 10px 0px 0px 0px;
}

#cgaStudyBox1
{
	float: left;
  width: 430px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c0c0;
  clear: both;
}

#cgaStudyBox1 h2
{
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3366ff;
	letter-spacing: 0px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

#cgaStudyBox2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: right;
  width: 250px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #666;
	margin: 0px 0px 10px 0px;
	background-color: white;
}

#cgaStudyBox2 h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	font-weight: strong;
  padding: 0px 0px 0px 0px;
}

#cgaStaffBox1
{
  width: 730px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c0c0;
  clear: both;
}

#cgaStaffBox1 h2
{
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333366;
	letter-spacing: 0px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse; 
}

#cgaCenterImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#cgaBoxContainerLeft
{
	float: left;
	border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#cgaBoxContainerRight
{
	float: right;
  width: 272px;
	border-collapse: collapse;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 0px 10px;
  background-color: #f5f5f5;
}

.cgaFloatLeft
{
	float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}

.cgaTrademark
{
	font-size: 7pt;
	text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}