﻿/* this is how to add comments: use the "star slash " */

/* default site links */

a:link{color: #990000;text-decoration: none;font-weight: bold;}
a:visited{color: #990000; text-decoration:none;font-weight: bold;}
a:hover{color: #990000;	text-decoration: underline;font-weight: bold;} 

h1
{
	font-family: Verdana, Arial, Geneva;
	font-size: large;
	font-weight: bold;
	color: #49674F;
	text-align: left;
}
h5
{
	font-family: Verdana, Arial, Geneva;
	font-size: small;
	font-weight: bold;
	color: #49674F;
	text-align: left;
}
h6
{
	font-family: Verdana, Arial, Geneva;
	font-size: small;
	font-weight: normal;
	color: #49674F;
	text-align: left;
	vertical-align: top;
}

.pnl
{
	font-family: Verdana;
	font-size: 8px;
}
.pnl a:link{color: #49602E;}  
.pnl a:visited{color:#49602E; } 
.pnl a:hover{color:#E5853C;}
.pnl a:active{color:#49602E;}


#MainContentArea
{
	font-family: sans-serif;
	font-size: 12px;
	width: 500px;
	background-color: #ffffff;
	color: #445745;
	text-align: left;
}

#SiteFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:center;
}


#educators:link{color:white; background-color: #E5853C;}  
#educators:visited{color:white; background-color: #E5853C;} 
#educators:hover{color:white; background-color: #D5591D;}
#educators:active{color:white; background-color: #E5853C;}

#students:link{color:white; background-color: #E5853C;}
#students:visited{color:white; background-color: #E5853C;}
#students:hover{color:white; background-color: #D5591D;}
#students:active{color:white; background-color: #E5853C;}

#government:link{color:white; background-color: #E5853C;}
#government:visited{color:white; background-color: #E5853C;}
#government:hover{color:white; background-color: #D5591D;}
#government:active{color:white; background-color: #E5853C;}

#HeaderLinkStripe
{
	text-align: center;
	width: 100%;
	background-color: #E5853C;
}

#submissions:link{color: #999999;}
#submissions:visited{color: #999999;}
#submissions:hover{color:#ffffff;}
#submissions:active{color:#ffffff;}

#questions:link{color: #999999;}
#questions:visited{color: #999999;}
#questions:hover{color:#ffffff;}
#questions:active{color:#ffffff;}

#mediakit:link{color: #999999;}
#mediakit:visited{color: #999999;}
#mediakit:hover{color:#ffffff;}
#mediakit:active{color:#ffffff;}

#pda:link{color: #999999;}
#pda:visited{color: #999999;}
#pda:hover{color:#ffffff;}
#pda:active{color:#ffffff;}

#admin:link{color: #999999;}
#admin:visited{color: #999999;}
#admin:hover{color:#ffffff;}
#admin:active{color:#ffffff;}


#Menu:link{color: #829c84;}
#Menu:visited{color: #829c84;}
#Menu:hover{color:#829c84;}
#Menu:active{color:#829c84;}

#ltOrang
{
	background-color: #E5853C;
}
#dkOrange
{
	background-color: #D5591D;
}
#dkRed
{
	color: #990000;
}
button
{
	border: 3px outset #ffefc7;
	background-color: #e5853b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



