body {
	font-family: Helvetica;
	font-size: 1em;
	background-color: #005895;
	margin: 0;
    text-align: center;
}

#global {
	text-align: center;
    width: 799px;
    background-color: #005895;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

#header {
	padding: 8px 0 0 0;
	width: 799px;
	height: 105px;
	background: #ffffff url(../images/uis_logo_top3.gif) no-repeat top left;
}

#footer {
	text-align: center;
	background-color: #005895;
	width: 799px;
	text-align: right;
	padding: 20px 0;
	color: #ffffff;
	font-size: .9em;
}

#top-menu {
	float: left;
	text-align: left;
	background: #003358 url(../images/top_menu_grad.gif) no-repeat top left;
	height: 31px;
	width: 799px;
}

#top-menu div {
	float: left;
	padding: 0 6px;
	color: #f4f4f4;
	font-size: 1em;
	height: 25px;
	top: 0px;
	padding-top: 6px;
	position: relative;
}

#front-rotate {
	float: left;
	background: #003358 url(../images/rotate_bg.gif) no-repeat top left;
	width: 799px;
	height: 141px;
	position: relative;
}

#const-text {
	text-align: left;
	top: 170px;
	position: absolute;
	background-color: #f0a610;
	color: #291b1b;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	width: 345px;
	padding: 20px 0 10px 20px;
}

#main-body {
	float: left;
	background: #ffffff url(../images/front-grad2.jpg) no-repeat top;
	color: #202020;
	text-align: left;
	width: 799px;
	font-size: .9em;
	line-height: 1.5em;
}

#main-body-2 {
	float: left;
	background: #ffffff url(../images/front-grad3.jpg) no-repeat top;
	color: #202020;
	text-align: left;
	width: 799px;
	font-size: .9em;
	line-height: 1.5em;
}

span.front-heading {
	font-size: 1.3em;
	font-weight: bold;
	color: #003358;
}

span.sub-heading {
	font-size: 1.1em;
	font-weight: bold;
	color: #003358;
}

span.location-name {
	font-size: 1.1em;
	font-weight: bold;
}

a.location {
	color: #0068b3;
	font-size: .8em;
}

a {
	color: #0068b3;
	font-size: 1em;
}

#drop-menu {
	padding: 5px 8px 5px 15px;
	text-align: left;
	color: #f4f4f4;
	cursor: pointer;
}

#drop-menu:hover {
	background: #003358;
	color: #f4f4f4;
}

div.drop-menu {
	padding: 5px 8px 5px 15px;
	text-align: left;
	color: #f4f4f4;
	cursor: pointer;
}

div.drop-menu:hover {
	background: #003358;
	color: #f4f4f4;
}

#drop-menu-title {
	padding: 9px 8px 5px 8px;
	text-align: left;
	color: #cccccc;
	font-weight: bold;
}

a.contact-dir {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 20px;
}

td.contact-dir-title {
	background: #c1def1;
	color: #2d2d2d;
	padding: 2px 5px 2px 5px;
}

td.contact-dir {
	border-top: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	white-space: nowrap;
}

td.contact-dir-pos {
	border-top: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

ul {
	list-style-type: disc;
}