/*  COLOR SCHEME 
------------------
Dark Blue #1E3E7B
Mid Blue #5A75AA
Light Blue #CECCE3
Beige/yellow #FBF3D1
Yellow/orange #FFD402
Dark yellow/orange #D7B64F
Nav Yellow #ECED80
Grey #CCC
-------------------
End Color Scheme */
.none {
	DISPLAY: none;
}

body 
	{ 
	width: 500px;
	text-align: center;
	font-family: helvetica, verdana, arial, san-serif;
	color: #666;
}

a:link
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}

a:visited
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}

a:active
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}





/* --- Images--- */

#main  /* Background image that has nav yellow and pencil bg repeating y. */
	{
	z-index: 1;
	width: 500px;
}
	
#penciltop /* Eraser part of pencil */
	{
	DISPLAY: none;
}

#header
	{
	width: 500px;
	background: url(../img/print_header.gif) no-repeat;
	background-position: top left;
}



/* --- Defaults --- */

table /* defaults tables to have no borders */
	{
	border: 0px;
}

img /* defaults images to have no borders */
	{
	border: 0px;
}


/* --- Text Styles --- */

#content /* Center content area */ 
	{
	text-align: center;
}

#content table /* Center content area */ 
	{
	font-size: 12px;
	width: 500px;
}

h1 
	{
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}
	
h2 
	{
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}


/* --- FOOTER --- */

#footer
	{
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding-top: 20px;

}

/* --- NAVIGATION --- */

#menu
	{
	DISPLAY: none;
}
