body {
	margin: 0px;
	padding: 0px;
	background-color: #996633;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight:bold;
	color: #993300;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}

a:hover {
	text-decoration: underline;
	color: #330000;
	font-weight: bold;
}

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #FFFBFD;
	background-image: url(images/UCEbanner.gif);
	background-position: center;
}

#header h1 {
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
}

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #FFCC99;
	border-color: #663300;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content p, #content ul, #content ol {
	line-height: 100%;
}

#left {
	float: left;
	width: 750px;
	margin: 0px auto;
	padding: 10px;
	background-color: #FFCC99;
}

#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #333333;
	background-color: #FFCC99;
}

.style2 {
	font-size: 8px;
	font-weight:bold;
}

.style3 {
	font-size: 14px;
	font-weight:500;
}

.style4  {
	font-size:18px;
	font-weight: bold;
}

.style6  {
	font-size:24px;
	font-weight: bold;
}

.style7  {
	font-size:36px;
	font-weight: bold;
}

.style8 {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.style9 {
	font-size: 18px;
	font-weight:bold;
	color: #660000;
	font-style: italic;
}

.style10 {
	font-size: 14px;
	font-weight:bold;
	color: #660000;
	font-style: italic;
}

