﻿

#Menu
{
	height: 57px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	width: 800px;
	text-align: center;
}

#Menu img
{
	border: 0px;
}

#Menu .divider
{
	margin-left: 15px;
	margin-right: 15px;
}



#Header
{
	height:246px;
	width: 801px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	color: White;
}

#Header .Margin
{
	width:10px; 
	height: 106px; 
	float: left; 
	overflow: hidden;
}

#Header .ParentsLogin
{
	width:187px; 
	height:106px; 
	float: left; 
	border: 5px solid white; 
	background-color: #A8C9AC; 
	padding:5px;
}


#Content
{ 
	width: 950px;
}

#Content .LeftNavigation
{
	float: left;
	width: 207px;
	left: 10px;
	position: relative;
}



#Content .LeftNavigation .ParentsLogin
{
	background-color:#A8C9AC; 
	width: 197px; 
	height: 180px; 
	border-left: 5px solid white; 
	border-right: 5px solid white; 
	border-bottom: 5px solid white;
	background-image: url('App_Images/ForParents.jpg');
	background-repeat: no-repeat;
	background-position: 0px 37px;
	color: White;
}
#Content .LeftNavigation .ParentsLogin .Left
{
	margin-left: 4px;
	float: left;
	width: 68px;
	font-weight: bold;
}

#Content .LeftNavigation .ParentsLogin .Right
{
	float: left;
	width: 120px;
}

#Content .LeftNavigation .ParentsLogin .UserInfo
{
	margin-left: 7px;
	width: 185px;
	color: White;
}
	
#Content .LeftNavigation .ParentsLogin input
{
	border: 2px solid #76A17B;
	width: 100px;
	height: 12px;
	font-size: 10px;
}

#Content .LeftNavigation .ParentsLogin a, a:visited, a:active
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

#Content .LeftNavigation .ParentsLogin a:hover
{
	color: #76A17B;
}



#Content .LeftNavigation .LearnMore
{
	background-color:#83AFE4; 
	width: 197px; 
	height: 225px; 
	border: 5px solid white;
	margin-top: 10px;
	background-image: url('App_Images/LearnMore.jpg');
	color:White;
	overflow: hidden;
}

#Content .LeftNavigation .LearnMore li
{
	margin-left: -5px;
}

#Content .LeftNavigation .LearnMore a, a:visited, a:active
{
	color: White;
	text-decoration: underline;
	font-weight: normal;
}

#Content .LeftNavigation .LearnMore a:hover
{
	color: #315D91;
}
#Content .ContentPlaceHolder
{
	float: right;
	width: 715px;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 16px;
}

#Content a, a:visited, a:active
{
	color: #5f5f5f;
	font-weight:bold;
	text-decoration: underline;
}

#Content a:hover
{
	color: Black;
}

#Footer
{
	height: 25px;
	margin: 0px 0px 0px 15px;
	padding-top: 20px;
	text-align: left;
	color: #5f5f5f;
}

#Footer a, a:active, a:visited
{
	color: #5f5f5f;
	font-weight:bold;
	text-decoration: underline;
}

#Footer a:hover
{
	color: Black;
}

