/*--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 */

/* 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;

	background: white;
	
	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;
	background-color: #FFFFFF;
	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%; 
	text-align: left; /* this overrides the text-align: center on the body element. */		
	background-image: url(../images/elements/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	 padding-top:30px;
     
	}

/*--shadow--*/
	

.welcomewrapper2 { 
	 width: 897px;
	 w\idth: 940px; /*IE6 width*/
	 margin: 0 auto;
	 padding:0px 10px 20px 10px;
	 background-image: url('../images/shadow-bk8.png');
	 background-repeat: repeat-y;
	 color:#505050;
}

/*--main content--*/

	.contentwrapper {
	border: 2px #CCC solid;
	padding:15px;
	width:820px;
    margin:0px auto 30px;
	background-image: url('../images/graybk.jpg');
	background-repeat: repeat-x;
	
	
	}
	.contentwrapper h1{
	margin-bottom: 10px;
	font:bold 30px "Arial", Helvetica, Verdana, sans-serif;	
	color: #4680DC;
	}
	
   .contentwrapper h2{
	margin-bottom: 10px;
	font:bold 16px "Arial", Helvetica, Verdana, sans-serif;	
	color: #fff;
	border-bottom:1px #CCC solid;
	line-height:23px;
	letter-spacing:2px;
	padding:0 0 0 15px;
	margin:0 0 20px 0;
	background-color: #060C56;
	}
	 .contentwrapper h3{
	margin-bottom: 10px;
	font:bold 18px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:30px;
	}
	 .contentwrapper h4{
	font:bold 22px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:30px;
	margin:0;
	padding:0;
	}
	.contentwrapper h4 a{
	color: #060C56;
	}
	.contentwrapper h4 a:hover, .contentwrapper h4 a.selected {
color: #4680DC;
}  

	.contentwrapper h5{
	margin:0px 0 10px 0;
	font:normal 14px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:14px;
	padding:0;
	}
	.contentwrapper p{
	margin:0 0 10px 0;
	font: 14px "Arial", Helvetica, Verdana, sans-serif;
	line-height:20px;
	padding:0;
	
	}
	
	.contentwrapper a {
	color: #4680DC;
	
 }
.contentwrapper a:hover, .contentwrapper a.selected {
color: #060C56;
}

	.archivewrapper {
	border: 2px #CCC solid;
	padding:15px;
	width:820px;
    margin:10px auto;
	background-image: url('../images/graybk.jpg');
	background-repeat: repeat-x;
	
	}
	.archivewrapper h1{
	margin-bottom: 10px;
	font:bold 30px "Arial", Helvetica, Verdana, sans-serif;	
	color: #4680DC;
	}
	
   .archivewrapper h2{
	margin-bottom: 10px;
	font:bold 16px "Arial", Helvetica, Verdana, sans-serif;	
	color: #fff;
	border-bottom:1px #CCC solid;
	line-height:23px;
	letter-spacing:2px;
	padding:0 0 0 15px;
	margin:0 0 20px 0;
	background-color: #060C56;
	}
	 .archivewrapper h3{
	margin-bottom: 10px;
	font:bold 18px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:30px;
	}
	 .archivewrapper h4{
	font:bold 18px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:30px;
	margin:0;
	padding:0;
	}
	.archivewrapper h4 a{
	color: #060C56;
	}
	.archivewrapper h4 a:hover, .archivewrapper h4 a.selected {
color: #4680DC;
}  

	.archivewrapper h5{
	margin:0px 0 10px 0;
	font:normal 14px "Arial", Helvetica, Verdana, sans-serif;	
	color: #060C56;
	line-height:14px;
	padding:0;
	}
	.archivewrapper p{
	margin-bottom: 25px;
	font: 14px "Arial", Helvetica, Verdana, sans-serif;
	line-height:20px;
	border-bottom:1px #CCC solid; padding-bottom:15px;
	
	}
	.archivewrapper a {
	color: #4680DC;
	
 }
.archivewrapper a:hover, .archivewrapper a.selected {
color: #060C56;
}
#mainimagewrapper {
width:100%;
margin:10px 0 0px 0;
}
#mainimagewrapper img{
float:left;
margin-right:12px;
}
#contents {
width:830px;
margin:0px auto 20px auto;
}
