﻿html, body
{
	background-color: #373737;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a
{
	color: #006672; 
}

a:hover
{
	text-decoration: none;
}

img#bg
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#frame
{
	width: 752px;
	position: absolute;
	left: 50%;
	margin-left: -376px;
	top: 15px;
	padding-bottom: 30px;
}

#logo a
{
	height: 77px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
}

#nav
{
	color: White;
	position: absolute;
	left: 50%;
	margin-left: -453px;
	top: 100px;
}

#board
{
	width: 751px;
	height: 507px;
	background-image: url(images/board.png);
	margin-top: 10px;
}

#overBoard
{
	width: 675px;
	position: absolute;
	top: 50px;
	left: 38px;
}

#contentPanel
{
	width: 539px;
	height: 715px;
	background-image: url(images/contentPanel.png);
	background-repeat: no-repeat;
	overflow: auto;
	float: left;
}

#stickiesPanel
{
	float: left;
}

#stickyResources
{
	background-image: url(images/stickyResources.png);
	width: 111px;
	height: 109px;
	margin-top: 150px;
}

#sRContent
{
	padding: 45px 10px 10px 12px;
	color: #006672;
}

#sRContent ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	list-style-image: url(images/ULdash.png);
}

#sRContent li a
{
	text-decoration: none;
}

#stickyPink
{
	background-image: url(images/stickyPink.png);
	width: 126px;
	height: 129px;
	margin-top: 50px;
}

#sPContent
{	
	padding: 40px 15px 10px 10px;
	color: #006672;
}

#pageTitle
{
	color: #5a8a89;
	font-size: 18px;
	font-weight: bold;
	font-family: "Verdana";
}

#pageContent
{
	margin-top: 10px;
	height: 355px;
	overflow: auto;
}

#footer
{
	margin-top: 170px;
	text-align: center;
	color: gray;
	font-size: 12px;
	padding-right: 150px;
}

#footer a
{
	color: gray;
	text-decoration: none;
}

#footer a:hover
{
	color: White;
}

.sectionTitle
{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.sectionBody
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.previews
{
	margin-top:5px;
}

.imgPreview
{
	border: 1px solid black;
	width: 100px;
	height: 100px;
	margin: 0px 5px 5px 0px;
}

.bgPreview
{
	border: 1px solid black;
}