/* CSS Document */
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;
	color: #000000;
	
	}


/* ANCHORS */

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;
}

.left2 { 
	 float:left;
}     

.right2 { 
	 float:right;
}     

.java {
	font: bold  16px "Arial", Helvetica, Verdana, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #060C56;
	margin-bottom: 10px;
}

/* Masthead */
.masthead { 
	 width: 100%;
	 text-align: left;
	 background-color: #060C56;
	 background-image: url('../images1/udheader2.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
	 border-bottom: solid #EDC35E 4px;
	 
} 


.mastheadbar { 
	 width: 930px;
	 margin: 0 auto;
	 overflow:hidden;
	 height:71px;
	 padding:0 10px 0 10px;
	 background-image: url('../images1/udheader2.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;

}

/* Masthead2 */
.masthead2 {
	width: 100%;
	text-align: left;
	 background-color: #060C56;
	 background-image: url('../images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
	 border-bottom: solid #EDC35E 4px;	 
} 


.mastheadbar2 { 
	 width: 930px;
	 margin: 0 auto;
	 overflow:hidden;
	 height:71px;
	 padding:0 10px 0 10px;
	 background-image: url('../images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
}

/* Masthead2 */
.masthead3 {
	width: 100%;
	text-align: left;
	 background-color: #060C56;
	 background-image: url('../images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
	 border-bottom: solid #EDC35E 4px;	 
} 


.mastheadbar3 { 
	 width: 930px;
	 margin: 0 auto;
	 overflow:hidden;
	 height:71px;
	 padding:0 10px 0 10px;
	 background-image: url('../images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
}

.search
{
	float:right;
	height:24px;
	margin: 0px 0 0px 2px;
	padding:0;
	
}

.searchform
{
font-family: "Arial", Helvetica, Verdana, sans-serif;
font-size:11px;
height: 14px;
line-height:13px;
margin: 4px 0 0 0;
float:right;
font-weight:normal;
padding:0 5px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #fff;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
font-weight: 300;




} 
html>body.searchform
{
	margin: 6px 0 0 0;
} 
/*\*/
html*.searchform {
[margin: 6px 0 0 0;
]margin: 6px 0 0 0;
}/*end*/
.dummyend[class]{clear:both;}

*:focus

{

outline-color: invert;

outline-style: none;

outline-width: 0pt;

}
:focus

{

outline-color: invert;

outline-style: none;

outline-width: 0pt;

} 
.toolbar {
	width:390px;
	padding:15px 5px 16px 0px;
	float:right;
	
	} 
	

html>body.toolbar
{
	padding:10px 5px 16px 0px;

} 
/*\*/
html*.toolbar  {
[padding:10px 5px 16px 0px;
]padding:10px 5px 16px 0px;
}/*end*/
.dummyend[class]{clear:both;}


.toolbarmenu
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:15px;
	color: #67AEFF;
	text-align:right;
	float:right;
	width:350px;
	
}
.toolbar a
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:15px;
	color: #63A9FF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;	

}

.toolbar a:hover, .toolbar a.selected
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
    font-size: 11px;
	line-height:15px;
	color: #fff;
	
}
.toolbar form
{
   float:right;
	margin:0;
	padding:0;

}



.toolbar2 {
	
	width:320px;
	padding:10px 5px 16px 0px;
	float:right;
	} 
	
.toolbarmenu2
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	color: #67AEFF;
	text-align:right;
	float:right;
	width:320px;
	
}

.toolbar2 a
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	color: #63A9FF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;	

}

.toolbar2 a:hover, .toolbar2 a.selected
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
    font-size: 11px;
	line-height:16px;
	color: #fff;
	
}
.toolbar2 form
{
    float:right;
	margin:0;
	padding:0;
}


.toolbar label, .toolbar select { 
	
	font-size:11px;
	height: 16px;
	margin: 5px 0 0 0;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight:normal;
	float:right;
	
}
.toolbar select {
	color: #000;
	background-color:  #fff;
	border: 1px solid #b1b1bc;
	display:inline;
	float:right;
	height: 16px;
		
}

html>body.toolbar label, .toolbar select
{
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-size:10px;
	height: 14px;
	line-height:11px;
	margin: 5px 0 0 0;
	float:right;
	font-weight:normal;

} 
/*\*/
html*.toolbar label, .toolbar select {
[font-size:11px;
	height: 14px;
	line-height:13px;
]font-size:10px;
	height: 16px;
	line-height:14px;
}/*end*/
.dummyend[class]{clear:both;}



.toolbar2 label, .toolbar2 select { 
	
	font-size:11px;
	height: 16px;
	margin: 5px 0 0 0;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight:normal;
	float:right;
	
}
.toolbar2 select {
	color: #000;
	background-color:  #fff;
	border: 1px solid #b1b1bc;
	display:inline;
	float:right;
	height: 16px;
		
}

html>body.toolbar2 label, .toolbar2 select
{
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-size:10px;
	height: 14px;
	line-height:11px;
	margin: 5px 0 0 0;
	float:right;
	font-weight:normal;

} 
/*\*/
html*.toolbar2 label, .toolbar2 select {
[font-size:11px;
	height: 14px;
	line-height:13px;
]font-size:10px;
	height: 16px;
	line-height:14px;
}/*end*/
.dummyend[class]{clear:both;}


/* Navigation */


.mainnav { 
	 width: 960px;
	 w\idth: 965px; /*IE6 width*/
	 margin: 0 auto;
	 background:#fff;
	 z-index:5000;
	
}


.morenews {
    
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	padding:5px 0 30px 0;
	
	
}
.morenews a {
	
	color: #060C56;
    float:left;
	
}

.morenews a:hover, .morenews a.selected{
	
	color: #0066FF;
	float:left;
	
	
}     

.social { 
	 float:right;
	 margin-top:10px;
}     

.social2 { 
	 float:right;
	 margin-top:20px;
}     
     

.social3 { 
	 float:right;
	 margin:10px 10px 0 0;
}  
.social4 { 
width:665px;
	 padding:10px 10px 0 0;
	 text-align:right;
}    
  
#social5 {

position:relative;
top:30px;
left:10px;
float:right;
text-align:right;
	 padding:10px 10px 0 0;
	 z-index:4000;
	 
}    