@charset "utf-8";
/******** upms body elements ********/

* {
	margin: 0px;
	padding: 0px
	border: 0px;
}

body {
	background: #000000 url(images/body_bg.png) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif ;
	font-size: .90em;
	line-height: 1.5em;
	color: #FFFFFF;
}

/******** upms layout elements ********/

.upms_wrapper {
	width: 800px;
	background: #000000 url(images/content_bg.png) repeat-x;
	margin: 0px auto;

}

.header {
	margin: 0px;
	height: 264px;
	background: url(images/header_img.png) no-repeat top center;
	text-align: center;
}


.content {
	margin: 0px 0px 0px 0px;
	padding: 1.5em 1em 1.5em 1em;
	text-align: center;
}

.footer {
	margin: 0px 0px 0px 0px;
	padding: 1.5em;
	clear: both;
	text-align: center;
}

.credlinks{
	margin: 0px 0px 0px 0px;
	font-size: .85em;
	text-align:center;
	padding: 1em;
}

.menu-align-right{ 
	text-align: right;
	}
.menu-align-left{ 
	text-align: left;
	}
.menu-align-center{ 
	text-align: center;
	}

/******** upms document styles ********/

h1 {
	font-size: 1.5em;
	color: #FF0000;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	color: #FF9900;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #cfcfcf;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 0px 0px 15px 0px;
}

.footer p {
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
}

img{ 
	margin: 8px 8px 6px 8px;
	border: 1px solid #666666;
	}
/******** upms list styles style ********/

ul li {
	margin: 0px 0px 0px 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}


/*table */
#table_email{
	background: url(images/email-box.png) no-repeat 345px bottom; margin: 0px auto;
	}


