/* CSS Document */


body
{
	padding: 0px;
	margin: 0px;
	/*background-image: url(images/bkgrnd_gradient.jpg);*/
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	color: black;
	font-size: 13px;
}

table, td
{
	border: thin black solid;
	/*border-style: black solid;*/
	/*border-collapse: separate;*/
}

a:link { color:#0000FF }
a:visited { color:purple; }
a:active { color:#D53D00; font-weight:bold; }
a:hover { color:#D53D45; text-decoration:none; }

.subnote
{
	font-size: 8pt;
	font-style: italic;
}

#errorMessages
{
	font-size: 11pt;
	color: red;
	font-weight: bold;
}

#wrapper
{
	margin: 0 auto;
	width: 760px;
	/*position: relative;*/
	background: white;
	/*background: #ece9d8;*/
	font-family: Verdana, Arial, Helvetica, Garamond, sans-serif, "Times New Roman";
	border: thin black solid;
	min-height: 100%;
	height: auto !important;
}

#wrapper #sidebar
{
	background: #160286;
	/*background-image: url(images/logo.png) no-repeat;*/
	width: 200px;
	float: left;
}

#wrapper #sidebar img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0px;
}

#wrapper #header
{
	width: 560px;
	height: 108px;
	color: white;
	float: right;
	font-weight: bold;
	margin-bottom: 10px;
	background: #160286;
}

#wrapper #header #banner
{
	position: relative;
	height: 22px;
	padding: 10px;
}

#wrapper #header #pageTitle
{
	position: absolute;
	top: 90px;
	text-align: left;
	text-transform: uppercase;
}

#wrapper #header #schoolName
{
	position: relative;
	text-align: right;
}

#wrapper #content
{
	width: 560px;
	float: right;
	background: white;
}

div.figure
{
	float: right;
	/*width: 17%;*/
	/*border: thin silver solid;*/
	margin: 0.5em;
	padding: 0.5em;
}

div.figure p
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

div.altFigure
{
	float: left;
	/*width: 13%;*/
	/*border: thin silver solid;*/
	margin: 0.5em;
	padding: 0.5em;
}

div.altFigure p
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

div.biofigure
{
	float: right;
	width: 30%;
	/*border: thin silver solid;*/
	margin: 0.5em;
	padding: 0.5em;
}

div.biofigure p
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

#footer
{
	width: 100%;
	position: relative;
	height: 100%;
	/*background-color:#7484ad;*/
	/*color:white;*/
	text-align:center;
}

#footer p
{
	border: 0px;
	padding: 5px;
	font-size: 12px;
}

#makeItBold
{
	font-weight: bold;
}

div.specialOne
{
	border: thin black solid;
	width: 540px;
	height: 150px;
}

div.specialOne img
{
	border-right: thin black solid;
	float: left;
	padding: 5px;
}

div.specialOne p
{
	padding: 10px 5px 10px 10px;
}

div.specialTwo img, div.specialTwo a, div.specialTwo p
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.specialThree ul
{
	list-style-image: url:(images/smiley_small.gif);
}
