@charset "UTF-8";
/*
Title:      Styles for UCMI/main
Author:     Martin Caton, martin@catondesigns.com
Updated:    June 2009
*/

/* STRUCTURE styles */

body      { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px; background-color: #eaead9; margin: 0; padding: 0; 
	}

#headerBack {
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	background-image: url(images/headerBack.gif);
	background-repeat: repeat-x;
	}

#topBar {
	width: 750px;
	height: 50px;
	}

#mainGraphic {
	width: 750px;
	height: 250px;
	background-image: url(images/mainGraphic.jpg);
	background-repeat: none;
	}

#content {
	width: 700px;
	padding: 25px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
ul.list {
	padding-top: 0px;
	padding-left: 16px;
	margin: 0px;
	list-style-type: disc;
}
ul.list ul{
	padding-top: 0px;
	padding-left: 8px;
	margin: 0px;
	list-style-type: none;
		}

/* Nav */

a, a:visited   { color: #6f7f13;
	text-decoration:  underline;
	font-weight: bold;
 }
a:hover            {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#contact a {
	height: 24px;
	width: 83px;
	background: url("images/button_cs.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#contact a:hover {
   background-position: 0px -24px;
   }

#home a {
	height: 27px;
	width: 105px;
	background: url("images/button_home.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#home a:hover {
   background-position: 0px -27px;
   }

#exec a {
	height: 27px;
	width: 105px;
	background: url("images/button_exec.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#exec a:hover {
   background-position: 0px -27px;
   }

#become a {
	height: 27px;
	width: 224px;
	background: url("images/button_become.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#become a:hover {
   background-position: 0px -27px;
   }

/* TEXT styles */

.title    {
	font-size: 18px;
	font-weight: bold;
	}

.lrg    {
	font-size: 13px;
	line-height: 20px;
	}

.foot    {
	font-size: 9px;
	text-align: center;
	color: #2451a6;
	}

.sml    {
	font-size: 9px;
	line-height: 11px;
	color: #999999;
	}
.field {width: 203px;}
select {width: 210px; 
 }
textarea {width: 426px; 
 }
