﻿@import url("layout.css");
body {
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-image: url("../images/background2.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
#container {
	border-left: 1px #DCDCDC solid;
	border-right: 1px #DCDCDC solid;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	border-bottom: 2px #FFC221 solid;
	background-color: #fff;
}
#contentPlaceHolder {
	width: 600px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: auto;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}

#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

#mastheadPicture {
	background-image: url('../images/newMasthead.jpg');
	height: 124px;
	width: 513px;
	margin-left: 10%;
	margin-right: 10%;
}

#mastheadUHPicture {
	background-image: url('../images/UHMasthead2.jpg');
	height: 144px;
	width: 666px;
	margin-left: 5%;
	margin-right: 5%;
}

#mastheadStudentsPicture {
	background-image: url('../images/mastheadstudentseducation.jpg');
	height: 149px;
	width: 700px;
	margin-left: 5%;
	margin-right: 5%;
}


#mastheadSportsPicture {
	background-image: url('../images/mastheadsportsmed.jpg');
	height: 143px;
	width: 700px;
	margin-left: 5%;
	margin-right: 5%;
}

#navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #fff;
}
#leftnavigation {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page_content {
	position: relative;

	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}
#leftsidebar {
	padding: 5px 0 5px 0;
	border: 0;
	width: 200px;
	position: absolute;
	left: 10px;
}
#content {
	margin-left: 150px;
   	margin-right:250px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 152px;
	margin-right:252px;
		}
	html>body #centercontent {
	margin-left: 152px;
	margin-right:252px;
}
	
#sidebar {
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	right:35px;
	
}

#footer {
	clear: both;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	font: 100% Calibri, Tahoma, Arial;
	color: #00364C;
	text-transform: capitalize;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	font: normal normal bold large Calibri, Tahoma, Arial;
	color: #005C82;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #005C82;
}
#content h1 {
	color: #00364B;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	font: medium;
	color: #00364C;
	text-decoration: underline;
	font-family: Calibri, Tahoma, Arial;
}
a:hover {
	color: #0099CC;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
