/*This is the frame page for ATI home, Galileo K12 home, and Galileo Preschool home
A few divisions are limited to use on only one of those pages, eg. topNavBarK12 

Colors used on this page are a mix of corporate colors and colors used in the app.  They are:
gold stripe light color:  #FFB546
gold stripe dark  color:  #FF9900
dark red:	#990000 - used instead of the corporate burgundy (209)# 791730
gold:		#FFCC66 - used in boxes for login, sidebar, etc.; coporate color of gold #FEB325 was too dark for this use
lt gold:	#FFFFCC - used for some text
blue:		#003399; - K-12; corporate color
green:		#66BB49; - Preschool; corporate color
*/
* {
	padding:			0;
	margin:			 	0;   
}
img {
	border-style:		none;
}
p{
	padding:            0 .2em 0 .2em;
	margin:				0 1em 0 1em;
}
body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			90%;
	background-color:	#990000;
}

#frameStyle {
	background-image:	none;
	padding:            0 iem 0 1em;
	color:				#FFFFFF;
	background-color:	#990000;
}
a.frameLinks:link {
	color:				#FFCC99;
	text-decoration:	underline;
}
a.frameLinks:visited {
	color:				#FFCC99;
	text-decoration:	underline;
}
a.frameLinks:hover {
	color:				#FFFFCC;
	text-decoration:	underline;
}
a.frameLinks:link {
	color:				#FFCC99;
	text-decoration:	underline;
}
