﻿@import url(cu_detail.css);
body 
{	
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size : .7em;
	background: #FFF url('images/CUDesign_background.jpg') repeat-x
}
/*MENU*/
ul {    
  margin: 0;
  list-style: none;
  padding-left : 12%;
  padding-right : 10%;
  }
 
#nav li {
  float : left ;
  color : White ;
  font-family : Copperplate Gothic Light ;
  font-size : 1.2em;
  padding-left : 20px;
  padding-right : 20px;   
  letter-spacing : 2px;     
  line-height : 2.8em;
 /*
  height : 40px;
  he\ight : 38px;
	*/
 
  text-align : center;
  vertical-align : middle ;
  cursor : pointer ;
  }

#nav li:hover,#nav  li.over
    {
		color : #FF9900;
		background :  #042047 url("images/MenuReplaceTop.jpg") no-repeat;
		background-position : left -0px ;
		background-repeat : no-repeat ;	    
    }
/*END MENU*/
.header_blue
{
	color : #042047;
	font-family : Copperplate Gothic Light ;
	font-size : 1.2em;
	text-decoration : underline;	
	
}
.header_orange
{
	color : #FF9900;
	font-size : 1.2em;
	text-decoration : underline;
}
.header_green
{
	color : #62AB1C;
	font-size : 1.2em;
	text-decoration : underline;
}

/* global object styles */
.errmsg
{
	font-size : 10px;
	font-family : Arial ;
	color : Red;
}


