/*--general--*/

/* CSS Document */

html, body, div, span, ul, li, {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

html>body { font-size: small; } /* be nice to Opera */


* { margin: 0; padding: 0px; }
html, body { margin: 0; padding: 0px; height: 100%; background: url(../images/mainbg.jpg); min-width:1073px;} 



/* remember to define focus styles! */

body {

	font: 100% "Arial", Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
	line-height: 1;
	color: black;	
	font-size: small; /*for compliant browsers */	

}

ol, ul {

	list-style: none;

}
a:link {
	font: 100% "Arial", Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {	
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;	
	font-weight: bold;
	}

a:hover {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
	font-weight: bold;	
	}

a:active {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;

}
.leftimage {/* this class should be used for left hand images */
	padding:0 10px 10px 0;
	float:left;
}
.leftimage .border{ /* this class should be used for left hand image boarders */
	border: solid #000 1px;
	margin:0 0 10px 0;
}

.rightimage { /* this class should be used for right hand images */
	padding:10px 0px 10px 10px;
	float:right;
}
.rightimage .border{ /* this class should be used for right hand image boarders */
	border: solid #000 1px;
	margin:0 0 10px 0;
}
.captions {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
	font-size: 11px;
	line-height: 12px;
	margin-top: 2px;
	font-style:italic;
	color:#505050;
}

div.UDJavascriptWarning {
  width: 100%;
  margin: 0px;
  padding: 20px;
  font: bold  16px "Arial", Helvetica, Verdana, sans-serif;
  color: #060c56;
}

/*--clear content--*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}

/* Content */

#maincontent {
	width: 100%;
	border-top:4px solid #002663;
	text-align: left; /* this overrides the text-align: center on the body element. */		
	}

/*--shadow--*/
	

.welcomewrapper2 { 
	 width: 1000px;
	 w\idth: 1020px; /*IE6 width*/
	 margin: 0px auto 0 auto;
	 color:#505050;
}
/*--footer--*/
@charset "UTF-8";

div#UDStandardFooter {
  width: 100%;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  display: block;
  color: #002663;
}


div#UDStandardFooter_LayoutContainer {
  width: 980px;
  margin: 0 auto;
  border-top: 8px solid #002663;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  padding:0 10px;
  color: #002663;
}

div#UDStandardFooter img#UDStandardFooter_Logo {
  float: right;
  margin: 10px;
}

div#UDStandardFooter ul#UDStandardFooter_Address {
  width:550px;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  list-style-type: none;
  margin: 16px auto 4px auto;
  clear: left;
  padding: 0px;
  line-height: 1.2em;
  color: #002663;
}

div#UDStandardFooter ul#UDStandardFooter_Address li {
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  padding: 0px 10px;
  margin: 0px auto 0px auto;
  list-style-type: none;
  list-style-image: none;
}

div#UDStandardFooter ul#UDStandardFooter_Address li a {
  font-weight: bold;
  text-decoration: none;
  color: #002663;
}
div#UDStandardFooter ul#UDStandardFooter_Address li a:hover, div#UDStandardFooter ul#UDStandardFooter_Address li a.selected {
   color: #255DD3;
   text-decoration: underline;
   border: 0px;
}


div#UDStandardFooter ul#UDStandardFooter_Links {
  width:550px;
  list-style-type: none;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  margin: 0px auto 4px auto;
  clear: left;
  padding: 0px 0px 0px 0px;
  line-height: 1.3em;
}

div#UDStandardFooter ul#UDStandardFooter_Links li {
  float: left;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  padding: 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
}

div#UDStandardFooter ul#UDStandardFooter_Links li a {
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #002663;
}
div#UDStandardFooter ul#UDStandardFooter_Links li a:hover, div#UDStandardFooter ul#UDStandardFooter_Links li a.selected {
   color: #255DD3;
   text-decoration: underline;
   border: 0px;
}

div#UDStandardFooter ul#UDStandardFooter_Links li.withsep {
  border-right: 1px solid #002663;
  margin: 0px 0px 0px 0px;
}

.udclearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}


@media print {
  div#UDStandardFooter {
    border: none;
  }
  div#UDStandardFooter img#UDStandardFooter_Logo {
    display: none;
  }
}


