/***** Page Formating ******/

body {
	text-align: center;
	margin: 20px; /* Change the xxx in url(xxx) to a link to the background image. If there is no background image (you have a white background), remove this line. */
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	background-color: #F0F8FF;
}

/*** General Text Formatting ***/
H1, H2, H3, H4, H5, H6 { 
	font-style: normal; 
	font-weight: bold;
	color:#000000;
}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{font-size: 16px;}
H4	{font-size: 14px;}
H5	{font-size: 12px;}
H6	{font-size: 9px;}

p {
	font-style: normal;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.boldunderline{
	font-weight: bold;
	text-decoration: underline;
}

.bolditalicunderline{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.italicunderline {
	font-style: italic;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.slogan {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

.credits {
	color:#000000;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

ol li {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
}

/*** Colors for Body_right***/
.normal {
	color: #000000;
	background-color:#FFFFFF
}

.normal H1, H2, H3, H4, H5, H6 {
	color: #000000;
}

.normal a {
	color: #000099;
	text-decoration: underline;
}

.normal a:visited {
	color: #000000;
	text-decoration: underline;
}

.blue_right H4, H1, H2, H3, H5, H6 {
	color: #000099;
}

.blue_right a {
	color: #000099;
	text-decoration: underline;
}

.blue_right a:visited {
	color: #000000;
	text-decoration: underline;
}

.purple_right H1, H2, H3, H4, H5, H6 {
	color: #660099;
}

.purple_right a {
	color: #660099;
	text-decoration: underline;
}

.purple_right a:visited {
	color: #000000;
	text-decoration: underline;
}

.red_right H1, H2, H3, H4, H5, H6 {
	color: #CC0033;
}

.red_right a {
	color: #CC0033;
	text-decoration: underline;
}

.red_right a:visited {
	color: #000000;
	text-decoration: underline;
}

/*** Colors for Body_left ***/

.blue_left {
	background-color:#000099;
	color: #F0F8FF;
}

.blue_left a {
	color: #F0F8FF;
	text-decoration: underline;
}

.blue_left a:visited {
	color: #F0F8FF;
	text-decoration: underline;
}

.purple_left {
	background-color:#660099;
	color: #F0F8FF;
}

.purple_left a {
	color: #F0F8FF;
	text-decoration: underline;
}

.purple_left a:visited {
	color: #F0F8FF;
	text-decoration: underline;
}

.red_left {
	background-color:#CC0033;
	color: #F0F8FF;
}

.red_left a {
	color: #F0F8FF;
	text-decoration: underline;
}

.red_left a:visited {
	color: #F0F8FF;
	text-decoration: underline;
}

/*** WRAPPER - encloses #header, #nav, #contect, and #footer. It fixes the width of the page. Currently 780 pixels. Change width accrodingly for the site. ***/ 
#wrapper {
	width: 800px;
	margin: 0 auto;
	border: none;
	background-color: #FFFFFF;
}

/*** HEADER - the area for the header image. Gennerally, there is no text here. ***/
#header {
	text-align: center;
}

/*** Navigation Text Formatting ***/
/* See nav.css file */

/*** CONTENT - encloses the #left and #right areas. ***/
#content{
	overflow: hidden;
}

/*** LEFT fixes the width of the left column. Default is 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 180px;
	padding: 10px;
	padding-bottom: 10000px;
	margin-bottom: -9980px;
	text-align: left;
}

/*** Left Text Formatting ***/

#left p {
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
	padding: 3px;
}

#left ul li {
	font-size: 14px;
	list-style-type: square;
}

/*** RIGHT fixes the width of the right column. Default is 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	float:right;
	width: 580px;
	padding: 10px;
	padding-bottom: 3000px;
	margin-bottom: -2980px;
	text-align: left;
}

/*** Right Text Formatting ***/
#right p {
	font-size: 14px;
	line-height: 17px;
}

#right ul li {
	font-size: 14px;
	line-height: 17px;
	list-style-type: disc;
}

/*** FOOTER - the area for the company name, address, phone number, and copyright test. ***/
#footer {
	clear:both;
	text-align: center;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
	background-color: #DAE1DF;
}

/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#000000;
	margin-bottom: 5px;
}

.footer {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.copyright{
	font-size: 9px;
	font-style: italic;
}

/*** Contact Text Formatting ***/
.FormText {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #F0F8FF;
	text-decoration: none;
	background-color: #000099;
	font-weight: bold;
}

.error {
	color: #FF0000;
}

/*** Table Specials--Workshops, etc. ***/
.WrkShpText {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #036;
	text-decoration: none;
	background-color: #CCC;
	font-weight: bold;
}

