/* Set up the basic body stuff */
body		{
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000059;
}

/* Now lets sort out the 'div' definitions */

/* Wrap it all in this */

#wrapper	{
		text-align: left;
		width: 100%;
		font-size: 100%;
}

/* Define the specific requirements for the headers */

#pageheader {
	text-align: center;
	width: 100%;
}
#header {
	text-align: center;
	border-top: 10px double #8080FE;
}
#header h1 {
	font-family: Garamond;
	font-size: 180%;
	width: 100%;
}

/* Now lets do the navigation area to make it look pretty */

#nav {
	font-size: 16px;
	width: 180px;
	float: left;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-left: -40px;
	text-align: left;
}
#nav a:link, #nav a:visited {
	color: #000080;
	text-decoration: none;
	background-color: #BFBFFE;
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000059;
}
#nav a:hover {
	background-color: #8080FE;
	color: #FFFFFF;
}

/* Make a little box to put course information into when available */

#notices {
	width: 176px;
	border-width: 1px;
	border-style: solid;
	border-color: #000059;
	padding-left: 5px;
}

/* Now the main content area */

#content {
	font-size: 14px;
	text-decoration: none;
	padding-left: 200px;
	background-image: url(images/so_bg_30.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#content li {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #000080;
}
#content h2 {
	font-family: Garamond;
	font-size: 160%;
	width: 80%;
	text-align: center;
}
#content h3 {
	font-family: Garamond;
	font-size: 140%;
	width: 80%;
	text-align: left;
}

/* Define the footer characteristics */

#footer		{
		clear: both;
		text-align: center;
		font-size: 80%;
		border-top: 10px double #8080FE;
}

/* Now lets do some class definitions */

.address {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.design {
	font-size: 80%;
	font-family: "Old English Text MT";
	font-size: 12pt;
	font-weight: normal;
}
.tcs {
	font-size: 30px;
	font-family: CommercialScript3;
	font-weight: normal;
}
