﻿@import url("layout.css");
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFD222;
	color: #339933;
}
#container {
	width: 710px;
	margin: 10px auto;
	background-color: #800080;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	border:4px #ff9933 outset;
}
#masthead {
	text-align: center;
	width: 700px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-image: url('../images/fireworks.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	color: #ffff66;
}
#masthead_text {
	margin-left:120px;
}
#masthead h2 {
	color:yellow;
}
#sidebar {
	position: relative;
	float: left;
	width: 125px;
	background-image: url('../images/sidebar.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	color:yellow;
	height:525px;
}
#content {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFCC;
	color:#800080;
}
#footer {
	text-align: center;
	clear: both;
	width: 575px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #A9A9A9;
	color: #FFFF66;
	margin-left: 130px;
}
#bio {
	width:400px;
	height:400px;
	color:#002148;
	background-color:#ffffcc;
}
#calendar {
	color:#000;
	padding-left:6px;
	font-size:12pt;
}
#calendar td {
	color:#000;background-color:#fff;
	margin-left:12px;
	padding: 4px 0px 0px 8px;
	font-size:10pt;
}
#calendar table {
	color:#000;background-color:#fff;
	margin-left:20px;
	padding: 4px 0px 0px 8px;
	width:90%;
}
#calendar h4 {
	color:#002148;
	background-color:#fff;
	margin-left:12px;
	padding: 4px 0px 0px 4px;
	font-weight:bold;
	font-size:12pt;
}
#photogallery {
	text-align:center;
}
#contactform {
	width=520px;
	margin:10px	10px 10px 10px;
	background-color:#fff;
	color:#339933;	
}
#contactform td{
	vertical-align:top;
}
#adminform {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11pt;
	font-weight: bold;
	line-height:14pt;
}
#alumdemo {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	color: black;
}
#alumdemo td {
	width:100%;
	padding:2px 2px 2px 2px;
}
#alumdemo p {
	text-align:center;
	padding:2px 2px 2px 2px;
}
/* Masthead Styles */
#masthead h1 {
	color: red;
	font-size: 20pt;
}
#masthead h3 {
	color: red;
	text-transform: capitalize;
	font-size: 16pt;
}
#masthead h4 {
	color: #339933;
	font-variant: small-caps;
	text-decoration: blink;
	font-size: 12pt;
}
#masthead a {
	color: #ffffff;
	text-decoration: underline;
	margin:3px 3px 3px 3px;
}
#masthead a:hover {
	color: #800080;
	text-decoration: underline;
	border: 1px solid #5f8ea9;
	background-color: #F095FF;
}
/* sidebar Styles */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#sidebar a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	margin: 3px;
	border: 3px none #3366CC;
	color: #ffff66;
	text-decoration: underline;
}
#footer a:hover {
	border: 3px outset #3366CC;
	margin: 3px;
	color: #800080;
	text-decoration: none;;
	background-color: #F095FF;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.warning {
	color:red;font-weight:bold;font-size:11px;
}
#contactform {
	width:620px;
	margin:10px	10px 10px 10px;
	background-color:#fff;
	color:#339933;	
}
#contactform table {
	width:616px;
}
#contactform td{
	vertical-align:top;
}
#contactform td.col1 {
	width:110px;
	font-size:12px;font-weight:bold;
}
#contactform textarea {
	font-family:Verdana;font-size:12px;
	width:470px;
	height:120px;
}
#contactform input {
	font-family:Verdana;font-size:11px;
	width:280px;
}
#contactform td.centerbtns {
	text-align:center;
}
#contactform .smbtns {
	width:100px;
}
