/* Global Styles */

body {
	margin:0px;
	background-color:#9999FF;
	}

body h1 {
	position:absolute;
	top: 72px;
	left: 365px;
	font:11px arial !important;
	color: #550055 !important;
	}

body h2 {
	font:30px times new roman;
	color:#BB00BB;
	letter-spacing:.1em;
	line-height:38px;
	padding:0;
	margin:0;
	}

body h3 {
	font:20px times new roman;
	color:#8E00B3;
	letter-spacing:.1em;
	line-height:22px;
	padding:3px 0 0 0;
	margin:3px 0 0 0;
	text-align:center;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #BB00BB;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #880088;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:36px times new roman;
	color: #000000;
	letter-spacing:.1em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px arial;
	color: #550055;
	}

.smallText {
	font:12px times new roman;
	color: #BB00BB;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color:#BB00BB;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px arial;
	color:#333333;
	line-height:16px;
	}
	
.smallBodyText {
	font:10px arial;
	color:#333333;
	line-height:18px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.pgphLeadInText {
	font:16px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#8E00B3;
	}	
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.colOneMain {
	background-color:#ffffcc;
	}
	
.colOneUpper {
	background-color:#FF99FF !important ;
	}
	
.topBar {
	background-color:#FF99FF;
	}
	
.navBar {
	background-color:#CC00FF;
	}
	
.bodyTextArea {
	background-color:#FFFFFF;
	}
	
div.box {
	margin: 0 5px 5px 5px;
}

div.box h1, div.box h2, div.box h3, div.box h4, div.box h5, div.box h6 {
	text-align: center;
}

div.bigbox, div.midbox, div.smlbox, div.bigtopbox, div.bigbottombox, div.bigfixedbox {
	padding: 3px 10px 5px 30px;
}

div.outerbox {
	margin: 5px 0px 10px 5px;
	padding: 10px 20px 0 10px;
	}

div.quoteouterbox {
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	}

div.quotebox {
	margin: 5px 5px 5px 5px;
	padding: 5px 10px;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

/*reversebluebox*/

div.reversebluebox {
	background-color: #C0CFFF;
}
div.reversebluebox p {
	color: #0E2980;
}
div.reversebluebox a:link, div.reversebluebox a:visited {
	color: #B36D00;
}
div.reversebluebox a:hover, div.reversebluebox a:active {
	color: #2656F2;
}
div.reversebluebox h2, div.reversebluebox h3, div.reversebluebox h5 {
	background-color: #6078BF;
	color: #C0CFFF;
}
div.reversebluebox h2 a:link, div.reversebluebox h3 a:link, 
div.reversebluebox h5 a:link, div.reversebluebox h2 a:visited, 
div.reversebluebox h3 a:visited, div.reversebluebox h5 a:visited {
	color: #FFF;
}


/*purplebox*/
div.purplebox { 
	background-color:#8E00B3; 
	color: #FFFFFF;
}
div.purplebox p {
	line-height: 15px!important; 
	margin-bottom:3px;
}
div.purplebox ul {
	line-height: 15px !important; 
	margin-top:1px;
}
div.purplebox li {
	line-height: 15px !important;
}

/*pinkbox*/
div.pinkbox { 
	background-color:#FF99FF; 
	color: #000000;
}
div.pinkbox p {
	line-height: 15px!important; 
	margin-bottom:3px;
}
div.pinkbox ul {
	line-height: 15px !important; 
	margin-top:1px;
}
div.pinkbox li {
	line-height: 15px !important;
}
