a:hover {
	text-decoration: none;
}

body {
	margin-top:0px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006666;
	font-weight: bold;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663366;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: 663366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color:#000000;
}
.navbarLink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.bodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000000;
	line-height: 20px;
}
.bodyTextTealBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006666;
	line-height: 20px;
}
.bodyTextHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #663366;
	line-height: 35px;
}
.bodyTextPurple {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663366;
	line-height: 20px;
}
.scrollbar {
    scrollbar-3dlight-color:;
    scrollbar-arrow-color:#996699;
    scrollbar-base-color:#CCCCFF;
    scrollbar-darkshadow-color:#666666;
    scrollbar-face-color:#996699;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:;
}
.bodyTextBulleted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 28px;
}
.bodyTextPurpleBulleted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 28px;
	color: #663366;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
}
.quoteTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663366;
	font-weight: bold;
}
.bodyTextPurpleBold {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663366;
	line-height: 20px;
}
.purple_background {
	background-color: #996699;
}
.teal_background {

	background-color: #99CCCC;
}
.background {
	color: #FFFFFF;
}

/*                TEST STUFF                    */

#navbar {
	margin: 0;
	clear:both;
	position: relative;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:2px;
	padding-left:2px;	
}
#navbar li {
	list-style: none;
	float: left;
	 }
#navbar li a {
	display: block;
	clear:both;
	margin: 0;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:2px;
	padding-left:2px;	
	text-decoration:none;
	color: #99CCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-variant:normal;
	font:Arial;
	font-size:12px;
	}
#navbar li a:hover {
	color: #663366; }
#navbar li ul {
	display: none;
	}
#navbar li:hover ul, #navbar li.hover ul {
	clear:both;
	position: absolute;
	left:0;
	display: inline;
	width: 100%;
	margin: 0;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:2px;
	padding-left:2px;	
	}
#navbar li:hover li, #navbar li.hover li {
	float: left; }
#navbar li:hover li a, #navbar li.hover li a {
    background-color:#99CCCC;
	width:168px;
	color: #663366; 
	text-align:left;
	}
#navbar li li a:hover {
	color: #357; }
	
