﻿@charset "utf-8";
@font-face {
	font-family: UHSU;
	src: url('../../fonts/UHSU_Book.ttf');
}

@font-face {
	font-family: UHSU Bold;
	font-weight: bold;
	src: url('../../fonts/UHSU_Bold.ttf');
}
body {
	margin: 0;
}
#page {
	width: 1000px;
	margin: auto;
	font-family: "UHSU";
	background-color: #FFFFFF;
}
#newsticker {
	width: 825px;
	background: red;
	overflow: hidden;
	margin: 5px 0 5px 0;
	height: 30px;
}
#newsline li {
	list-style: square;
	margin-top: -13px;
}
#newsline a {
	color: white;
	text-decoration: underline;
	margin: 0;
	padding: 3px 0 3px 0;
}
h1 {
	font-family: UHSU Bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 4px 0px;
	font-size: x-large;
	color: #38B5C7;
	font-weight: 200;
}
h2 {
	font-family: UHSU Bold;
	width: 100%;
	margin: 3px 0px 3px 0px;
	padding: 3px 0 4px 0px;
	font-size: 1.2em;
	color: #38B5C7;
	font-weight: 300;
}
h3 {
	font-family: UHSU Bold;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 3px 0px;
	font-size: 1.0em;
	color: #38B5C7;
	font-weight: bold;
}
h4 {
	font-family: UHSU Bold;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 3px 0px;
	background-color: #FB9820;
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
}
a {
	color: #38B5C9;
	text-decoration: none;
}
a:hover {
	color: #761D80;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	content: normal;
}
p {
	font-size: 0.9em;
}
#header {
	width: 1000px;
	height: 150px;
	background: url('../../images/website header.png') no-repeat;
}
#menu {
	height: 50px;
	font-size: small;
	background: #60246B;
	background-image: url('../../images/menuhover.png');
}
#menu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	padding: 17px 27px 17px 27px;
	text-decoration: none;
	color: #FFF;
}
#menu li a:hover {
	color: #FFFFFF;
	background-image: url('../../images/menu.png');
}
#sidemenu {
	font-size: small;
	width: 150px;
	float: left;
}
#sidemenu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
#sidemenu li {
	display: inline;
}
#sidemenu li a {
	background-color: #38B5C7;
	background-image: url('../../images/menu.png');
}
#sidemenu li ul a {
	background-color: #FFFFFF;
	background-image: url('../../images/white.png');
}
#sidemenu li ul a:hover {
	color: #fff;
}
#sidemenu li a {
	float: left;
	width: 150px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: black;
}
#sidemenu li a:hover {
	color: #FFFFFF;
	background-image: url('../../images/menuhover.png');
}
#content {
	width: 827px;
	float: right;
}
#content p
{
	font-size: 1.0em;
}
#footer {
	width: 1000px;
	height: 100px;
	clear: both;
	background: url('../../images/website footer.png') no-repeat;
}
#footer2 {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	width: 100%;
	background: #38B5C7;
	text-align: center;
	font-size: small;
}
#footer2 a {
	color: #fff;
}
/*Homepage DIVS*/
.frontnews {
	width: 545px;
	margin-right: 5px;
	float: left;
	height: auto;
}
.sidednews {
	float: right;
	width: 250px;
	overflow: hidden;
	font-size: small;
}
.othernews {
	float: right;
	width: 250px;
	padding-bottom: 5px;
}
#sidenews {
	width: 248px;
	font-size: medium;
	font-weight: bold;
	float: right;
	margin-top: 2px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #EBEBEB;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px gray solid;
}
.subnews {
	width: 570px;
	float: left;
	border: 0;
}
#littlenews {
	width: 570px;
	min-height: 110px;
	float: left;
	overflow: hidden;
	background: #E8E8E8;
	margin-right: 5px;
	margin-top: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px gray solid;
}
#login {
	padding-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	text-align: center;
	height: 100%;
}
#login input {
	height: 35px;
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	margin-bottom: 10px;
}
