html {
	margin: 0px;
}
body {
	margin:0px;
	padding:0px;
	line-height: 15px;	
	font-family:"trebuchet MS";	/*This font is running into the entire site*/ 
}
#wrap{ /*Master outer container (Defining width of the site according to the 1024x768)*/
	width: 1003px;
	margin: 0px auto;
	}
/* Outer border Shadow classes for body section starts here */	
.rightShadow {
	background-image:url(/images/rightShadow.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	padding:0px;
	margin:0px;
}
.leftShadow {
	background-image:url(/images/leftShadow.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin-right: 18px;
	padding: 0px 13px 0px 13px;
	margin:0px;
}
.topShadow {
	background-image:url(/images/topShadow.jpg);
	background-repeat:repeat-x;
	height:17px;
	padding:0px;
	margin:0px;
}
.leftTShadow {
	background-image:url(/images/topLeftShadow.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:17px;
	float:left;
}
.rightTShadow {
	background-image:url(/images/topRightShadow.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:17px;
	float:right;
}
.bottomShadow {
	background-image:url(/images/bottomShadow.jpg);
	background-repeat:repeat-x;
	height:17px;
}
.leftBShadow {
	background-image:url(/images/bottomLeftShadow.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:17px;
	float:left;
}
.rightBShadow {
	background-image:url(/images/bottomRightShadow.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:17px;
	float:right;
}

/* End of Shadow's classes for body section*/

/* Header Section starts from here*/
.innertubeTop { /*Set margin from right side*/
	margin:0px 0px 0px 5px;
}

#topsection { /*Height of top section for all pages except climate change page*/
	height: 118px; /*Height of top section*/
	margin:0px;
	padding:0px;
	border-bottom:1px solid #dddddd;
}
.topsectionLeft { /*Left section for logo for all pages except climate change page*/
	float:left;
	border:0px solid #dddddd;
	width:203px;
	height:104px;
	padding-top: 10px;
	text-align:center;
}
.topsectionMiddle { /* Middle section for banner/h1 where prog logo goes to the right SAE*/
	float:left;
	width:599px;
	height:114px;
	margin-left:0px;
	text-align:center;	

}

.topsectionRightLogo { /* Right section for prog logo SAE*/

	float:left;
	width:170px;
	height:104px;
	text-align: center;

}

.topsectionMiddleEven { /* Middle section for banner/h1 where prog logo goes to the right SAE*/
	float:left;
	width:566px;
	height:114px;
	margin-left:0px;
	text-align:center;	

}

.topsectionRightEvenLogo { /* Right section for prog logo SAE*/
	float:left;
	border:0px solid #dddddd;
	width:203px;
	height:104px;
	padding-top: 10px;
	text-align:center;
	

}


.topsectionRight { /*Right section for Banner/Heading(h1) for all pages except climate change page*/
	float:left;
	width: 769px;
	height:114px;
	margin-left:0px;
	text-align:center;
}	
.topsectionRight_ClimateChange { /*Right section for Banner/Heading(h1) for climate change page*/
	float:left;
	width: 764px;
	height:114px;
	margin-left:0px;
}

.topsectionMiddle_ClimateChange { /*Middle section for Banner/Heading(h1) for page when program logo on right*/
	float:left;
	width: 599px;
	height:114px;
	margin-left:0px;
}

.topsectionRightLogo_ClimateChange { /* Right section for prog logo SAE*/

	float:left;
	width:165px;
	height:104px;
	text-align: center;

}



.innertubeTop_ClimateChange { /*Height and background image of top section for climate change page*/
	margin:0px 5px;
	display:block;
	height:118px;
	background: url(/images/cloudstrip4.gif) repeat-x top;
}
h1 { /* Heading for all pages in header section*/
	margin: 0px;
	padding-top: 30px;
	line-height: 1.5em;
	text-align:center;
	color: #005F84;
	font-size: 200%;
	letter-spacing: 2px;
}

h1.h1alt { /* heading for pages with more text in h1 SAE */

	margin: 0px;
	padding-top: 30px;
	line-height: 1.2em;
	text-align:center;
	color: #005F84;
	font-size: 190%;
	letter-spacing: 2px;
}

h1.h1alt180 { /* heading for pages with more text in h1 SAE */

	margin: 0px;
	padding-top: 30px;
	line-height: 1.2em;
	text-align:center;
	color: #005F84;
	font-size: 180%;
	letter-spacing: 2px;
}

h1.h1alt170 { /* heading for pages with more text in h1 SAE */

	margin: 0px;
	padding-top: 30px;
	line-height: 1.2em;
	text-align:center;
	color: #005F84;
	font-size: 170%;
	letter-spacing: 2px;
}

h1.h1alt160 { /* heading for pages with more text in h1 SAE */

	margin: 0px;
	padding-top: 30px;
	line-height: 1.2em;
	text-align:center;
	color: #005F84;
	font-size: 160%;
	letter-spacing: 2px;
}

h1.h1alt150 { /* heading for pages with more text in h1 SAE */

	margin: 0px;
	padding-top: 30px;
	line-height: 1.2em;
	text-align:center;
	color: #005F84;
	font-size: 150%;
	letter-spacing: 1px;
}


h1.climateChange { /* Heading for ClimateChanges page*/
	margin: 0px;
	line-height: 1.5em;
	text-align:center;
	color: #669933;
	font-size: 200%;
	letter-spacing: 2px;
}

h1.climateChange2 { /* Heading for ClimateChanges page SAE*/
	margin: 0px;
	line-height: 1.3em;
	text-align:center;
	color: #669933;
	font-size: 170%;
	letter-spacing: 2px;
}
/* End of Header Section*/


h2, h3, h4, h5, h6{ 
	color:#333333;
	margin: 0px;
	padding: 0px;
	}
h2 {
	/*font-size: 125%; original */
	font-size: 125%;
	margin-top:5px; /*SAE*/
	margin-bottom:5px; /*SAE*/
	padding-top:2px; /*SAE*/
	padding-bottom:0px; /*SAE*/
	}	

h3 { /* SAE */
	font-size: 110%;
	margin-top:5px;

	}

h3.h3altindent { /* SAE */
	font-size: 110%;
	margin-top:5px;
	padding-left:15px;
	}



 p.noticeheaders { /*SAE*/
  	text-indent: -63px; 
	margin-left: 63px; 
	margin-top:6px;
	margin-bottom:6px;
	}
 .noticeheaderlabel { font-weight:bolder; text-align:center; /*SAE*/}	
 div.noticeheadersection {margin-left:63px; /*SAE*/}


table.tblbasicsm /* SAE */
	{ margin-top:10px;
	margin-left:1px;
	margin-bottom:10px;
	}

table.tblbasicsm td /* SAE */
	{
	font-size:85%;
	}

table.tblbasicsm th /* SAE */
	{
	text-transform:uppercase;
	font-size:90%;
	font-weight:bold;
	text-align:center;

	letter-spacing:1px;
	background:url(/images/tblheader-bg.gif) left top repeat-x;
	}
table.tblbasicsm ul 
{ margin-left: 18px; margin-right:0px;}	
/*table.tblbasicsm li {padding-left:4px; margin-left: 4px;}	*/

table.tblbasicsmalt ul
	{margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 5px;
	list-style-image: url(/images/bullet02719C-6b6.gif);
	}
	
table.tblbasicsmalt li
	{ 
		padding: 0px 8px;
	}	

table.tblbasic /* SAE */
	{ margin-top:10px;
	margin-bottom:10px;
	}

table.tblbasic td /* SAE */
	{
	font-size:90%;
	}


table.tblbasic th /* SAE */
	{
	text-transform:uppercase;
	font-size:95%;
	font-weight:bold;
	text-align:center;

	letter-spacing:1px;
	background:url(/images/tblheader-bg.gif) left top repeat-x;
	}

table.tblbasictrbrdr tr /* SAE */	
	{
	
	background:url(/images/tbltr-bg.gif) left bottom repeat-x;
	
	}
table.tblbasictrgrybrdr tr /* SAE */	
	{
	
	background:url(/images/tbltr-graybg.gif) left bottom repeat-x;
	
	}
		
div.simplebox 
	{
	border:1px solid #02719c;
	padding: 2px 3px 2px 3px;
	margin-top:6px;
	}	

.photobox  /*SAE*/
	{
	padding:6px;
	background-color:#CAC8BF;
	
	}

div.fig /*SF*/
	{
	margin: 15px 10px 5px 10px;
	}

.fig img /*SF*/
	{
	background-color:#CAC8BF;
	/*border: 1px solid #CAC8BF;*/
	padding: 10px;
	}
.fig p
	{
	color: #005F84;
	text-align:center;
	/*background-color:#B5D8F2;*/
	}

div.fig2 /*SF*/
	{
	margin: 5px 10px 5px 10px;
	}

.fig2 img /*SF*/
	{
	background-color:#CAC8BF;
	/*border: 1px solid #CAC8BF;*/
	padding: 10px;
	}
.fig2 p
	{
	color: #005F84;
	text-align:center;
	/*background-color:#B5D8F2;*/
	}

#container .center .text { /* Center content area/Body text */
	font-size:80%;
	padding:10px;
	line-height: 1.5em;
}
#container .center .text p{ /* Top and Bottom margin for paragraph; SAE mod */
	padding: 0px;
	margin: 8px 0px 8px 0px;
	
}

#container .center .text .paltindent { /* Top and Bottom margin for paragraph */
	padding-left:8px;

}
#container .center .text ul { /* Top and Bottom margin for ul; SAE mod */
  margin-top:4px;
  margin-bottom:8px;
}
#container .centerForWithoutRight .text { /* Body text for without right Navigation Page */
	 
	font-size:80%;
	padding:10px;
	line-height: 1.5em;
}
#container .centerForWithoutRight .text p { /* Top and Bottom margin for paragraph */
	padding: 0px;
	margin: 8px 0px 8px 0px;
}


#container .centerForWithoutRight .text .paltindent { /* Top and Bottom margin for paragraph */
	padding-left:15px;

}


#container .centerForWithoutRight .text ul { /* Top and Bottom margin for ul; SAE mod */
  margin-top:4px;
  margin-bottom:8px;
}

#container .centerForWithoutRight .text ol { /* Top and Bottom margin for ol; SAE mod */
  margin-top:4px;
  margin-bottom:8px;
}

#container .centerForWithoutRight .text .captable
	{
	line-height:1.25em;
	}

#container .centerForWithoutRight .text .captable p
	{
	line-height:1.25em;
	margin:2px 2px;

	}

#container .centerForWithoutRight .text .captable ul, ol { /*SAE*/
	
	margin-top: 1px;
	margin-bottom: 2px;
	line-height:1.25em;
		
	/*padding: 0px 5px;*/
	/*list-style-image: url(/images/bullet02719C-6b6.gif);*/
}
#container .centerForWithoutRight .text .captable ol  li{ /*SAE*/
	padding: 1px 2px 1px 0px;
	color:#555555;
}
#container .centerForWithoutRight .text .captable ul  li{ /*SAE*/
	padding: 1px 2px 1px 0px;
	color:#555555;

}


/* Right navigation button for index page "CEQA and Land Use", "Find AQMD Forms" etc... */
.right .button a { 
    display:block;
    height:23px;
    width:181px;
    background-image:url(/images/btn-right.gif);
    background-repeat:no-repeat;
    font-size:80%;
    font-weight:bold;
    color:#00a7e7;  
    text-align:center;
    text-decoration:none;
    padding-top:7px;
}
.right .button a:visited {
    display:block;
    height:23px;
    width:181px;
    background-image:url(/images/btn-right.gif);
    background-repeat:no-repeat;
    font-size:80%;
    font-weight:bold;
    color:#00a7e7;  
    text-align:center;
    text-decoration:none;
    padding-top:7px;
}
.right .button a:hover{
	font-size:80%;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:underline;
	background-image:url(/images/btn-right-hover.gif);
}
.right p { 
    margin: 8px 0px 8px 0px;
	padding: 0px;
}
.ddClass { /*Drop Down Box in right navigation for index page (right.html)*/
	border:1px solid #CCCCCC;
	height:18px;
	width:178px;
}

.logoBox { /* Logo section on home page in right navigation */
	margin-top:10px;
	width:180px;
	text-align:center;
		
}
/* End of Right navigation button for index page "CEQA and Land Use", "Find AQMD Forms" etc... */


/*left navigation starts*/
#leftcolumnNavnew {
	margin:0px;
	padding:0px;
	width: 198px;
}
.calendarback /*Calendar Box in left navigation*/
{
    width:198px;
    margin:4px auto;
    padding:0px 0px 3px 0px;
    background-color:#d3f3ff;
    display:block;
}
.calendarhead /*Heading for Calendar Box in left navigation*/
{
	width:195px;
    border:1px solid #00a7e7;
     
    font-weight:bold;
    /*font-size:14px;*/
	font-size:90%;
    color:#02719c;
    margin:0px auto 0px 1px;
    padding:5px 0px 0px 0px;
    background-color:#f4f4f4;
    text-align:center;
    display:block;
    height: 19px;
}
.specialEventBack /*Special "Event Box" in left navigation*/
{
    width:198px;
    margin:4px auto;
    padding:0px 0px 3px 0px;
    background-color:#E7F8C9;
    display:block;
}
.specialEventHead /* Heading "Special Event" Box in left navigation*/
{
	width:195px;
    border:1px solid #00a7e7;
     
    font-weight:bold;
    font-size:90%;
    color:#02719c;
    margin:0px auto 0px 1px;
    padding:5px 0px 0px 0px;
    background-color:#f4f4f4;
    text-align:center;
    display:block;
    height: 19px;
}
.doYourPartBack /* "Do Your Part" Box in left navigation*/
{
    width:198px;
    margin:4px auto;
    padding:0px 0px 3px 0px;
    background-color:#fff;
    display:block;
}
.doYourPartHead /* Heading "Do Your Part" Box in left navigation*/
{
	width:195px;
    border:1px solid #00a7e7;
     
    font-weight:bold;
    font-size:90%;
    color:#02719c;
    margin:0px auto 0px 1px;
    padding:5px 0px 0px 0px;
    background-color:#f4f4f4;
    text-align:center;
    display:block;
    height: 19px;
}
.searchBox { /*Serch Box in left navigation (left.html)*/
	display:block;
	height:48px;
	width:196px;
	border:1px solid #00a7e7;
	text-align:center;
	margin-top:2px;
	margin-bottom: 3px;
	background-color: #00a7e7;
	
}
.searchBoxTitle { /*Serch Box Title in left navigation (left.html)*/
    width:196px;
     
    font-weight:bold;
    /*font-size:14px;*/
	font-size: 90%;
    color:#02719c;
    padding:5px 0px 0px 0px;
    background-color:#f4f4f4;
    height: 19px;
}
.searchinput /* This class is belong to searchInputField DIV */
{
	width: 159px; 
	float: left; 
	padding: 0px; 
	margin-top:2px;
	text-align: left;
}
.searchInputField { /*Search Box Input field in left navigation (left.html)*/
	border:1px solid #CCCCCC;
	height:17px;
	width:158px;
}
.goBox /* Go button for search in left navigation */
{
	width: 36px; 
	float: left; 
	padding: 2px 0px 0px 0px; 
	margin:0px;
	text-align:right;
}
.boldTxt { /* Bold text for Calendar Section in left navigation */
	 
	font-size:80%;
	font-weight:bold;
	color:#333333;
	height:16px;
	text-align:center;
	background-color:#d3f3ff;
}
.normalTxtBlue { /* Blue text for Calendar Section in left navigation */
	 
	font-size:85%;
	font-weight:normal;
	height:20px;
	text-align:center;
	background-color:transparent;
}
.normalTxtBlue a { /* Blue text link for Calendar Section in left navigation */
	 
	color:#02719c;
	font-size:85%;
	font-weight:normal;
	text-decoration:underline;
}
.normalTxtBlue a:hover {
	 
	color:#03455f;
	font-size:85%;
	font-weight:normal;
	text-decoration:underline;
}
.normalTxtBlue a:visited {
	 
	color:#02719c;
	font-size:85%;
	font-weight:normal;
	text-decoration:underline;
}
.normalTxtBlueBig { /* Big Blue text for Calendar Section in left navigation */
	 
	color:#02719c;
	font-size:90%;
	font-weight:bold;
	background-color:#d3f3ff;
	text-align:center; 
}
.normalTxtBlueBig a { /* Big Blue text link for Calendar Section in left navigation */
	 
	color:#02719c;
	font-size:90%;
	font-weight:bold;
	text-decoration:underline;
}
.normalTxtBlueBig a:hover {
	 
	color:#03455f;
	font-size:90%;
	font-weight:bold;
	text-decoration:underline;
}
/*left navigation end here*/


/* Heading DIV for Quick Connect title in right navigation for index page and Comment Letters title in right navigation for three-column page*/
.right .quickConnectTitle, .right .commentLetters { 
    width:178px;
    border:1px solid #00a7e7;
     
    font-weight:bold;
    font-size:90%;
    color:#02719c;
    margin:0px auto;
    padding:5px 0px 0px 0px;
    background-color:#f4f4f4;
    text-align:center;
    margin-top:2px;
    height: 19px;
}
.right .moreQuickConnectBox { /*More Quick Connect Box in right navigation for index page*/
	display:block;
	margin:0px 0px 0px 0px;
	width:178px;
	border:0px solid #cccccc;
	padding:1px;
	background-color:#00a7e7;
	height:45px;
}
.right .moreQuickConnectTitle { /*Heading for More Quick Connect Box in right navigation for index page*/
    width:178px;
     
    font-weight:bold;
    font-size:90%;
    color:#02719c;
    padding:5px 0px 0px 0px;
    margin:0px;
    background-color:#f4f2f3;
    text-align:center;
    border:0px solid #cccccc;
    height: 19px;
}

.right .moreQuickConnectDiv { /* DIV for dropdown list in more More Quick Connect Box in right navigation for index page */
	width: 178px;
	padding:0px;
	margin:2px 0px 0px 0px;
}

/* */

/* Classes for footer section starts here */
#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 0px;
	padding-top:3px;
	height:150px;
	border-top:1px solid #dddddd;
	background-image:url(/images/footerBg.jpg);
	background-repeat:repeat-x;
}
#footer .footer_left {
	float:left;
	width:20%;
	height:50px;
}
#footer .footer_mid {
	 
	font-size:80%;
	color:#00a7e7;
	text-align:center;
	float:left;
	width:60%;
	line-height:16px;
	margin-top:10px;
}
#footer .footer_mid a {
	 
	font-size:80%;
	color:#00a7e7;
	text-decoration:none;
}
#footer .footer_mid a:hover {
	 
	font-size:80%;
	color:#00a7e7;
	text-decoration:underline;
}
#footer .midBlack { /* Class for Black mid text in footer section */
	 
	font-size:80%;
	color:#000;
}
#footer .footer_right {
	float:right;
	background-repeat:no-repeat;
	background-position:center top;
	height:93px;
	width:16%;
	margin-top:20px;
}
/* Classes for footer section end here */

.heightTwo {
	height:2px;
}
.heightTen {
	height:10px;
}


/*new css*/

#container { 
	overflow: hidden; 
	border:0px solid #ff0000; 
	width: 977px; 
	text-align:left;
}
.bodyBg{
	background:url(/images/container-bg.gif) center top repeat-y;
	}
.bodyBgWithoutRight{
	background:url(/images/container-bg-without-right.gif) center top repeat-y;
	}	
#container .left { /*Defining width of left navigation*/
	float: left; 
	width: 199px; 
	padding-left:4px; 
	padding-right:6px; 
}
#container .center {  /*Defining width of center/content area*/
	float: left;
	width: 574px;
}
#container .centerForWithoutRight { /*Defining width of content area for without right navigation page*/
	background: #fff;  
	margin: 0px 0px 0px 208px;
	border-left: 1px solid #dddddd; 
}
#container .right {  /*Defining width of right navigation*/
	float: left;
	padding-left:5px; 
	padding-right:5px; 
	width: 184px;	
}
#container .right p{ 
	 
	font-size:80%;
	padding:5px 0px 5px 0px;
	line-height: 1.5em;
}
.clearLeft{	 clear: left;}
.clearBoth{	 clear: both;}
.clearRight{clear:right;}

#container .right .HeaderSub1-A1 {  /*Defining color/font of heading in right navigation for climate change page*/
	font-weight: bold;
	font-size: 100%;
	line-height: 13px; 
	color: #692105; 
	padding:10px 0px 10px 0px; 
	text-align:center;
}
#container .right .HeaderSub1Black {  /*Defining color/font of subheading in right navigation for climate change page*/
	padding-right: 0px; 
	margin-top: 0px; 
	padding-left: 5px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	font-weight: bold;
	font-size: 80%;
	margin-left: 4px; 
	color: #444444; 
	padding-top: 10px; 
	text-align:left;
}
/* Start Defining color/font of ul li listing in right navigation for climate change page*/
#container .right .ulsmll { 
	margin-top: 5px; 
	margin-bottom: 0em; 
	padding-left:45px; 
	line-height:12px; 
	text-align:left;
	 
	font-size:70%;
	font-weight:normal;
}
#container .right .ulsmll li
 {
 	 
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
	color:#02719C;
	list-style-type:none;
	border:0px solid #000;
	padding-left:10px;
	margin-left:-20px;
	padding-top: 2px;
	padding-bottom: 2px;
 }
#container .right .ulsmll li a
 {
 	 
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
	color:#02719C;
	background:url(/images/bullet.gif) no-repeat left;
	list-style-type:none;
	border:0px solid #000;
	padding-left:10px;
	margin-left:-20px;	
 }
#container .right .ulsmll li a:hover
 {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	background:url(/images/bullet.gif) no-repeat left;
	border:0px solid #000;
	padding-left:10px;
	margin-left:-20px;
}
/* End color/font of ul li listing in right navigation for climate change page*/

#container .right .globe /*DIV for globe image in right navigation for climate change page*/
{
	text-align:center;
	padding-top:10px;
}
	
* html pre, * html .skipCode { width:90% !important; }
/* expanding menu styling */
#udm ul {
	margin-left:0 !important;
	margin-top:1px !important;
	width:196px !important;
	w\idth:190px !important;
	}
#udm ul ul {
	width:196px !important;
	w\idth:175px !important;
	border-style:solid;
	margin-left:8px !important;
	background-color:#f5f5f5;
	border: 1px solid #b7b7b5;
	}
#udm ul ul ul {
	width:196px !important;
	w\idth:188px !important;
	border-style:solid;
	background-color:#d0c;
	}
/* give all anchors a hand cursor */
#udm a {
	cursor:pointer !important;
	}		

/* default classes */
.height0{height: 0px;}
.height10{height: 10px;}
.height115{height: 115px;} /*SAE*/
.height120{height: 120px;} /*SAE*/
.bdrBottomGrey{border-bottom: 1px solid #cccccc;}
.marginTop0{margin-top: 0px;}	
.marginTop5{margin-top: 5px;}
.marginTop10{margin-top: 10px;}
.marginTop15{margin-top: 15px;}
.marginTop50{margin-top: 50px;}
.margingRight8 {margin-right:8px; /*SAE*/}
.marginRight8 {margin-right:8px; /*SAE*/}
.marginRight10 {margin-right:10px; /*SAE*/}
.marginRight20 {margin-right:20px; /*SAE*/}
.marginRight30 {margin-right:30px; /*SAE*/}
.marginRight60 {margin-right:60px; /*SAE*/}
.marginRight80 {margin-right:80px; /*SAE*/}
.marginLeft5{margin-left: 5px;}
.marginLeft10 {margin-left:10px; /*SAE*/}
.marginLeft20 {margin-left:28px; /*SAE*/}
.marginLeft55{margin-left: 55px;}
.marginLeft0{margin-left: 0px;}
.marginLeft100{margin-left:100px;} /*SF*/
.marginLeft185{margin-left:185px;} /*SF*/
.marginLeft200{margin-left:200px;} /*SF*/
.padBtm10{padding-bottom: 10px;}
.paddingTop0{padding-top: 0px;}
.paddingTop5{padding-top: 5px !important;}
.paddingTop8{padding-top: 8px;}
.paddingTop15{padding-top: 15px;}
.paddingRight5 {padding-right:5px; /*SAE*/}
.paddingLeft5{padding-left: 5px;}
.paddingLeft10{padding-left: 10px;}
.textAlignRight{text-align: right}
.textAlignCenter{text-align: center}
.textAlignLeft{text-align: left}
.floatLeft{float: left}
.floatRight{float: right}
/*.clearBoth{clear: both;} duplicate*/
.width94{width: 94px;}
.width120{width: 120px;}
.width430{width: 430px;}
.width650{width: 550px;}  /*cintb*/
.width600{width:600px;} /*SAE*/
.width170{width:170px; /*SAE*/}
.width320 {width:320px;} /*SAE */
.width340 {width:340px;} /*SAE */
.width360 {width:360px;} /*SAE */

.width670{width:670px;} /*SAE*/
.width760{width:760px; /*SAE*/}

.greyColor{color: #777777}
.fontSize85pct{font-size: 85% !important;}
.fontSize90pct{font-size: 90% !important;}
.fontSize95pct{font-size: 95%; /*SAE*/}
.fontSize80pct{ font-size:80%;line-height: 1.5em;}
.fontsize80pc {	font-size:80%; /* SAE*/	}
.fontSize70pct{font-size:70%; line-height: 1em;/*SAE*/}
.fontSizexsmall { /*SAE*/
	font-size: x-small;
}
.fontSizesmall { /*SAE*/
	font-size:small;
}

ul.styleTypeNone {margin: 0px; padding: 0px;}
ul.styleTypeNone li{list-style-type:none; margin-left: 0px; line-height: 1.5em}
.redboldText { /*SF*/
	color: #CC3333;
	font-weight: bold;
	}
.greenText{ color: #669933}
.font125pct{font-size: 125%;}
.font140pct {font-size:145%;}

/*Classes for default html tags*/
/*b {	font-size: 110%;} removed by SAE; */ 

form{padding: 0px; margin: 0px;}
hr{
	height:1px; 
	background-color: #dddddd; 
	border-bottom: 1px solid #dddddd; 
	border-left: none; 
	border-right: none;  
	border-top: none; 
	margin-left:0px; 
	margin-right:8px;  
}

/*Classes for default html tags end here*/
/*Default hyperlinking style starts here*/
a { 
                color:#02719c;
                font-size:100%;
                font-weight:normal;
                text-decoration:underline;
}

a:visited {

                color:#02719c;
                font-size:100%;
                font-weight:normal;
                text-decoration:underline;
}

a:hover {              
                color:#03455f;
                font-size:100%;
                font-weight:normal;
                text-decoration:underline;
}

a:active {              
                color:#03455f;
                font-size:100%;
                font-weight:normal;
                text-decoration:underline;
}

/*Program Link box for withright.shtml page starts here*/
#programlinknavwrapper { /*Main ID for program link box*/
	float:right;
	background:url(/images/programLinkBox-top-bg.gif) left top repeat-x;
	border:1px solid #00a7e7;
	padding:0px;
    margin:5px 10px 10px 10px;
	overflow:auto;
	width:auto;
	}

#programlinknav .top{ /*Top heading for program link box*/
	color:#02719c;
	font-weight:bold;
	padding-bottom:5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	margin-top: 4px !important;
	padding: 0px !important;
}

#programlinknav ul { /*List for program link box*/
	/* color:#3366DD; */
	
	color:#005F84; /*SAE chg clr */

	padding-left:0px;
	margin:2px;
	list-style-type: none;
}

#programlinknav li {
	font-size:90%;
	margin:3px;
	padding:0px;
	font-weight: normal; /*SAE chg from bold */
	}
#programlinknav li a {
	color:#008BCE;
	font-weight:bold; /*SAE chg from normal */
	
	}
#programlinknav a:hover {
 	color:#666666;
}

#programlinkothernav { /*ID for related link in  Program Link Box*/
	background-color:#FFFFFF;
	margin-top:8px;
	}
	
#programlinkothernav p{ /*heading for related link in  Program Link Box*/
	color:#FFFFFF;
	/*font-weight:bold;*/
	margin:1px;
	margin-top:2px;
	padding-bottom:1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	background-color:#666666;
}

#programlinkothernav ul { /*listing for related links in  Program Link Box*/
	list-style-type: none;
	padding-left:0px;
	margin:2px;
}

#programlinkothernav li {
	font-size:90%;
	margin:3px;
	padding:0px;
	/*font-weight: bold;*/
	}

#programlinkothernav a {
	color:#111111;

	}
#programlinkothernav a:hover {
	color:#666666;
}
/*Program Link box for withright.shtml page end here*/
