<style type="text/css">    
    p{text-indent:0pt; word-spacing:2px; letter-spacing:0px; font-size:13px; font-family:Arial; color:#000000; margin: .95em 0em 0em 0em; line-height: 1.2;}
   body {
  		text-align: left; /* for IE */
			margin-top: 0px;
  		} 
		.bkgradient{background-image:url("/images/pages/page-bk.jpg");background-repeat:no repeat;background-attachment: fixed; background-position:top center};
		i{font-size:12px;color:#444444;font-family:Arial}
    b{font-size:12px;color:#444444;font-family:Arial}
    text{font-size:12px;color:#ffffff;font-family:Arial}
    td{font-size:15px;color:#000000;font-family:Arial}
    legend{font-size:14px;color:#444444;font-family:Arial}
		h1{font-size:30px;color:#ed1c24;font-family:Arial;vertical-align: top;margin-bottom: -3;font-weight:normal}
		h2{font-size:20px;color:#ed1c24;font-family:Arial;vertical-align: bottom;margin-bottom: 0;font-weight:normal}
		h3{font-size:18px;color:#ed1c24;font-family:Arial;vertical-align: bottom;margin-bottom: 0;margin-top: 0;font-weight: normal}
		h4{font-size:16px;color:#ed1c24;font-family:Arial;vertical-align: bottom;margin-bottom: 1;margin-top: 8;font-weight: bold}
    hr{color: #ffffff; height: 1px; margin-bottom:-2px; margin-top:-2px;}
		.border{border-style:solid;border-width:1px; border-color: #555555;}
		.border2{border-style:solid;border-width:1px; border-color: #232850;}
		.welcometitle{font-size:13px;color:#444444;font-family:Arial}	
		.welcometitle2{font-size:16px;color:#666666;font-family:Arial;font-weight:normal}
		.small{font-size:11px;color:#444444;font-family:Arial}	
		.copyright2{font-size:11px;color:#ffffff;font-family:Arial}
		.orange{font-size:15px;color:#ed1c24;font-family:Arial}		
		.white{font-size:15px;color:#ffffff;font-family:Arial}		
		.white2{font-size:13px;color:#ffffff;font-family:Arial}
		.grey{font-size:12px;color:#777777;font-family:Arial}
		.red{font-size:14px;color:#c80909;font-family:Arial}						
		A:link{text-decoration: none; color: #000000;}
    A:visited{text-decoration: none; color: #000000;}
    A:hover{font-style: normal; color: #ff0000; text-decoration:underline;}
    A.nav:link{font-size:18px;color:#ffffff;font-family:Arial;font-weight:normal}
    A.nav:visited{font-size:18px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight:normal}
    A.nav:hover{font-size:18px;font-style: normal; color: #ffce0a; text-decoration:none;font-family:Arial;font-weight:normal}		
    A.nav2:link{font-size:11px;color:#ffffff;font-family:Arial;font-weight:normal}
    A.nav2:visited{font-size:11px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight:normal}
    A.nav2:hover{font-size:11px;font-style: normal; color: #ffffff; text-decoration:underline;font-family:Arial;font-weight:normal}
    A.pagelinks:link{font-size:12px;color:#444444;font-family:Arial;font-weight:normal}
    A.pagelinks:visited{font-size:12px;text-decoration: none; color: #444444;font-family:Arial;font-weight:normal}
    A.pagelinks:hover{font-size:12px;font-style: normal; color: #ff0000; text-decoration:underline;font-family:Arial;font-weight:normal}		
    A.readmore:link{font-size:12px;color:#2c2c2c;font-family:Arial;font-weight:bold}
    A.readmore:visited{font-size:12px;text-decoration: none; color: #2c2c2c;font-family:Arial;font-weight:bold}
    A.readmore:hover{font-size:12px;font-style: normal; color: #ed1c24; text-decoration:underline;font-family:Arial;font-weight:bold}		
		A.copyright:link{font-size:12px;color:#ffffff;font-family:Arial;font-weight: bold}
    A.copyright:visited{font-size:12px;text-decoration: none; color: #ffffff;font-family:Arial;font-weight: bold}
    A.copyright:hover{font-size:12px;font-style: normal; color: #ffff00; text-decoration:underline;font-family:Arial;font-weight: bold}
			
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 -4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: 10px 17px 8px;/* 1st number=text vertical height 2nd number=blockspace 3rd number block height */
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	/*-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 0px;
}

.bigrounded {
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* blue */
.blue {
	color: #ff0000;
	border: solid 1px #777777;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#e10f0e), to(#500200));
	background: -moz-linear-gradient(top,  #e10f0e,  #500200);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10f0e', endColorstr='#500200');

}
.blue:link {
	color: #ffffff;
}
.blue:visited {
	color: #ffffff;
}
.blue:hover {
	color: #ffffff;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff845a), to(#e10f0e));
	background: -moz-linear-gradient(top,  #ff845a,  #e10f0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff845a', endColorstr='#e10f0e');
}
	.blue:active2 {
	color: #b2853b;
	border: solid 1px #bdbdbb;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a3ff), to(#003366));
	background: -moz-linear-gradient(top,  #84a3ff,  #003366);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a3ff', endColorstr='#003366');
/*.blue:active2 {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');*/
}			
	 #body
      {
			position:relative;
			z-index: 1;
      width:100%;
			overflow: hidden;
			height: auto;
			border:0px solid #4c4c4c;
      background-image:url("/images/pages/header-bk3.jpg");background-repeat:repeat-x;background-attachment: scroll; background-position:top left;

			padding: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin: 0 auto;   /* align for good browsers */
		  text-align: left; /* counter the body center */
			 }
		#header
      {
      position:relative;
			z-index: 1;
	    width:1014px;
			height:152px;
      border:0px solid #000000;
      background-image:url("/images/pages/ucof-pages-01.jpg");
			padding: 0px;
			padding-top: 0px;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
      }			
		.headercontent
      {
      position:relative;
			z-index: 1;
      width:100%px;
			border:0px solid #ffffff;
			padding: 0px;
			padding-top: 121px;
			padding-right: 0px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: right;
      font: normal 15px arial ;
			color: #ffffff;
			}			
		#copyright
      {
      position:relative;
      width:100%;
			padding: 0px;
			background-image:url("/images/pages/footer-bk.jpg");background-repeat:repeat-x;background-attachment: scroll; background-position:top left;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			clear: both;
      border:0px solid #ff0000;
      }					
			.copyrightcontent
      {
      position:relative;
      width:100%;
      border:0px solid #000000;
			background: none;
			padding-top: 4px;
			padding-bottom: 115px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 6px;
			margin-bottom: 4px;
      font: normal 11px arial ;
			color: #ffffff;
			text-align: center;
      }												
		#pages
      {
      position:relative;
			z-index: 2;
      width:1014px;
			border:0px solid #000000;
      background:none;
			padding: 2px;
			clear: both;
			margin-left: 4px;
			margin-right: 1px;
			margin-top: 4px;
			margin-bottom: 0px;
      }
			.pageleft
			{
			float: left;
			overflow: hidden;
			z-index: 1;
			border:0px solid #000000;
			width: 247px;
			background:none;
			padding: 0px;
			margin-bottom: 0px;
			}	
			.pageright
			{
			float: right;
			overflow: hidden;
			border:0px solid #2c2c2c;
			width: 755px;
			background:none;
			padding: 0px;
			margin-left: 4px;
			margin-top: 0px;
			margin-bottom: 4px;
      font: normal 13px arial;
			font-weight:normal;
			color: #000000;			
			}
			
		#columns
      {
      position:relative;
			z-index: 2;
      width:750px;
			border:0px solid #000000;
      background:none;
			padding: 2px;
			clear: both;
			margin-left: 4px;
			margin-right: 1px;
			margin-top: 4px;
			margin-bottom: 0px;
      }
			.columnleft
			{
			float: left;
			z-index: 1;
			width: 50%;
			border:0px solid #000000;
			background:none;
			padding: 0px;
			margin-bottom: 0px;
      font: normal 14px arial;
			font-weight:normal;
			color: #000000;				
			}	
			.columnright
			{
			float: right;
			border:0px solid #2c2c2c;
			width: 50%;
			background:none;
			padding: 0px;
			
			margin-top: 0px;
			margin-bottom: 0px;
      font: normal 14px arial;
			font-weight:normal;
			color: #000000;			
			}			
  		#contactus
      {
      font: normal 14px arial;
			font-weight:normal;
			color: #444444;
      position:relative;
      width:902px;
      border:0px solid #0000ff;
			padding: 0px;
			margin-left: 20px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 4px;
      }							 			
</style>
