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

.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;
	 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;
	 padding:0 10px 0 10px;
	 background-image: url('../images1/udheader-b.jpg');
	 background-repeat:no-repeat;
     background-position:50% 20%;
}

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

.searchform
{
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-size:11px;
	height: 12px;
	margin: 4px 0 0 0;
	padding:0 5px;
	float:right;
	font-weight:normal;

} 

.toolbar {
	width:390px;
	padding:17px 5px 17px 0px;
	float:right;
	} 
	
.toolbarmenu
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	color: #67AEFF;
	text-align:right;
	float:right;
	width:350px;
	
}

.toolbar a
{
	font: bold  11px "Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	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:16px;
	color: #fff;
	
}
.toolbar form
{
float:right;

}


.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;
text-align:right;

}


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