@charset "UTF-8";

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #333366;
}

a {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #6666FF;
	text-decoration: underline;
}
a:active {
	color: #3333CC;
	text-decoration: underline;
}



#content_wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#top_band {
	background-color: #E5FF7F;
	margin: 0px;
	padding: 0px;
	height: 46px;
}
#top_band .top_nav {
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 20px;
	color: #339933;
}
#top_band .top_nav a {
	font-weight: bold;
	color: #3333ff;
}
#top_band .top_nav a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
#top_band .top_nav a:active {
	font-weight: bold;
	color: #6666FF;
	text-decoration: none;
}
/* image band changes from section to section */

#image_band {
	/* The image is defined in a separate sheet
	background-image: url(images/imageband-1.jpg);
	background-repeat: repeat-x;
	*/
	background-color: #7C7C7C;
	height: 91px;
	margin: 0px;
	padding: 0px;
	
}




#tagline_band {
	background-color: #333366;
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C7C7C;
}
#content_band {
	background-color: #F2FFBF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content_band table.wrapper {
	margin: 0px;
	padding: 0px;
	/* width: 986px;  */
 	width: 100%;
}

/*left side navs*/

#navs {
	background-color: #333399;
	margin: 0px;
	padding: 0px 0px 50px;
	width: 192px;
	color: #FFFFFF;
}

#navs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navs ul li a {
	margin: 0;
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #669966;
	padding: 3pt 5px 3pt 20px;
	font-style: normal;
	font-weight: bold;
	

	
	
}

#navs ul li a:hover {
	color: #CCFF99;
	text-decoration: none;
	background-color: #424694;
}
#navs ul li a:active {
	color: #9999FF;
	text-decoration: none;
	background-color: #333399;
}

#navs ul li ul {
	margin: 0px;
	padding: 6px 5px 10px 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
	background-color: #003366;
}

#navs ul li ul li a {
	padding-left: 12px;
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-size: 10px;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #003366;
}

#navs ul li ul li a:hover {
	color: #CCFF99;
	text-decoration: none;
	background-color: #003366;
	
}
#navs ul li ul li a:active {
	color: #9999FF;
	text-decoration: none;
	background-color: #003366;	
}


#navs ul li a.on {
	color: #ccff33;
	border-top-width: 1px;
	background: #003366 url(images/bullet-nav.gif) no-repeat 7px 0.6em;
	list-style-type: none;
}
#navs ul li a.on:hover {
	color: #CCFF99;
	text-decoration: none;
	background:  url(images/bullet-nav.gif) no-repeat 7px 0.6em;
	background-color: #424694;
	list-style-type: none;
}

#navs ul li ul li a.on {
	color: #ccff33;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background:  url(images/bullet-nav.gif) no-repeat 0px 0.25em;
	list-style-type: none;
	font-weight: bold;
}
#navs ul li ul li a.on:hover {
	color: #CCFF99;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background:  url(images/bullet-nav.gif) no-repeat 0px 0.25em;
	list-style-type: none;
	font-weight: bold;
}
#sponsors {
	padding: 5px 10px 15px;
	border: 1px solid #6666CC;
	margin: 30px 5px 20px;
	background-color: #29298b;
}
#sponsors h2 {
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
#sponsors a {
	color: #ccff33;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#sponsors p.description {
	font-size: 10px;
	line-height: 12px;
	color: #CCCCFF;
}


/*main content area*/

#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px 60px 75px;
	width: auto;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #990000;
	margin-left: -20px;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}
#content h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h5 {
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
#content h6 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	border: 1px solid #9999CC;
	margin-left: -5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	color: #333399;
}

#content ul {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content ul li {
	background: url(images/bullet-main.gif) no-repeat 0px 0.6em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 16px;
}

#content ul li ul {
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content ul li ul li {
	background: url(images/bullet-main2.gif) no-repeat 0px 0.6em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 16px;
}
#content .home_cols {
	margin-top: 20px;
}

#content .home_leftcol {
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99ff00;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#content .home_rightcol {
	vertical-align: top;
	padding-left: 60px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#content .home_cols  h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content .home_cols  ul {
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content .home_cols  ul li {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	margin: 0px;
	line-height: 20px;
	list-style-image: none;
	background: url(none) no-repeat 0px 0.6em;
}

#content .tagline {
	font-style: italic;
	font-weight: bold;
	color: #333399;
}
#content table.chart_1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 100%;
}
#content table.chart_1 tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#content table.chart_1 th {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;

}
#content table.chart_2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	
}
#content table.chart_2 .leftcol {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99ff00;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content table.chart_2 .middlecol {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99ff00;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content table.chart_2 .rightcol {
	padding-left: 20px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content img.chart {
	background-color: #e8e5e5;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#content img.bio {
	background-color: #e8e5e5;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content p a.register {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCFF66;
	padding: 3px 10px 5px;
	border: 1px solid #CCCCFF;
}
tr th {
	text-align: left;
}

img.border_left {
	background-color: #CCFF66;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.border_right {
	background-color: #CCFF66;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.noborder_right {
	
	padding: 3px;
	
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .button {
	background-color: #F2FFBF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #CCCCFF;
	font-weight: bold;
	width: auto;
}


/* right sidebar*/

#sidebar_right {
	background-color: #F2FFBF;
	margin: 0px;
	padding: 22px 42px 50px 22px;
	width: 195px;
}
#sidebar_right img {
	background-color: #CCFF66;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#sidebar_right h2 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

#sidebar_right ul {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar_right ul li {
	background: url(images/bullet-sidebar.gif) no-repeat 0px 0.6em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 16px;
}

#sidebar_right ul li ul {
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#sidebar_right ul li ul li {
	background: url(images/bullet-sidebar2.gif) no-repeat 0px 0.6em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 16px;
}

/*footer*/

#footer {
	background-color: #333366;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7C7C7C;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCFF33;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
