/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
	background: #FFFFFF;
	line-height:20px;
	margin: 0;
}

TABLE, TD, P {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
	color: #333333;
}

FORM{ display: inline; }
A{
}

A:link{
	font-weight: bold;
	text-decoration: underline;
	color: #b8282f;
}
A:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #b8282f;
}
A:hover{
	font-weight: bold;
	text-decoration: none;
	color: #b8282f;
}
A:active{
	font-weight: bold;
	text-decoration: none;
	color: #b8282f;
}
.redlink {
	font-weight:bold;
	text-decoration: none;
	color: #b8282f;
}
A.redlink:link, A.redlink:visited, A.redlink:active {
	font-weight:bold;
	text-decoration: underline;
	color: #b8282f;
}
A.redlink:hover{
	text-decoration: none;
}
.home-free {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}
/*INTERIOR*/
#bodycolor{
background:#f4edd0;
}
#bodycolor{
background:url(../images/n-back.gif) repeat-x 0px 0px;
background-color: #F4EDD0;
}
img.sidepic{
margin:24px 0 8px 0;
}
img.header {
	margin:22px 0 40px 0;
}
.title {
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	line-height:26px;
	color: #333333;
}
/*FOOTER*/
.footer { 
font-size: 12px; 
color: #FFFFFF; 
font-weight: bold; 
}
A.footer:link, A.footer:visited, A.footer:active {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.footer:hover {
	text-decoration: underline;
}
.footerbar {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 17px;
	padding-right:8px;
	padding-left:8px;
}

img.helpcall {
	margin:20px 0 0 56px;
}
img.yourchild {
	margin:45px 54px 0 0;
}

/*submit*/
input.rollover-submit {
	height:41px;
	width:102px;
	border:0px;
	background: url(../images/n-submit.gif) no-repeat;
	background-position:0px 0px;
	overflow:hidden;
}
input.rollover-submit:hover {
	background-position:0px -41px;
}
