/* --- ||START|| LINK LEVEL ELEMENTS --- */

/* DEFAULT LINKS FOR SITE */
A:link    {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #0b148e;
           font-size: 12px;}
A:visited {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #0b148e;
           font-size: 12px;}
A:active  {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #0b148e;
           font-size: 12px;}
A:hover   {text-decoration: underline;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ff0000;
           font-size: 12px;}
		   
/* WHITE LINKS */
A.linkWhite:link    {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffffff;
           font-size: 11px;}
A.linkWhite:visited {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffffff;
           font-size: 11px;}
A.linkWhite:active  {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #888888;
           font-size: 11px;}
A.linkWhite:hover   {text-decoration: underline;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffcc00;
           font-size: 11px;}
		   
/* LARGE RED LINKS */
A.linkRedLrg:link    {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:bold; 
           color: #ff0000;
           font-size: 12px;}
A.linkRedLrg:visited {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:bold; 
           color: #ff0000;
           font-size: 12px;}
A.linkRedLrg:active  {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:bold; 
           color: #ff0000;
           font-size: 12px;}
A.linkRedLrg:hover   {text-decoration: underline;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:bold; 
           color: #333333;
           font-size: 12px;}
		   
/* LARGE WHITE LINKS */
A.linkWhiteLrg:link    {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffffff;
           font-size: 12px;
		   padding: 4px;
		   margin: 4px;
		   line-height: 16px;}
A.linkWhiteLrg:visited {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffffff;
           font-size: 12px;
		   padding: 4px;
		   margin: 4px;
		   line-height: 16px;}
A.linkWhiteLrg:active  {text-decoration: none;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #888888;
           font-size: 12px;
		   padding: 4px;
		   margin: 4px;
		   line-height: 16px;}
A.linkWhiteLrg:hover   {text-decoration: underline;
           font-family:Arial, Helvetica, Verdana, sans-serif;
           font-weight:normal; 
           color: #ffcc00;
           font-size: 12px;
		   padding: 4px;
		   margin: 4px;
		   line-height: 16px;}
		   
/* TOP NAVIGATION LINKS */
A.linkTopNavigation:link    {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 11px;
		   margin-left: 3px;
		   padding-left: 3px;
		   margin-right: 3px;
		   padding-right: 3px;}
A.linkTopNavigation:visited {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 11px;
		   margin-left: 3px;
		   padding-left: 3px;
		   margin-right: 3px;
		   padding-right: 3px;}
A.linkTopNavigation:active  {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 11px;
		   margin-left: 3px;
		   padding-left: 3px;
		   margin-right: 3px;
		   padding-right: 3px;}
A.linkTopNavigation:hover   {text-decoration: underline;
           font-weight:bold; 
           color: #ffcc00;
           font-size: 11px;
		   margin-left: 3px;
		   padding-left: 3px;
		   margin-right: 3px;
		   padding-right: 3px;}
		   
/* TOP NAVIGATION MAIN LINKS */
A.linkTopNavigationMain:link    {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 12px;
		   margin-left: 6px;
		   padding-left: 6px;
		   margin-right: 6px;
		   padding-right: 6px;}
A.linkTopNavigationMain:visited {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 12px;
		   margin-left: 6px;
		   padding-left: 6px;
		   margin-right: 6px;
		   padding-right: 6px;}
A.linkTopNavigationMain:active  {text-decoration: none;
           font-weight:bold; 
           color: #ffffff;
           font-size: 12px;
		   margin-left: 6px;
		   padding-left: 6px;
		   margin-right: 6px;
		   padding-right: 6px;}
A.linkTopNavigationMain:hover   {text-decoration: underline;
           font-weight:bold; 
           color: #ffcc00;
           font-size: 12px;
		   margin-left: 6px;
		   padding-left: 6px;
		   margin-right: 6px;
		   padding-right: 6px;}
		   
/* LEFT NAVIGATION LINKS */
A.linkLeftnav:link {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  text-align: center;
	  color:#ffffff;
	  padding-top: 3px;
	  margin-top: 3px;
	  padding-bottom: 3px;
	  margin-bottom: 3px;
	  text-decoration: none;}
A.linkLeftnav:visited {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  text-align: center;
	  color:#ffffff;
	  padding-top: 3px;
	  margin-top: 3px;
	  padding-bottom: 3px;
	  margin-bottom: 3px;
	  text-decoration: none;}
A.linkLeftnav:active  {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  text-align: center;
	  color:#ffcc00;
	  padding-top: 3px;
	  margin-top: 3px;
	  padding-bottom: 3px;
	  margin-bottom: 3px;
	  text-decoration: none;}
A.linkLeftnav:hover   {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  text-align: center;
	  color:#ffcc00;
	  padding-top: 3px;
	  margin-top: 3px;
	  padding-bottom: 3px;
	  margin-bottom: 3px;
	  text-decoration: underline;}
		   
/* BUTTON LINKS */


A.buttonLink:link    {border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
	border-left: black 1px solid;
	color: #ffffff;
	height: 10px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #FF7E00;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;}
A.buttonLink:visited {border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
	border-left: black 1px solid;
	color: #ffffff;
	height: 10px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #FF7E00;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;}
A.buttonLink:active  {border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
	border-left: black 1px solid;
	color: white;
	height: 10px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #FF7E00;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;}
A.buttonLink:hover   {	text-transform: lowercase;
	background-color: #0964a2;
	color: #ffff00;
	height: 5px;
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
		   
/* FOOTER LINKS */	   
A.linkFooter:link    {text-decoration: none;
           font-weight:normal; 
           color: #ffffff;
           font-size: 11px;}
A.linkFooter:visited {text-decoration: none;
           font-weight:normal; 
           color: #ffffff;
           font-size: 11px;}
A.linkFooter:active  {text-decoration: none;
           font-weight:normal; 
           color: #ffffff;
           font-size: 11px;}
A.linkFooter:hover   {text-decoration: underline;
           font-weight:normal; 
           color: #ffcc00;
           font-size: 11px;}
/* --- ||END|| LINK LEVEL ELEMENTS --- */
		
/* --- ||START|| COLUMN AND LAYOUT LEVEL ELEMENTS --- */
		  
/* DIV MASTHEAD */
.divContainer {
	width: 100%;
	text-align: center;}
.divMainHolder {
	width: 760;
	background-color: #ffffff;}
.divMasthead {
    background-image: url(http://www.sightlesschildren.org/images/masthead.gif);
	background-repeat: no-repeat;
	background-position:left;
	width: 760px;
	height: 127px;}
.divMastheadAdmin {
    background-image: url(http://www.sightlesschildren.org/images/mastheadAdmin.gif);
	background-repeat: no-repeat;
	background-position:left;
	width: 760px;
	height: 101px;}

/* DIV TOP NAVIGATION */
.divTopNavigation {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 11px;
   color: #ffffff;
   text-align: left;
   position: relative;
   top: 14px;
   padding-left:200px;
   margin-left: 200px;}

/* DIV TOP NAVIGATION MAIN */
.divTopNavigationMain {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 11px;
   color: #ffffff;
   text-align: center;
   position: relative;
   top: 89px;}
		
/* DIV LEFT COLUMN */
.divLeftColumn {
	width: 146px;
	text-align: left;
	background-image: url(http://www.sightlesschildren.org/images/leftNav.gif);
	background-repeat: repeat-y;
	background-position: top-left;
	background-color: #ffffff;
	vertical-align: top;
	padding-top: 12px;
	margin-top: 12px;
	padding-left: 26px;
	margin-left: 26px;}
		
/* DIV LEFT COLUMN BACK */
.divLeftColumnBack {
	width: 146px;
	text-align: left;
	background-image: url(http://www.sightlesschildren.org/images/leftNavBack.gif);
	background-repeat: repeat-y;
	background-position: top-left;
	background-color: #ffffff;
	vertical-align: top;
	padding-left: 26px;
	margin-left: 26px;}
		
/* DIV LEFT COLUMN VERTICAL GRAPHIC */
.divVertRuleColumnLeft {
	width: 20px;
	background-image: url(http://www.sightlesschildren.org/images/ruleVert.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ffffff;
	vertical-align: top;}

/* MAIN CONTENT (CENTER) COLUMN */
.divMainContent {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  top: 0px;
	  color:#444444;
	  padding-left: 8px;
	  margin-left: 8px;
	  padding-top: 12px;
	  margin-top: 12px;
	  padding-right: 10px;
	  margin-right: 10px;
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	  background-color: #ffffff;
	  vertical-align: top;}
		
/* DIV RIGHT COLUMN VERTICAL GRAPHIC */
.divVertRuleColumnRight {
	width: 20px;
	background-image: url(http://www.sightlesschildren.org/images/ruleVert.gif);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;}
		
/* DIV RIGHT COLUMN */
.divRightColumn {
	width: 147px;
	text-align: center;
	background-image: url(http://www.sightlesschildren.org/images/rightNav.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 10px;
	padding-top: 10px;
	vertical-align: top;}

/* DIV FOOTER */
.divFooter {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:11px;
	  color:#ffffff;
	  background-color: #ffffff;
	  background-image: url(http://www.sightlesschildren.org/images/footer.gif);
	  background-repeat: no-repeat;
	  background-position: top;
	  width: 760px;
	  height: 72px;
	  text-align: left;}
	  
/* DIV FOOTER TEXT */
.divFooterText {
	  position: relative;
	  top: 19px;
	  margin-left: 90px;
	  padding-left: 90px;}
	  
/* --- ||END|| COLUMN AND LAYOUT LEVEL ELEMENTS --- */

.tdBreadcrumb {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:12px;
	  color:#4a4a4a;
	  padding-left: 20px;
	  margin-left: 20px;
	  padding-top: 0px;
	  margin-top: 0px;
	  padding-right: 10px;
	  margin-right: 10px;
	  padding-bottom: 10px;
	  margin-bottom: 10px;}

.tdLeftNavBanner {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:14px;
	  text-align: center;
	  color:#ffffff;
	  padding-top: 3px;
	  margin-top: 3px;
	  padding-bottom: 3px;
	  margin-bottom: 3px;
	  height: 27px;
	  width: 120px;
	  background-color: #5c4c8a;}

.tdTop {background-image: url(http://www.sightlesschildren.org/images/topOuterBack.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 27px;}
		  
.tdLeft {background-image: url(http://www.sightlesschildren.org/images/leftBack.gif);
		 background-repeat: repeat-y;
		 background-position:right top;
		 width: 14px;}

.tdRight {background-image: url(http://www.sightlesschildren.org/images/rightBack.gif);
		  background-repeat: repeat-y;
		  background-position:left top;
		  width: 14px;}

.tableBordered {border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #DC8100;
		  }
		  
.tableSelect {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #666666;
   border-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #888888;
	text-align: center;
	padding: 8px;
	margin: 8px;
	background-color:#ffffff;}

/* --- ||START|| HTML LEVEL ELEMENTS --- */

BODY {font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.sightlesschildren.org/images/background.gif);
	background-repeat: repeat;
	background-position:left;
	font-weight: normal;
	}

H1 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #433078;
   padding: 0px;
   margin: 0px;}

H2 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:20px;
   margin:0px;
   padding:0px;
   color:#433078;
   padding: 0px;
   margin: 0px;}

H3 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:16px;
   margin:0px;
   padding:0px;
   color:#433078;
   padding: 0px;
   margin: 0px;}

H4 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:16px;
   margin:0px;
   padding:0px;
   color:#433078;
   padding: 0px;
   margin: 0px;}

H5 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:14px;
   margin:0px;
   padding:0px;
   color:#433078;
   padding: 0px;
   margin: 0px;}

H6 {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:12px;
   margin:0px;
   padding:0px;
   color:#433078;
   padding: 0px;
   margin: 0px;}

P {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 14px;
   color: #444444;
   font-weight: normal;}

td {font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size:12px;
   font-weight: normal;}

li {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:12px;
	  color:#000000;
	  padding-bottom: 6px;
	  margin-bottom: 6px;}

form {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:12px;
	  padding-bottom: 6px;
	  margin-bottom: 6px;}

input {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:12px;}
 
/* --- ||END|| HTML LEVEL ELEMENTS --- */
	
/* --- ||START|| TEXT LEVEL ELEMENTS --- */

.text_11_bold {font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size:11px;
	  color:#000000;}

.text_12_normal {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:12px;
	  color:#000000;}
	  
.text_12_normal_blue {font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  font-size:12px;
	  color:#0b148e;}

.text_11_normal_gray {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:11px;
	  color:#666666;}

.text_11_normal_white {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size:11px;
	  color:#ffffff;}

.text_14_bold {font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size:14px;
	  color:#000000;}
	
.text_14_bold_white {font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size:14px;
	  color:#ffffff;}
/* --- ||END|| TEXT LEVEL ELEMENTS --- */