/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1.5em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

a, a:link, a:visited {
     text-decoration: underline;
}

a:visited {
     text-decoration: underline;
     color: #000099; 
}

a:hover, a:active {
     text-decoration: none;
     color: #000099; 
}

#logo {
	width: 209px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 0px;
}
#submenu {
	margin-left: 219px;
	width: auto;
	height: 143px;
	padding-top: 30px;
	padding-left: 30px;
	background-image: url(../images/submenubkgnd.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}

/* Fix IE. Hide from IE Mac \*/
* html #submenu { margin-bottom: 6px; }
/* End */

#subnomenu {
	margin-left: 219px;
	width: auto;
	height: 143px;
	padding-top: 30px;
	padding-left: 30px;
	background-image: url(../images/subnomenubkgnd.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
}

/* Fix IE. Hide from IE Mac \*/
* html #subnomenu { margin-bottom: 6px; }
/* End */

#container {
	height: 100%;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bodybkgnd.gif);
	background-repeat: repeat-y;
}

/* Fix IE */
* html #container { height: auto; }
/* End */

#navigationmain {
	width: 209px;
	position: absolute;
	left: 0px;
	top: 143px;
	background-color: #ACBBCD;
	height: auto;
	margin-bottom: 20px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navigationmain { height: auto; }
/* End */

#contentmain {
	margin-left: 219px;
	width: auto;
	background-color: #90A7B4;
	background-image: url(../images/contentbkgnd2.gif);
	background-repeat: no-repeat;
	min-height: 380px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: -30px;
}

/* Fix IE. Hide from IE Mac \*/
* html #contentmain { height: 100%; margin-top: -5px; }
/* End */

#scrollnew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	text-align: left;
	text-decoration: none;
     line-height: 15pt; 
}
#contentmainnomenu {
	margin-left: 219px;
	width: auto;
	background-color: #90A7B4;
	min-height: 380px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-top: -30px;
}

/* Fix IE. Hide from IE Mac \*/
* html #contentmainnomenu { height: 100%; margin-top: -5px; }
/* End */

.prop {
    height: 200px;
    float: left;
    width: 1px;
  }

.propL {
    height: 350px;
    float: left;
    width: 1px;
  }

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#scrollnewred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	width: 100%;
	background-color: #99332A;
	padding: 10px;
	text-align: left;
	text-indent: 0px;
	text-decoration: none;
}

 #contentbullet  {
	text-align: left;
	white-space: nowrap;
	list-style-type: none;
	width: 100%;
}
#footer {
	background-color: #2C384D;
	bottom: 100%;
	height: 35px;
	padding-top: 5px;
	display: block;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:37px;/* for ie5 */
	he\ight:35px;/* for ie6 */
}
body {
margin: 0;
padding: 0;
background: white;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
.menuie {
	width: 195px;
	display: block;
	text-decoration: none;
}
.menuie div {
	margin: 0px 0px 2px 15px;
	padding: 5px 0px 5px 5px;
	text-align: left;
	font-weight: normal;
	background: #2C384D;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menumin {
	width: 195px;
	display: block;
	text-decoration: none;
}
.menumin div {
	margin: 0px 0 2px 15px;
	padding: 4px 0px 4px 10px;
	text-align: left;
	font-weight: normal;
	background: #738BA4;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 display: block;
}
.menuvi {
	width: 195px;
	display: block;
	text-decoration: none;
}
.menuvi div a {
	margin: 0px 0 2px 15px;
	padding: 47px 5px 4px 5px;
	text-align: center;
	font-weight: normal;
	background: #FFF url(../images/vision_impaired.gif) no-repeat center top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 display: block;
}
.menured {
	width: 195px;
	display: block;
	text-decoration: none;
}
.menured div {
	margin: 0px 0 2px 15px;
	padding: 4px 0px 4px 10px;
	text-align: left;
	font-weight: normal;
	background: #99332A;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}


.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	background: #2C384D;
}
.menu a:hover, .menu a:active {
	color: #ACBBCD;
}

.menumin a, .menumin a:link, .menumin a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #738BA4;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	display: block;
}
.menumin a:hover, .menumin a:active  {
	color: #2C384D;
	display: block;
}
.menured a, .menured a:link, .menured a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	background: #99332A;
	display: block;
}
.menured a:hover, .menured a:active {
	color: #FFCCCC;
	display: block;
}


#submenupath {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}
.submenulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	width: 400px;
	float: left;
	margin-right: 5px;
	background-color: #FFF;
	border: 1px solid #ECD56D;
}
.submenulink div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 3px;
	vertical-align: middle;
 font-weight: bold; 
padding: 2px;
}
.submenulink a:link {
     text-decoration: underline; 
}
.submenulink a:visited {
	color: #000099;
     text-decoration: underline; 
}
.submenulink a:hover {
	color: #000099;
     text-decoration: none; 
}
.submenulink a:link:active, a:visited:active {
}

.contenthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	line-height: 20pt;
margin-top: 0px;
}
.contentheadrev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 21px;
}
.contentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.contentrevBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	text-decoration: none;
}
.content a:link {
}

.content a:visited {
	color: #000099;
}
.content a:hover {
}
.content a:active {
	}

/* Fix IE. Hide from IE Mac \*/
* html .content a:visited {
	text-indent: 0px;
	padding-left: 0px;
}
* html .content a:hover { line-height: 16px; text-indent: 0px; padding-left: 0px; text-align: left; }
* html .content a:active { line-height: 16px; text-indent: 0px; padding-left: 0px; text-align: left; }
/* End */

.contentrev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFCCCC;
	text-align: left;
	text-indent: 0px;
	text-decoration: none;
}
.contentrev a:link {
	color: #FFCCCC;
}
.contentrev a:visited {
	color: #FFCCCC;
}
.contentrev a:hover {
	color: #FFFFFF;
}
.contentrev a:active {
	}

/* Fix IE. Hide from IE Mac \*/
* html .contentrev a:visited {
	line-height: 16px;
	text-indent: 0px;
	padding-left: 0px;
}
* html .contentrev a:hover { height: 16px; text-indent: 0px; padding-left: 0px; text-align: left;}
* html .contentrev a:active { height: 16px; text-indent: 0px; padding-left: 0px; text-align: left;}
/* End */

#scrollnew ul {
	margin: 0;
	padding: 0;
}
#scrollnew li {
	margin: 0px 0px 8px 20px;
	padding: 0;
	text-align: left;
     list-style-type: disc;
     display: list-item; 
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
br {
	font-size: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 3px;
}
.contentsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.contentSubSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 17pt;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.contentSubSubSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.contentSubSubrev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #404E6A;
	padding: 2px;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}
a.tablelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404E6A;
	text-decoration: none;
}
a.tablelink:visited {
	color: #404E6A;
}
a.tablelink:hover {
}

.printer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
}
.printer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	text-decoration: underline;
}
.printer a:visited {
	color: #000099;
}
.printer a:hover, .printer a:active {
	text-decoration: none;
}

/*This is for footer only */
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
}
.footertext a:link, .footertext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:hover, .footertext a:active {
	color: #738BA4;}

