/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		height:40px;
		padding:0px;
		margin:0px;
		background-color:#FFFFFF;
		background-image:url(/wwwRRD1/Images/NavGradBg.jpg);
		background-repeat:repeat;
		border-width:0px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-color:transparent;
		color:#FFFFFF;
		font-family:Verdana;
		font-size:11px;
		line-height: 13px;
		text-decoration:none;
		font-weight:bold;
		text-align:left;
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:#FFFFFF;
		
		
	}

		/*"""""""" (MAIN) Items - double line """"""""*/	
	#qm0 .qmparent3	
	{
		padding-right:12px;
		padding-left:12px;
		padding-top:5px;
		padding-bottom:8px;
	}

	/*"""""""" (MAIN) Items - single line """"""""*/	
	#qm0 .qmparent1
	{
		padding-right:12px;
		padding-left:12px;
		padding-top:13px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#5a8028;
		background-image:url(/wwwRRD1/Images/NavGradBgOver.jpg);
		color:#FFFFFF;
		text-decoration:none;
		
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#5a8028;
		color:#FFFFFF;
		text-decoration:none;
		background-image:url(/wwwRRD1/Images/NavGradBgOver.jpg);
	}

	
	/*"""""""" (MAIN) Active State""""""""	*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#5a8028;
		color:#FFFFFF;
		text-decoration:none;
		background-image:url(/wwwRRD1/Images/NavGradBgOver.jpg);
	}

	
	/*"""""""" (MAIN) Persistent State""""""""*/	
	body #qm0 .qmpersistent, body #qm0 .qmpersistent:hover	
	{	
		background-color:#5a8028;
		background-image:url(/wwwRRD1/Images/NavGradBgOver.jpg);
	}
	
	
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		margin:0px 0px 0px 0px;
		background-color:#f5f9eb;
		border-width:1px 0px 0px 0px;
		border-style:solid;
		border-color:#658d55;
		white-space:normal;
		background-image:none
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{
		padding:2px 9px 2px 7px;
		margin:0px 0px 0px 0px;
		color:#000000;
		font-family:verdana;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#658d55;
		white-space:normal;
		width:200px;
		background-image:none
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		padding:2px 9px 2px 7px;
		margin:0px 0px 0px 0px;
		background-color:#b6d290;
		color:#000000;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#658d55;
		background-image:none
		}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		padding:2px 9px 2px 7px;
		margin:0px 0px 0px 0px;
		background-color:#b6d290;
		color:#000000;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#658d55;
		background-image:none

	}
	
	
	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		padding:2px 9px 2px 7px;
		margin:0px 0px 0px 0px;
		background-color:#b6d290;
		color:#000000;
		text-decoration:none;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#658d55;
		background-image:none
		
	}


	/*"""""""" (SUB) Persistent State""""""""*/	
	body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover	
	{	
		padding:2px 9px 2px 7px;
		margin:0px 0px 0px 0px;
		background-color:#b6d290;
		color:#000000;
		border-width:0px 1px 1px 1px;
		border-style:solid;
		border-color:#658d55;
		background-image:none
	}
	
	
	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#112747;
		font-family:Verdana;
		font-size:11px;
		font-weight:bold;
		
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		/*border-top-width:1px;*/
		/*margin:4px 5px 4px 5px;*/
		/*border-color:#A2A1AD;*/
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		/*background-image:url(qmimages/arrow_0.gif);*/
		text-decoration:none;
		
		
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		/*background-image:url(qmimages/arrow_0.gif);*/
		/*background-repeat:no-repeat;*/
		/*background-position:92% 50%;*/
		
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		/*background-image:url(qmimages/arrow_2.gif);*/
		text-decoration:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		/*background-image:url(qmimages/arrow_3.gif);*/
		/*background-repeat:no-repeat;*/
		/*background-position:92% 50%;*/
	}
	
	
BODY {
margin:0px;
margin-top: 2px;
background-color: #FFFFFF;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #333333;

}

td {font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #333333;
line-height: +1.5;
}

.HomeTitle{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 13px;
color: #000000;
}

.NewsHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 18px;
letter-spacing: .2mm;
line-height: +1;
font-weight: bold;
padding-bottom: 8px;
}

.NewsSubHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 14px;
letter-spacing: .2mm;
line-height: +1;
font-weight: bold;
padding-bottom: 8px;
color: #666666;
}

/*------------------------------------------------*/
/*List Styles Start*/


ul.RightCol {
margin-top: 5px;
margin-bottom: 0px;
margin-left: 14px;
margin-right: 0px;
padding-left:0px;
list-style-position: outside; 
list-style-image: url(/wwwRRD1/Images/ListArrow.gif); 
list-style-type: disc;
}



ul.ShortList
{
margin-top: 7px;
margin-bottom: 15px;
margin-left: 14px;
margin-right: 0px;
padding-left:20px;
list-style-position: outside; 
list-style-image: url(/wwwRRD1/Images/ListArrow.gif); 
list-style-type: disc;
}

ul.LongList {
margin-top: 7px;
margin-bottom: 11px;
margin-left: 14px;
margin-right: 0px;
padding-left:20px;
list-style-position: outside; 
list-style-image: url(/wwwRRD1/Images/ListArrow.gif); 
list-style-type: disc;
}


ul {
margin-top: 7px;
margin-bottom: 11px;
margin-left: 14px;
margin-right: 0px;
padding-left:20px;
list-style-position: outside; 
list-style-image: url(/wwwRRD1/Images/ListArrow.gif); 
list-style-type: disc;
}




.Nested {
margin-top: 5px;margin-bottom: -5px;
}

.ShortList{
padding-bottom: 3px;
}

li{
padding-bottom: 7px;
}

ul.award
{
margin-left: -2px;
margin-top: 0px;
padding-top: 6px;
margin-bottom: 0px;
padding-bottom:3px;
}

li.award
{
padding-bottom: 3px;
}

td.award
{
padding-top: 6px;
}

.awardheader
{
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
background-color:#3573b9;
padding-left:5px
}


/*------------------------------------------------*/
/*List Styles End*/

/*------------------------------------------------*/
/*Form Start*/

FORM {
margin: 0px;	
}

.Form {
font-size: 11px;
background-color: #FFFFFF;
border:1px solid #659fd9;
color: #333333;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

.FormHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #3b71b1;
border-bottom: 1px solid  #659fd9;
border-top: 1px solid  #659fd9;
background-color:#ecf4fb;
}

.FormBody{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #333333;
background-color: #ffffff;
}

.TextBox {
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
border: solid 1px #666666;
color: #333333;
}

Option {
font-size: 11px;
color: #333333;
}

Select {
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color: #333333;
}

.Req{
color: #CC3300;
position: relative;
top: 2px;
}

.CheckBox {
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color: #333333;
}

.Submit{
font-family: Verdana, Tahoma, Arial, Sans-Serif;
background-color: #ff6633;
border-top: #FFCC99 1px outset;
border-left: #FFCC99 1px outset;
border-right: #CC3300 1px outset;
border-bottom: #CC3300 1px outset;
color: #FFFFFF;
font-weight:bold;
font-size:11px; }

/*Form Styles End*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------Start Top Bar Navigation-----------------*/

.RRDLogo{
padding: 20px;
padding-left: 0px;
}

.SelectSite{
font-family:verdana;
font-size:10px;
color: #999999;
width:200px;
border:1px solid #659fd9;
}

.NavBar{
background-image:url(/wwwRRD1/Images/NavShim.gif);
background-repeat:repeat-x; 
border-left:1px #659fd9 solid;
border-right:1px #659fd9 solid;
padding-bottom:2px
}

.GlobeBg1{
background-image:url(/wwwRRD1/Images/Home/GlobeBg2.jpg);
background-repeat:repeat-x; 
}



.NavBarBg{
/*background-color:#2164af;*/
background-image:url(/wwwRRD1/Images/NavGradBg.jpg);
}

.SearchBg{
background-color: #d0e3f5;
/*background-image:url(/wwwRRD1/Images/NavGradBg.jpg);*/
}


.SearchBox{
background-color: #d0e3f5;
}

.SearchField{
width:125px;
font-family:verdana;
font-size:10px;
color: #999999;
margin:0px;
}

.GoButton{
padding-left:0px
}

.NavText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
font-weight:bold;
color: #45793d;
padding-left: 18px;
padding-bottom: 4px
}

A:LINK.NavText, A:ACTIVE.NavText, A:VISITED.NavText {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #45793d;
text-decoration: none;
}

A:HOVER.NavText {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #3573b9;
text-decoration: none;
}

A:LINK.NavTextOn, A:ACTIVE.NavTextOn, A:VISITED.NavTextOn {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #3573b9;
text-decoration: none;
}

A:HOVER.NavTextOn {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #3573b9;
text-decoration: none;
}

/*---------------End Top Bar Navigation-----------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*---------------Start Content Styles-----------------*/



.PageHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 14px;
letter-spacing: -0.5px;
font-weight: bold;
color: #3b71b1;
padding-bottom: 10px;
}

.SubHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #3573b9;
margin-bottom: 5px;
letter-spacing: -.75px;
}

.PageSubHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 12px;
color: #333333;
padding-bottom: 15px;
margin-top:-13px;
}


A:LINK, A:ACTIVE, A:VISITED{
color: #1c64b4;
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
text-decoration: underline;

}

A:HOVER {
/*color: #659fd9;*/
color: #053e7f;
font-size: 11px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
text-decoration: underline;


}

.SmText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #333333;
line-height: +1.5;
}

A:LINK.SmText, A:ACTIVE.SmText, A:VISITED.SmText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #333333;
text-decoration: none;
line-height: +1.5;
}

A:HOVER.SmText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #333333;
text-decoration: underline;
line-height: +1.5;
}

.XtraSmText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size:  9px;
color:#333333;
line-height: +1.5;
}

.DocTypeSize{
font-size: 10px;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color: #666666;
line-height: +1.5;
}


.Hand{
cursor: hand;
}

sup {
font-family:  verdana, Sans-Serif;
font-size: 11px;
vertical-align:top;
}

.sup {
vertical-align: baseline;
font-size: 0.8em;
position: relative;
top: -0.4em;
text-decoration: none;
}

.smark {
font-family: "Arial Unicode MS"; /* An sm-supporting font. */ 
font-size: 1.25em;
line-height: 0;
}

.smarknav {
font-family: "Arial Unicode MS"; /* An sm-supporting font. */ 
font-size: 1.25em;
line-height: 0;
font-weight: normal;
color: inherit;
}

A:visited.BacktoTop,A:active.BacktoTop,A:Link.BacktoTop {
text-decoration: underline;
font-size: 10px;
} 

A:hover.BacktoTop {
text-decoration: underline;
font-size: 10px;
}

.WhiteText{
color: #FFFFFF;
}

A:visited.WhiteText,A:active.WhiteText,A:Link.WhiteText {
text-decoration: underline;
color: #FFFFFF;
} 

A:hover.WhiteText {
text-decoration: underline;
color: #FFFFFF;
}

A.Webcast:Link,A.Webcast:visited,A.Webcast:active {
font-family: Verdana, Arial;
font-size: 11px;
color: #333333;
text-decoration: underline;
} 

A.Webcast:hover {
font-family: Verdana, Arial;
font-size: 11px;
color: #333333;
text-decoration: underline;
}
/*---------------End Content Styles-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------Start Left Bar Navigation-----------------*/

.LeftNav{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size:11px;
background: url(/wwwRRD1/Images/LeftNavBottom_notext.jpg) no-repeat bottom;
border-right: 0px solid #FFFFFF;
padding-bottom:150px;

}

.Back, A:LINK.Back, A:ACTIVE.Back, A:VISITED.Back, A:HOVER.Back{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size:10px;
color:#3573b9;
padding:4px;
padding-left:8px;
text-decoration:none
}

.LeftNavHeader{
font-weight:bold;
font-size:11px;
}

.LeftNavHeader, A:LINK.LeftNavHeader, A:ACTIVE.LeftNavHeader, A:VISITED.LeftNavHeader{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size:11px;
color:#3573b9;
text-decoration:none
}

A:HOVER.LeftNavHeader {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size:11x;
color: #659fd9;
text-decoration:none
}


.LeftNavLevel2{
border-bottom:#659fd9 1px solid;
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
cursor:hand;
}

.LeftNavLevel2Over{
border-bottom:#659fd9 1px solid;
background-color:#b6d290; 
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
cursor:hand;
}

.LeftNavLevel2On{
border-bottom:#659fd9 1px solid;
background-color:#b6d290; 
font-weight:bold;
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
padding-right:3px;
}

.LeftNavLevel3On{
border-bottom:#659fd9 1px solid;
background-color:#d7eabd; 
padding-top:1px;
padding-bottom:1px;
padding-right:3px;
}


.LeftNavLevel3Off{
border-bottom:#659fd9 1px solid;
padding-top:1px;
padding-bottom:1px;
padding-right:3px;
}


.LeftNavLevel3Over{
border-bottom:#659fd9 1px solid;
background-color:#d7eabd; 
padding-top:1px;
padding-bottom:1px;
padding-right:3px;
}


.LeftNavLevel4On{
border-bottom:#659fd9 1px solid;
background-color:#f5f9eb;
font-weight:bold; 
padding-top:1px;
padding-bottom:1px;
padding-right:3px;

}

.LeftNavLevel4Off{
border-bottom:#659fd9 1px solid;
background-color:#f5f9eb;
padding-top:1px;
padding-bottom:1px;
padding-right:3px;
}


.LeftNavLevel5On{
background-color:ffffff;
font-weight:bold; 
padding-left:11px;
padding-top:2px;
padding-bottom:1px;
padding-right:3px;
font-size: 10px;
}

.LeftNavLevel5Off{
background-color:#ffffff;
padding-left:11px;
padding-top:2px;
padding-bottom:1px;
padding-right:3px;
font-size: 10px;  /* kar, i want this font to be smaller,but it's not working*/
}


.LeftNavLevel6On{
background-color:#ffffff;
font-weight:bold;
padding-left:25px;
padding-top:0px;
padding-bottom:3px;
padding-right:3px;
color:#3573b9;
}

.LeftNavLevel6Off{
background-color:#ffffff;
padding-left:25px;
padding-top:0px;
padding-bottom:3px;
padding-right:3px;
}

A:LINK.LeftNavLevel2LinkOff, A:ACTIVE.LeftNavLevel2LinkOff, A:VISITED.LeftNavLevel2LinkOff, A:HOVER.LeftNavLevel2LinkOff{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#000000;
text-decoration:none;

}


A:LINK.LeftNavLevel2LinkOn, A:ACTIVE.LeftNavLevel2LinkOn, A:VISITED.LeftNavLevel2LinkOn, A:HOVER.LeftNavLevel2LinkOn{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#000000;
text-decoration:none;
font-weight:bold;
}

A:LINK.LeftNavLevel3LinkOff, A:ACTIVE.LeftNavLevel3LinkOff, A:VISITED.LeftNavLevel3LinkOff,A:HOVER.LeftNavLevel3LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#333333;
text-decoration:none
}

A:LINK.LeftNavLevel3LinkOn, A:ACTIVE.LeftNavLevel3LinkOn, A:VISITED.LeftNavLevel3LinkOn, A:HOVER.LeftNavLevel3LinkOn{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#333333;
text-decoration:none
}


A:LINK.LeftNavLevel4LinkOff, A:ACTIVE.LeftNavLevel4LinkOff, A:VISITED.LeftNavLevel4LinkOff,A:HOVER.LeftNavLevel4LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#333333;
text-decoration:none
}



A:LINK.LeftNavLevel4LinkOn, A:ACTIVE.LeftNavLevel4LinkOn, A:VISITED.LeftNavLevel4LinkOn,A:HOVER.LeftNavLevel4LinkOn{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#333333;
text-decoration:none
}


A:LINK.LeftNavLevel5LinkOff, A:ACTIVE.LeftNavLevel5LinkOff, A:VISITED.LeftNavLevel5LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#3573b9;
text-decoration:underline
}

A:HOVER.LeftNavLevel5LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#659fd9;
text-decoration:underline
}

A:LINK.LeftNavLevel5LinkOn, A:ACTIVE.LeftNavLevel5LinkOn, A:VISITED.LeftNavLevel5LinkOn, A:HOVER.LeftNavLevel5LinkOn{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#3573b9;
text-decoration:underline
}

A:LINK.LeftNavLevel6LinkOff, A:ACTIVE.LeftNavLevel6LinkOff, A:VISITED.LeftNavLevel6LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#3573b9;
text-decoration:none
}

A:HOVER.LeftNavLevel6LinkOff {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#659fd9;
text-decoration:underline
}


A:LINK.LeftNavLevel6LinkOn, A:ACTIVE.LeftNavLevel6LinkOn, A:VISITED.LeftNavLevel6LinkOn, A:HOVER.LeftNavLevel6LinkOn{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#3573b9;
text-decoration:underline
}



/*------------------------------------------------*/
/*---------------Start Right Bar Styles-----------------*/

.RightHeader {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
color:#333333;
font-size:11px;
font-weight:bold;
}


.RightSide{
padding-right:12px;
padding-left:12px;
}

.RightSpaceDivide{
padding-top:10px;
padding-bottom:10px;
}


/*---------------End Right Bar Styles-----------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*---------------Start Footer Styles-----------------*/

.FooterTextBar{
height: 20px;
color: #3573b9
}

A:LINK.FooterText, A:ACTIVE.FooterText, A:VISITED.FooterText {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #45793d;
text-decoration: none;
}

A:HOVER.FooterText {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #3573b9;
}

.CopyrightText{
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #999999;
}

/*---------------End Footer Styles-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------Start Structure Styles-----------------*/
.BottomGradient{
background: url(/wwwRRD1/Images/BottomShim.jpg) repeat-x bottom
}

.FullBorder{
border: 1px #659fd9 solid
}

.HomeFlash{
border: 1px #659fd9 solid;
border-bottom:none;
height:200px
}

.LeftBorder{
border-left:1px solid #659fd9;
}

.RightBorder{
border-right:1px solid #659fd9
}

.RightBorderWhite{
border-right:1px solid #ffffff;
}

.BottomTop{
border-top:1px solid #659fd9
}

.BottomBorder{
border-bottom:1px solid #659fd9
}

.BottomBorderWhite{
border-bottom:1px solid #ffffff;
}


/*---------------End Structure Styles-----------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*---------------Start Home-----------------*/

.ContentHome{
background: url(/wwwRRD1/Images/HomeFade.jpg) no-repeat; 
border: 1px solid #FFFFFF
}

/*---------------End Home-----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------Start Table Templates-----------------*/
.TableHeaderReverse {
background-color: #3573b9;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
} 

.TableHeaderReverseSm {
background-color: #3573b9;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #FFFFFF;
font-weight: bold;
} 

A:LINK.SmTextReverse, A:ACTIVE.SmTextReverse, A:VISITED.SmTextReverse{
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}

A:HOVER.SmTextReverse{
font-size: 10px;
color: #FFFFFF;
text-decoration: underline;
}

.TableRowWhite {
background-color: #FFFFFF;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #333333;
} 

.TableRowWhiteSM {
background-color: #FFFFFF;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #333333;
} 

.TableRowGray {
background-color: #ecf4fb;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #333333;
} 


.TableRowGraySM {
background-color: #ecf4fb;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 10px;
color: #333333;
} 
/*------------------------------------------------*/
/*---------------End Table Templates-----------------*/


/*------------------------------------------------*/
/*Site Map Styles Start*/
A:Link.SiteMap,A:visited.SiteMap,A:active.SiteMap {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #666666;
text-decoration: none;
} 

A:hover.SiteMap {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 11px;
color: #666666;
text-decoration: underline;
}

.SiteMapBgOff{
background-color: #FFFFFF;
}

A:LINK.SiteMapBgOff, A:ACTIVE.SiteMapBgOff, A:VISITED.SiteMapBgOff{
background-color: #FFFFFF;
}

A:HOVER.SiteMapBgOff{
background-color: #EBEBEB;
}

.SiteMapBgOn{
background-color: #EBEBEB;
}

A:LINK.SiteMapBgOn, A:ACTIVE.SiteMapBgOn, A:VISITED.SiteMapBgOn{
background-color: #FFFFFF;
}

A:HOVER.SiteMapBgOn{
background-color: #FFFFFF;
}


/*------------------------------------------------*/
/*Site Map Styles End*/





