@charset "utf-8";
body {
    
	background-color: #57277c;
}
ol {
	font-family: Avant Garde MdBT Medium, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
.tagline {
	font-family: Avant Garde MdBT Demi, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	color: #219baa;
}
p {
	font-family: Avant Garde MdBT Medium, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
.white-border {
	border: medium solid #FFFFFF;
}
td {
	font-family: Avant Garde MdBT Medium, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
.about-links {
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}
.ul-correct {
	font-size: 80%;
	color: #FFFFFF;
}

.italic {
	font-style: italic;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 95%;
}
.teal-bold {
	font-weight: bold;
	color: #219BAA;
}
.lgbold {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
.bolditalic  {
	font-weight: bold;
	font-style: italic;
}
.purple-nav-link {
	font-family: Avant Garde MdBT Medium, Verdana, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	font-family: Avant Garde MdBT Medium, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
.smart-talk {
	font-family: Avant Garde MdBT Demi, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #219BAA;
}
h3 {
	font-family: "Avant Garde MdBT Demi", Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: "Avant Garde MdBT Demi", Verdana, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
#dhtmlgoodies_menu{		
		font-family:Avant Garde MdBT Demi, Verdana, Helvetica, sans-serif;	/* Font for main menu items */
		width:150px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFF;	/* Black text color */
		font-size: 170%;
	    font-weight: bold;
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px solid #000;	/* Black border */
		background-color:#57277c;	/* Light blue background color */
		margin:1px;	/* A little bit of air */
		padding:10px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#57277c;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #FFF;
		background-color:#33CC00;
		font-family:Avant Garde MdBT Demi, Verdana, Helvetica, sans-serif;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#FFF;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:4px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#33CC00;	/* Blue background */
	}
