/*UHS homepage styles */


* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body 
-------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align:center;
	font-size: 14px;
	font-weight: normal;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
 	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 5px;
	text-align: center;
 	color: #fff;
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
 	text-align: center;
 	font-size:14px;
 	font-weight: normal;
 	color: #CCCCCC;
}
 
img.sun {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 400px;
}

/* Layout
-------------------------- */
#container {
	width: 760px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	background-color: #000000;
}

#header {
	height: 60px;
	padding-top: 5px;
	padding-bottom: 26px;
	background-color: #000000;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	background-color: #000000;
	text-align: center;
	font-size: 13px;
	color: #5d7d96;
}

#nav {
	height:40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	white-space:nowrap;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:30px;
	word-spacing:2px;
	color:#FFFFFF; 
}

#footer {
	background-color: #000000;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-top: 2px solid #000000;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #5d7d96;
}

/* Styles
-------------------------- */
a:link {
	color: #FFFFFF; 
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #5d7d96; 
	text-decoration: underline;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.style1 {
	font-size: 16px;
	font-weight:bold;
	color: #5d7d96;
	padding-left: 2px;
	padding-right:2px;
}

.style2 {
	color: #5d7d96;
	font-size: 12px;
}
