/* UHS Pages
--------------------
*/


* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body 
-------------------------- */

body,td,th {
	background-image: url(images/tile-white.gif);
	background-repeat: repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #400080;
}

p {
 margin-top: 0px;
 margin-bottom: 12px;
}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	padding-bottom: 10px;
	line-height: 20px;
}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
	padding-top: 10px; 
	padding-bottom: 10px;
}

h3 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

h4 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

h5 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

/* Layout
-------------------------- */

#container {
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;	
}

#header {
	height: 100px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top:20px;
}

#footer {
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	word-spacing: 2pt;
	line-height: 22px;
	text-align:center;
	font-size: 12px;
}

/* Tables
-------------------------- */

table.data th, table.data td {
  border: 1px;
  padding: 5px;
}

table.data {
  border: 4px solid white;
  background-color: #996699;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
}

table.one{
table-layout: auto;
border-collapse: collapse;
border-spacing: 20px 20px;

}

/* Images
-------------------------- */
img.head {
    display: block;
    margin-left: auto;
    margin-right: auto;
		width: 445px;
		height: 85px;
}

img.arrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
		height:23px;
		width:22px;
		border:0px;
		padding-top:10px;
}

img.hri {
    display: block;
    margin-left: auto;
    margin-right: auto;
		height:7px;
		width:445px;	
}	
	
img.block {
    display: block;
    margin-left: auto;
    margin-right: auto;
		padding-bottom:10px;
		padding-top:10px;
}

img.floatRight { 
    float: right; 
    margin: 1 1 2px 3px;
		height: 298px;
		width: 191px;
}

/* Links
-------------------------- */

a:link {
	color: #800080;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #400080;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}
	
/* Lists
-------------------------- */

ul, ol {
	margin-left: 40px;
	padding-top: 4px; 
	padding-bottom: 4px;
	line-height: 20px;
}
ul {
	list-style-type: disc; 
}
ol {
	list-style-type: decimal;
}

/* Styles
-------------------------- */

.style1 {
	font-size: 16px;
}
.style2 {
	color: #800040;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
}

.style4 {
	color: #800080;
	font-weight: bold;
}

.style5 {
	color: #660000;
	font-weight: bold;
}

.style6 {
	color: #FF0000
}



