body {
	background-image: url(images/uma_background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #043B6A;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F00;
}


#container {
	width: 855px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
}
#header_container {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: auto;
}
#header {
	width: 855px;
	height: 125px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	}
	
#preheader {
	background-color: #C8D6E0;
	width: 100%;
	height: 15px;
	text-align: right;
	font-size: 10px;
}

#subheader {
	background-color: #C8D6E0;
	height: 16px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}
#subcontainer {
	background-color: #FFF;
	width: 100%;
}
#sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1200px;
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	background-color: #043B6A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



#container #sidebar_left #navtable {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #C8D6E0;
}
#container #sidebar_left #navtable tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#container #sidebar_left #address {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.white {
	color: #FFF;
}

#middle {
	float: left;
	width: 375px;
	padding: 0px;
}

#right {
	float: right;
	width: 301px;
	padding: 0px;
}
#latest {
	float: left;
	width: 660px;
}

#container #subcontainer #right .padding .box img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer {
	clear: both;
	height: 125px;
	width: 100%;
	background-color: #043B6A;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #C8D6E0;
	text-align: center;
	font-weight: bold;
}

div.spacer {
	clear:both;
	height:0px;
	display:block;
}

.padding {
	padding: 10px;
}
.padding2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 18px;
	color: #022848;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	padding: 0px;
	font-size: 12px;
	color: #666;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;	
}

p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr {
	color: #C8D6E0;
	background-color: #C8D6E0;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-bottom: 2px;
	margin-top: 0px;
}

a.white:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.white:active {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.white:hover {
	color: #CCC;
	font-weight: bolder;
	text-decoration: underline;
}

.box {
	border: 2px solid #C8D6E0;
	padding: 10px;
	text-align: justify;
}

.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.page_head {
	padding: 5px;
	border: thin solid #C8D6E0;
}
