@charset "UTF-8";
/* CSS Document */

A:link {text-decoration:none; color:#ff0000} 
A:visited {text-decoration: none; color:#ff0000} 
A:active {text-decoration: none; color:#ff0000} 
A:hover {text-decoration: underline; color:#ff0000}

* { margin : 0;}
* { padding: 0;}

a {
   outline: none;
}

.clear {

	clear: both;

}

body { 
background: #ffffcc;
 }

#mainwrap { 
width:900px;
margin: 0 auto ; 
top:0px ; 
position: relative;
background: none;
height:auto;
}

#header{
height:162px; background:#fdfdfd; width:900px; }

#body_content{
position:relative;
background:#fdfdfd;
top:0px;
width:900px;
height:auto;
min-height:500px;

}

#nav_main { position:absolute; top:133px;  width:900px; height:29px; background:#e1e1e1;}
#nav_main ul {  color: #000; font-size: 90%; font-family: Arial, Helvetica, sans-serif; letter-spacing:.5px;}
#nav_main ul li { display: inline; }
#nav_main ul li a {  color:#000; text-decoration: none; line-height:22px;}
#nav_main ul li a:hover { color:#ff0000; text-decoration:underline; }

#nav_main .active a{ color:#ff0000; text-decoration:none; }

li#nm_01 { position:absolute;top :3px; left:15px; }
li#nm_02 { position:absolute;top :3px; left:70px; }
li#nm_03 { position:absolute;top :3px; left:160px; }
li#nm_04 { position:absolute;top :3px; left:235px; }
li#nm_05 { position:absolute;top :3px; left:455px; }

.logo{
position:absolute;
background:url(../images/u3alogo.jpg) no-repeat;
width:173px;
height:133px;
display:block;
left:0px;
top:0px;
text-indent:-9999px;
overflow:hidden;
}

.tagline { position:absolute; left: 250px; top: 50px ; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:24px; }



p { font-family:Arial, Helvetica, sans-serif; line-height:25px; font-size:16px; margin-bottom:10px }

tr, th, td { font-size:14px;
padding-right:20px; border:#000000 solid 1px;
padding:5px; font-family:Arial, Helvetica, sans-serif; width:150px

}

#tables { text-align:center; }



th { color:#000 ; background:#e1e1e1; }
table { width:800px; }

#inner { position:relative; left:15px; top: 25px; width:850px; padding-bottom:50px; margin-bottom:0px; }

h1 { font-family:Arial, Helvetica, sans-serif; margin-bottom:5px; }
h2 { font-family:Arial, Helvetica, sans-serif; margin-bottom:5px; }
h3 { font-family:Arial, Helvetica, sans-serif; margin-bottom:5px; }
h4 { font-family:Arial, Helvetica, sans-serif; margin-bottom:5px; }

.red { color:#ff0000 }
