/* Cascading Style Sheet for Changing Families */


/* sets body style */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* sets Header1 style to Blue and 22 pixels*/
h1 {
	color: #3351A3;
	font-size: 22px;
}

/* sets Header2 style to Blue and 14 pixels*/
h2 {
	color: #3351A3;
	font-size: 14px;
}

/* sets Header3 style to Blue and 12 pixels*/
h3 {
/*	background-color: #62BB46; */
	color: #3351A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* sets p record to 10 pixels*/
p {
	vertical-align: baseline;
	font-size: 10px;
}

/* sets list box to 10 pixels*/
li {
	vertical-align: baseline;
	font-size: 10px;
}

/* sets a record to 10 pixels*/
a {
	vertical-align: baseline;
	font-size: 10px;
}

/* sets link to underlined and blue*/
a:link {/*normal links in the text*/
  color: #3351A3; 
  text-decoration: underline; 
}

/* sets link to underlined and blue*/
a:visited {
  color: #3351A3; 
  text-decoration: underline; 
}

/* sets link to underlined and blue*/
a:hover { /*this effect is not shown in NN4.xx*/
  color: #3351A3; 
  text-decoration: underline; 
}

/* sets link to underlined and blue*/
a:active {/*colour in NN4.xx is red*/ 
  color: #3351A3; 
  text-decoration: underline; 
}

/* sets td record (table) to 10 pixel*/
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

/* sets th record (table)*/
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* sets navigation table (bottom) to 8 point*/
#navtable {
	font-size: 8pt;
}

/* sets Changing Families Banner position*/
#header {
	Border: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 698px;
}	

/* sets navigational menu (left) position*/
#navigationmenus {
	position: absolute;
	top: 130px;
	left: 3px;
	height: 460px;	
	width: 157px;
	z-index: 8;
}

/* sets "blue box" position*/
#rightcolumn {
	background-color: #99CCFF;
	border: solid #3351A3;
	font-size: 9px;
	text-align: center;
	position: absolute;
	top: 130px;
	left: 620px;
	right: 0px;
	height: auto;
	width: 150px;
	z-index: 1;
}

/* sets navigational menu (bottom) position*/
#textlinksbottom {
	height: auto;
	left: 150px;
	position: absolute;
	text-align: center;
	top: auto;
	width: 465px;
	z-index: 20;
	font-size: x-small;
}

/* sets main content area position*/
#content {
	border: none Black;
	height: auto;
	position: fixed;
	width: 465px;
	margin-left: 120px;
	padding: 0px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 0px;
}

/* sets urangatang link position*/
#ulink {
position: relative;
bottom: -15px;
right: 0px;
left: 650px;
}

/* sets map and thank you positions*/
#map {
position: absolute;
left: 130px;
top: 175px;
}
