/* CSS Document */

body {
	margin-top:15px;
	background:#76a2d6 url(../images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited {
	color:#0070bb;
}

a:hover {
	color:#999966;
	text-decoration:none;
}

#container {
	margin:auto;
	width:760px;
	background:#FFFFFF;
	
}

#header {
	height:178px;
	border-bottom:1px solid #7f7f7f;
}

.headerimage {
	padding-top:17px;
	padding-right:17px;
}

.logo {
	margin-left:28px;
	margin-top:33px;
}

#lhs {
	float:left;
	width:215px;
}

#lhs .nav a:link, #lhs .nav a:visited {
	background:url(../images/nav.gif) bottom repeat-x;
	display:block;
	color:#006fb9;
	width:205px;
	padding:6px 0 6px 10px;
	border-bottom:1px solid #CCC;
	text-decoration:none;
}

#lhs .nav a:hover {
	background:#ececec url(../images/nav-mo.gif) bottom repeat-x;
	display:block;
	padding:6px 0 6px 10px;
	border-bottom:1px solid #CCC;
	text-decoration:none;
}

#lhs h1 {
	font-size:12px;
	color:#959351;
	margin:0 0 12px 0;
	padding:0;
}

#lhs p {
	margin:0;
	padding:0;
}

#newsform {
	padding:15px 10px 30px 10px;
}

#newsform h1 {
	padding:4px 0 0 0;
}

.newsform {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	width:150px;
}

#divider {
	width:1px;
	float:left;
}

#rhs {
	float:left;
	padding:15px 20px 10px 20px;
	width:484px;
	min-height:580px;
}

*html #rhs {
	height:580px;
}

#rhs h1 {
	font-size:14px;
	color:#959351;
	margin:0;
	padding:0;
}

#rhs h2 {
	font-size:14px;
}

#tabs {
	background: url(../images/bg-tabs.gif);
	height:40px;
	vertical-align:top;
	text-align:right;
	padding-right:12px;
}

blockquote {
	font-weight:bold;
	line-height:18px;
	margin-left:70px;
	margin-right:70px;
}

.darkgrey {
	color:#333;
}

a.fatherchildren:link,
a.fatherchildren:visited {
	display:block;
	width:418px;
	background:url(../images/father-children.gif);
	font-weight:bold;
	text-decoration:none;
	padding:17px 0 17px 80px;
	margin-top:15px;
	color:#666;
}

a.fatherchildren:hover {
	color:#000;
}

a.father:link,
a.father:visited {
	display:block;
	width:418px;
	background:url(../images/father.gif);
	font-weight:bold;
	text-decoration:none;
	padding:17px 0 17px 80px;
	margin-top:15px;
	color:#666;
}

a.father:hover {
	color:#000;
}

a.motherchildren:link,
a.motherchildren:visited {
	display:block;
	width:418px;
	background:url(../images/mother-children.gif);
	font-weight:bold;
	text-decoration:none;
	padding:17px 0 17px 80px;
	margin-top:15px;
	color:#666;
}

a.motherchildren:hover {
	color:#000;
}

a.mother:link,
a.mother:visited {
	display:block;
	width:418px;
	background:url(../images/mother.gif);
	font-weight:bold;
	text-decoration:none;
	padding:17px 0 17px 80px;
	margin-top:15px;
	color:#666;
}

a.mother:hover {
	color:#000;
}

.quiztable td {
	height:32px;
	padding-right:5px;
}

.questionnairetable td {
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	line-height:18px;
}

input, select {
	color:#666;
}

.question {
	padding-bottom:7px;
}

.errormessage {
	padding:5px;
	border:1px #FF0000 solid;
	color:#FF0000;
}

.error {
	color:#FF0000;
}

#footer {
	clear:both;
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
	padding:6px 0 8px 0;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.copyrightcredit {
	margin-top:17px;
}

.quiz {
	margin-right:27px;
}

.small {
  font-size:10px;
}

.register td {
	padding:4px 10px 4px 0;
}