/*************************************** 
General Styles 
***************************************/

html body {
	font-family: Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	background-image: url(../images/bg_nav.gif);  
	background-repeat: repeat-y;
}

html body img {
	border: 0;
}

/*************************************** 
Template DIVs
***************************************/
#Main {
	width: 100%;
}

#navHolder {
	width: 150px;
	float: left;
}

#contentHolder {
	width: 650px;
	float: left;
}

/*************************************** 
Text Styles 
***************************************/

.kidstext {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size:14px;
	text-decoration:none
}

.kidsbold {
	font-family: Verdana, Arial, sans-serif;
	color: #2c46c0;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.kidslogo {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0012;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

/*************************************** 
Anchor Tags
***************************************/

a:link {
	color: #2c46c0;
	text-decoration:none;
}

a:visited {
	color: #2c46c0;
	text-decoration:none;
}

a:hover {
	color: #2c46c0;
	text-decoration: underline;
}

a:active {
	color: #2c46c0;
	text-decoration:none;
}
