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

}


ol, ul {

	list-style: none;

}

.leftimage {/* this class should be used for left hand images */
	dis
}
.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;
}

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


.mastheadbar { 
	 width: 340px;
	 margin: 0 auto;
	 overflow:hidden;
	 height:60px;
	  background-image: url('/images1/udheader-mobile4.jpg');
	 background-repeat:no-repeat;
     background-position:50% 50%;
	
}


.toolbar {
	width:310px;
	padding:0 10px;
	font: bold .7em "Arial", Helvetica, Verdana, sans-serif;
	color:#060C56;
	
	} 


.toolbar a
{
	font:"Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	color:#060C56;
	

}

.toolbar a:hover, .toolbar a.selected
{
	font: "Arial", Helvetica, Verdana, sans-serif;
	line-height:16px;
	color: #63A9FF;
	
}


/*--nav-column--*/

.nav-column {
	width:320px;
	padding:10px 0;
	font-size: .8em;
}
.nav-column ul {
	float:left;
	margin:0;
	padding:0;
	
}
.nav-column ul li {
	float:left;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;	/* bold */
	font-size: .9em;
	line-height:16px;
	padding-right:1px;
	
	
}
.nav-column ul li:hover,
.nav-column ul li.hover {position:relative;}
.nav-column ul li:hover .sub-item,
.nav-column ul li.hover .sub-item {display:none;}
.nav-column ul li:hover a,
.nav-column ul li.hover a { color:#060C56; font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;	/* bold */}

.nav-column ul li a {
	display:block;
	color: #4680DC;
	word-spacing:1px;
	padding:3px 8px;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;	/* bold */
	
}
.nav-column ul li .sub-item {
	
	display:none;
}
.nav-column ul li .sub-item p {
	
	display:none;
}

.nav-column ul li .sub-item a{
	
	display:none;
}

.nav-column ul li .sub-item a:hover, .nav-column ul li .sub-item a.selected {
	
	display:none;
	
}
/*--a-z--*/


.az-column {
	width:320px;
	margin: 0;
	padding:0;
	display:inline;
}


.az-column ul {
	float:left;
	margin:10px 0;
	padding:0;
	
}
.az-column ul li {
	float:left;
	margin:0;
	padding:0;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;	/* bold */
	font-size: .7em;
	line-height:16px;
	padding-right:1px;
	color: #060C56;
}
.az-column ul li:hover,
.az-column ul li.hover {position:relative;}
.az-column ul li:hover .sub-item,
.az-column ul li.hover .sub-item {display:none; 
}
.az-column ul li .sub-item {
	
	display:none;
	

}
.az-column  ul li a {
	display:block;
	color: #4680DC;
	word-spacing:1px;
	padding:1px 5px;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;	/* bold */
	
}


#maincontent {
	width: 100%; 
	text-align: left; /* this overrides the text-align: center on the body element. */		
	background-color: #fff;
	}

.welcomewrapper { 
	  width: 320px;
	 w\idth: 320px; /*IE6 width*/
	 margin: 0 auto;
	 padding:0 10px 30px 10px;
	
}

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


	
	/* News Tab */
	
.mainnewsimage {/* this class should be used for left hand images */
	padding:0 10px 10px 0;
	float:left;
	clear:both;
}
.newsblock {
	padding-top: 20px;
	background-color: #FFFFFF;
	width: 380px;
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

.leadstorywrapper {
	display:block;
	padding:0 10px;

}

.newsstorybody {
	font: normal .7em "Arial", Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.newsstoryhead {
	font: bold  1em "Arial", Helvetica, Verdana, sans-serif;
	line-height: 1em;
	font-weight: bold;
	color: #060C56;
	margin: 10px 0;
}
.newsmainlink {
	display: block;
	font-size: .9em;
	line-height: 1.6em;
	font-weight: bold;
	color: #D0801E;
	margin-bottom:10px;

}
.newsmainlink a {
	font-size: 1em;
	font-weight: bold;
	color: #D0801E;
	text-decoration: none;
}

.newsmainlink a:hover, .newsmainlink a.selected{
	font-size: 1em;
	font-weight: bold;
	color: #060C56;
}
.newstitles {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.newstitles a:link {
	color: #060C56;
	text-decoration: none;
	font-weight: bold;
 }
.newstitles a:visited {
color: #060C56;
text-decoration: none;
font-weight: bold;
 }
.newstitles a:hover {
color: #4680DC;
text-decoration: underline;
font-weight: bold;
}
.newstitles ul {
margin:0;
padding:0 10px;
list-style:none;
	}
.newstitles ul li {
	font-size: 12px;
	font-weight: bold;
	margin:0 0 10px 25px;
	color: #4680DC;
	list-style-image: url(../images1/newsgoldbullet.gif);
	

}
.newsbottom {
	padding: 10px 0;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	
}
.morenews {
    
	margin:0 10px;
	
}
.morenews a {
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	color: #060C56;
    float:left;
	
}

.morenews a:hover, .morenews a.selected{
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	color: #0066FF;
	
	
}
.subscribe {
   
    float:right;
	
}

.subscribe a {
    
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	letter-spacing: 2px;
	color: #060C56;
    
	
}

.subscribe a:hover, .subscribe a.selected{
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	letter-spacing: 2px;
	color: #0066FF;
	
	
}

.topstories {
	top: 1px;
	margin: 10px 0;
	font: bold .7em Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	background-color:#060C56;
	color:#FFFFFF;
	padding: 2px 10px;
	line-height: 12px;
	letter-spacing: 2px;
	}
	