a:link {
	color: #666666;
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline; 
	color: #666666;
}
a:hover {
	text-decoration: underline; 
	color: #cc5200;
}
a:active {
	text-decoration: underline; 
	color: #000000;

}

#topnav { 
	width:988px;
	height:35px;
	background-image:url(../images/nav_top_bg.gif)
} 
#leftnav{
	height:550px;
	float:left;
}
.navCell {
	background-image:url(../images/left_nav_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		height:100%;
		text-align:center;
		background-image:url(../images/background_solid.gif);
	}
.content {
	width:748px;
}

.header {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #97989B;
	font-weight: normal;
	margin-right: 35px;
	padding-top: 22px;
	text-align:left;
}
h1 {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #330000;
	font-weight: bold;
	margin-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}
h2 {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	margin-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}
p {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height:150%;
	padding-bottom:12px;
	text-align:left;

}
.form {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align:left;

}
.bulleted	{
	margin-left:20px;
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style: disc;
	text-align:left;
}
.bulleted li {
	margin-bottom:10px;
}
.nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66666;
	border-bottom: dashed 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.smallPrint {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 20px;
	text-align:left;
	font-style:italic;
}

.break {
	clear: both;
	display: block;
	padding-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.magic {
	clear: both;
	display: block;
}

html{
		height:100%;
	}

	.clear{
		clear:both;
	}
	
	#topBar{
		width:120px;
		height:100px;
	}
	#leftMenu{
		width:140px;
		padding-left:0px;
		padding-right:1px;
		float:left;
		background-color:#cc5200;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		padding-top:0px;
		padding-bottom:0px;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:140px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:140px;	
		padding-left:6px;
		padding-top:4px;
		padding-bottom:4px;

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:0px;
		margin-bottom:4px;
		border-top:1px solid #FFFFFF;
		padding-top: 6px;
		font-weight:bold;
		color:#FFFFFF;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:0px;
		color:#666666;
		border-bottom:1px dashed #CCCCCC;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:#666666;
		background-image:url(../vcnc/images/nav_arrow.gif);
		background-position: left;
		background-repeat:no-repeat;
		padding-left:14px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:0px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:1px;
		padding:0px;
		background-color: #FFFFFF;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:4px;
		padding:0px;
		border-bottom:1px dashed #CCCCCC;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

/* left nav styles */
.arrowlistmenu{
width: 169px; /*width of accordion menu*/
height:491px;
background-color:6B2802;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal; 
font-size:13px;
color: white;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 12px 0 14px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-top:#895335 solid 1px;
text-align:left;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 14px;;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 6px 0px 6px 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #304b78;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
margin-bottom:0px; 
line-height:1.5em;
text-align:left;
}

.arrowlistmenu ul li a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 90%;
margin-bottom:0px; 
line-height:1.5em;
text-align:left;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #DCCDA1;
font-size: 90%;
margin-bottom:0px; margin-bottom:0px; 
line-height:1.5em;
text-align:left;
}

.arrowlistmenu ul li a:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 90%;
margin-bottom:0px; 
line-height:1.5em;
text-align:left;
}
/* End New Nav styles */

/**********************************************************
 * Formatted Tables
 *********************************************************/
.mainBodyTD table.table-formatted,
.mainBodyTD table.table-formatted-vborders,
.mainBodyTD table.table-formatted-alt,
.mainBodyTD table.table-formatted-alt-vborders {
	margin: 4px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: 1px solid #330000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
/*	font-size: 11px; */
}

/* Table Headers */
.mainBodyTD table.table-formatted th,
.mainBodyTD table.table-formatted-vborders th {
	padding: 3px 8px 3px 8px;
	background-color: #CCCCCC;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	font-size: 12px;
	color: #333333;
}

/* Dark Table Headers */
/* Teal */
.mainBodyTD table.table-formatted tr.primary-header th,
.mainBodyTD table.table-formatted-vborders tr.primary-header th {
 	background-color: #330000;
 	border-left: 1px solid #330000;
 	border-right: 1px solid #330000;
 	border-bottom: 1px solid #330000;
 	color: #ffffff;
}

.mainBodyTD table.table-formatted-vborders tr.primary-header th.th-content-left {
	border-right: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-vborders tr.primary-header th.th-content-center,
#libra .mainBodyTD table.table-formatted-vborders tr.primary-header th.th-content-center,
#libra .mainBodyTD table.table-formatted-alt-vborders tr.primary-header th.th-content-center {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-vborders tr.primary-header th.th-content-right {
	border-left: 1px solid #FFFFFF;
}

/* Grey */
.mainBodyTD table.table-formatted-alt tr.primary-header th,
.mainBodyTD table.table-formatted-alt-vborders tr.primary-header th {
	background-color: #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #330000;
	color: #FFFFFF;
}

.mainBodyTD table.table-formatted-alt-vborders tr.primary-header th.th-content-left {
	border-right: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-alt-vborders tr.primary-header th.th-content-center {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-alt-vborders tr.primary-header th.th-content-right {
	border-left: 1px solid #FFFFFF;
}

/* Table Columns */
/* Header Rows */
.mainBodyTD table.table-formatted-vborders th.th-content-left,
.mainBodyTD table.table-formatted-alt-vborders th.th-content-left {
	border-right: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-vborders th.th-content-right,
.mainBodyTD table.table-formatted-alt-vborders th.th-content-right {
	border-left: 1px solid #FFFFFF;
}

.mainBodyTD table.table-formatted-vborders th.th-content-center,
.mainBodyTD table.table-formatted-alt-vborders th.th-content-center {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* tds */
/* Horizontal Borders */
.mainBodyTD table.table-formatted td,
.mainBodyTD table.table-formatted-vborders td,
.mainBodyTD table.table-formatted-alt td,
.mainBodyTD table.table-formatted-alt-vborders td {
	padding: 6px 8px 6px 8px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #330000;
	font-size: 12px;
	color: #666666;
}

.mainBodyTD table.table-formatted td.td-content-left,
.mainBodyTD table.table-formatted-alt td.td-content-left {
	border-left: 1px solid #330000;
}

.mainBodyTD table.table-formatted td.td-content-right,
.mainBodyTD table.table-formatted-alt td.td-content-right {
	border-right: 1px solid #330000;
}

.mainBodyTD table.table-formatted-vborders td,	
.mainBodyTD table.table-formatted-alt-vborders td {
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
}

.mainBodyTD table.table-formatted tr.no-border td,
.mainBodyTD table.table-formatted-vborders tr.no-hborder td,
.mainBodyTD table.table-formatted-alt tr.no-border td,
.mainBodyTD table.table-formatted-alt-vborders tr.no-hborder td {
	border-bottom: 0px;
}

/* Text Color */
.mainBodyTD table.table-formatted p,
.mainBodyTD table.table-formatted-vborders {
	color: #666666;
}




/* FACEBOOK STYLES */

/**
 * Copyright Facebook Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * @author blaise
 * @provides fb.css.button
 * @layer xfbml
 */

/**
 * simple buttons are very completely separate from the pretty buttons below.
 */
.fb_button_simple,
.fb_button_simple_rtl {
  background-image: url(../images/connect_favicon.png);
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.fb_button_simple_rtl {
 background-position: right 0px;
}

.fb_button_simple .fb_button_text {
  margin: 0 0 0px 20px;
  padding-bottom: 1px;
}

.fb_button_simple_rtl .fb_button_text {
  margin: 0px 10px 0px 0px;
}

a.fb_button_simple:hover .fb_button_text,
a.fb_button_simple_rtl:hover .fb_button_text,
.fb_button_simple:hover .fb_button_text,
.fb_button_simple_rtl:hover .fb_button_text  {
  text-decoration: underline;
}


/**
 * these are the new style pretty buttons with various size options
 */
.fb_button,
.fb_button_rtl {
  background: #29447e url(../images/connect_sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 1px;
  text-decoration: none;
  outline: none;
}

.fb_button .fb_button_text,
.fb_button_rtl .fb_button_text {
  background: #5f78ab url(../images/connect_sprite.png);
  border-top: solid 1px #879ac0;
  border-bottom: solid 1px #1a356e;
  color: white;
  display: block;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  margin: 1px 1px 0px 21px;
  text-shadow: none;
}


a.fb_button,
a.fb_button_rtl,
.fb_button,
.fb_button_rtl {
  text-decoration: none;
}

a.fb_button:active .fb_button_text,
a.fb_button_rtl:active .fb_button_text,
.fb_button:active .fb_button_text,
.fb_button_rtl:active .fb_button_text {
  border-bottom: solid 1px #29447e;
  border-top: solid 1px #45619d;
  background: #4f6aa3;
  text-shadow: none;
}


.fb_button_xlarge,
.fb_button_xlarge_rtl {
  background-position: left -60px;
  font-size: 24px;
  line-height: 30px;
}
.fb_button_xlarge .fb_button_text {
  padding: 3px 8px 3px 12px;
  margin-left: 38px;
}
a.fb_button_xlarge:active {
  background-position: left -99px;
}
.fb_button_xlarge_rtl {
  background-position: right -268px;
}
.fb_button_xlarge_rtl .fb_button_text {
  padding: 3px 8px 3px 12px;
  margin-right: 39px;
}
a.fb_button_xlarge_rtl:active {
  background-position: right -307px;
}

.fb_button_large,
.fb_button_large_rtl {
  background-position: left -138px;
  font-size: 13px;
  line-height: 16px;
}
.fb_button_large .fb_button_text {
  margin-left: 24px;
  padding: 2px 6px 4px 6px;
}
a.fb_button_large:active {
  background-position: left -163px;
}
.fb_button_large_rtl {
  background-position: right -346px;
}
.fb_button_large_rtl .fb_button_text {
  margin-right: 25px;
}
a.fb_button_large_rtl:active {
  background-position: right -371px;
}

.fb_button_medium,
.fb_button_medium_rtl  {
  background-position: left -188px;
  font-size: 11px;
  line-height: 14px;
}
a.fb_button_medium:active  {
  background-position: left -210px;
}

.fb_button_medium_rtl  {
  background-position: right -396px;
}
.fb_button_text_rtl,
.fb_button_medium_rtl .fb_button_text {
  padding: 2px 6px 3px 6px;
  margin-right: 22px;
}
a.fb_button_medium_rtl:active  {
  background-position: right -418px;
}

.fb_button_small,
.fb_button_small_rtl {
  background-position: left -232px;
  font-size: 10px;
  line-height: 10px;
}
.fb_button_small .fb_button_text {
  padding: 2px 6px 3px;
  margin-left: 17px;
}
a.fb_button_small:active,
.fb_button_small:active {
  background-position: left -250px;
}

.fb_button_small_rtl {
  background-position: right -440px;
}
.fb_button_small_rtl .fb_button_text {
  padding: 2px 6px;
  margin-right: 18px;
}
a.fb_button_small_rtl:active {
  background-position: right -458px;
}
