/*CSS file - UVI - Accenture*/
/* V1.1 - 040604 */
/*General*/


html, body {
  margin: 0;
  background-color : #FFF;
}

html, body, .DefaultFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color : #000;
}

* {
  font-size: 1em;
}

img {
  border: 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

select, input {
  font-family: Arial, Helvetica, sans-serif;
   /* font-size: 1em;*/
 font-size: 10px;
  color: #000;
}

a:link{
  color: #a81d00;
  text-decoration: underline;
}
a:visited {
  color: #58595b;
}
a:hover{
	color : #821701;
	text-decoration: underline;
}

h1, h2, h3, h4 {
  /*font-weight: bold;*/
}

h1 {
  color: #000000;
  font-size: 14px;
  margin-top: 0;
}
h2 {
  color: #000000;
      /*font-size: 1.1em;*/
  font-size: 14px;
}
h3 {
  color: #000000;
    /*font-size: 1.1em;*/
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
	text-transform: uppercase;		
	letter-spacing: 1px	
}

h4 {
  color: #000000;
  font-size: 12px;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  /*new line height, applies to content area*/
  line-height: 17px;
}
.PageColor{
	background : #FFF;
}
.GrayBorders {
   background : #999;
}
.DotBorderHoriz {
  border-bottom : 1px solid #999999;
  /*background : url(images/bg_stripe_dotted_horiz.gif) repeat-x;*/
}
			
/*Navigation*/

/* Top Navigation */


.TopBox {
	background-color: #a81d00;
}

table#topNaviContainer {
  width: 780px;
  background-color: #B0AEA6;
}

.TopTableSurrounding {
   border-bottom : 1px solid #B0AEA6;
   border-top : 1px solid #B0AEA6;
}


.TopLink, a.TopLink:link, a.TopLink:visited {
  display: block;
  float: left;
  margin: 0;
 padding: 3px 3px 4px 3px;
  background-color: #B0AEA6;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 1.1em;*/
    font-size: 12px;
  letter-spacing: 0;
  vertical-align : middle;

}


.TopLinkMiddot{
  float: left;
  margin: 0;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;

}

.TopLinkSelected, a.TopLinkSelected:link, a.TopLinkSelected:visited {
  background-color: #FFFFFF;
  border-right : 1px solid #666;
   border-left : 1px solid #666;
     margin-right : 3px;
	   margin-left: 3px;
  /*font-size: 1.1em;*/
      font-size: 12px;
		 
}

.TopLinkSelectedFirst, a.TopLinkSelectedFirst:link, a.TopLinkSelectedFirst:visited {
  background-color: #FFFFFF;
  /*font-size: 1.1em;*/
      font-size: 12px;
  border-right : 1px solid #666;
	margin-right: 3px;
   /*border-left : 1px solid #666;*/

}

.TopLinkFirst, a.TopLinkFirst:link, a.TopLinkFirst:visited {
  text-indent : 6px;
    font-size: 12px;
	/*font-size: 1.1em;*/
}

a.TopLink:hover {
  text-decoration: underline;
}

/*  End  Top Navigation */

/*  Searchbox */
.search
{
	padding-left: 7px;
	padding-top : 2px;
	padding-bottom : 2px;
	text-decoration : none;
	vertical-align : middle;
	width : 159px;
	color: white;
}
 a.searchLink:link, a.searchLink:visited
{
	text-decoration : none;
	 /*added 040604*/
      font-size: 12px;
		color: white;
}
 a.searchLink:hover, a.searchLink:active
{
	text-decoration : underline;
}
 
input#search
{
   width: 115px;
     /*font-size: 1.1em;*/
      font-size: 10px;
}
input#searchButton
{
      font-size: 10px;
}

/*Left Navigation */

.navigationLeft, a.navigationLeft:link, a.navigationLeft:visited
			{
	text-decoration:none;
	color : #000000;
	vertical-align : top;
	font-size: 12px;
	line-height: 15px;
}
a.LeftNavigationTable:link{
	padding-top:10px;
/*	border-collapse: separate;
	border-spacing: 0px 3px;*/
}
a.navigationLeft:hover, a.navigationLef:active
			{
	text-decoration:underline;
	color : #000000;
			}
.TeaserLinksTableCell {
	background-color: #e3e0dc;
  border-bottom : 1px solid #999999;
}
.navigationLeftTeaser, a.navigationLeftTeaser:link,a.navigationLeftTeaser:visited
			{
		padding-left : 10px;
		color : #A81D00;
		}
a.navigationLeftTeaser:hover,a.navigationLeftTeaser:active{
	color : #821701;
}

.navigationLeftHeader
			{
	font-weight : normal;
	color: #666;
	padding-top : 5px;
	text-transform: uppercase;		
}
		
.navigationLeftLevel2, a.navigationLeftLevel2:link, a.navigationLeftLevel2:visited
			{
	font-weight : normal;
	background: #FFFFFF; 
		}
		
/*added 040604*/
.navigationLeftLevel2Select, a.navigationLeftLevel2Select:link, a.navigationLeftLevel2Select:visited
			{
			background: #e3e0dc; 
		}
		
.navigationLeftLevel3Select, a.navigationLeftLevel3Select:link, a.navigationLeftLevel3Select:visited
			{
			background: #e3e0dc; 
			color: #000;
		}

.LeftMenuGraphics{
	margin-top: 15px;
}

.LeftMenuDiv{
	margin-top: 2px;
	margin-bottom: 2px;
}
		
/* End Left Navigation */		

/* Main Content */
td.ContentAreaContainer{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
  border-right : 1px solid #999999;

}
td.ContentAreaContainer *,td.ContentAreaContainer{
	/*removed 040604 to allow different size headers */
	/*font-size: 12px;*/
}
.ContentAreaContainer a:visited{
	text-decoration: underline;
}

.Tracker{
	color : #666;
}

a.Tracker:link, a.Tracker:visited{
	color : #000;	
}

p.Tracker{
	margin-bottom : 16px;
}


.AboutUVI{
	color : #000000;
	text-transform: uppercase;		

}

.ContentLine{
	width : 430px;
	display : block;
	padding-top : 1px;
	background-image : url(images/bg_stripe_non-dotted_horiz.gif);

	background-repeat : repeat-x;
	margin-top : 6px;
	margin-bottom : 5px;
}
.ContentPictureRight{
	vertical-align : top;
    margin-left : 10px;
	margin-bottom : 3px;
	border : 0;
	float : right;
	margin-top : 3px;
}
.ContentPictureLeft{
	vertical-align : top;
	margin-right : 10px;
	margin-left : 0px;
	margin-bottom : 3px;
	border : 0;
	float : left;
	margin-top : 3px;
}
.ContentPictureTop{
	vertical-align : top;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 3px;
	border : 0;
	float : left;
	margin-top : 3px;
}
.ContentPrint, a.ContentPrint:link, a.ContentPrint:visited
{
	border : 0;
	text-decoration: none;
	vertical-align : middle;
    color: #a81d00;
	margin-right : 5px;
}

.ContentTable {
  background-color: #999;
  margin: 2px 0 2px 0;
}

.ContentTable th {
  background-color: #F5F5F5;
  color: #333;
  font-weight: bold;
 /* text-align: left; */
}
.ContentTable tr.OddRow td {
  background-color: #FFF;
   vertical-align: top;
}
.ContentTable tr.EvenRow td {
  background-color: #FAFAFA;
   vertical-align: top;
}


/* END Main Content */			

/*main right area */	
.RightBox{
	padding-left : 10px;
	padding-right : 3px;
	padding-top : 3px;
	text-align : left;
  border-bottom : 1px solid #999999;
	line-height: normal;
}

.RightBox a:link, a:visited
{
  text-decoration:none
}

.RightBoxHeader{
	background-color : #ccc;
}

.RightContentArea {
   border-bottom : 1px solid #B0AEA6;


}


.LinkBullet{
	margin-right : 5px;

}

/* END main right area */	
			
/* footer*/
.footer
			{
			color: #333;
			font-size : 11px;
			text-align : center;
			}

.footer a:link, a:visited
			{
  text-decoration:none
			}

.RightText, p.RightText{
/*	padding-right: 10px;*/
	padding-left: 10px;
	font-size: 11px;
	line-height : normal;
}

.RightText a:link, a:visited
{
  text-decoration:none
}
.RightText img{
	margin-right: 0px;

}
.ContentSitemap {
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 20px;

}

