body {
	margin: 0;
	padding: 0;
	background: #697281;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color:#697281;
}

.martinusLink
{
    color: #E42020;
}

.martinusLink:hover
{
    color: #E42020;
    text-decoration: underline;
}


*
{
  margin: 0 auto 0 auto; 
}

a:hover
{
    text-decoration: underline;
}

#page
{
  margin: 0 auto 0 auto; 
  display: block; 
  height:auto;
  position: relative; 
  background: #697281 url(images/background.png?v=2) repeat-y;
  width: 800px;
}

#header
{
background-image:url(images/header.png?v=2);
background-repeat:no-repeat;
height:156px;
width:800px;
position: relative;
}



#headerTitle
{
position:relative;
left:30px;
top:75px;
color:#FFFFFF;
text-align:left;
font-size:30px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerTitle a
{
    color: white;
}

#headerTitle a:hover
{
    color: #CDCDCD;
}

#headerSubText
{
position:relative;
left:30px;
top:72px;
color:#DEE6F8;
text-align:left;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


#bar
{
background-image:url(images/bar.png?v=2);
background-repeat:no-repeat;
height:53px;
width:800px;
padding-bottom:15px;

}



#bar .navLink a
{
position:relative;
top:16px;
margin-left:35px;
color:#FFFFFF;
text-align:center;
font-size:15px;
float:left;

}

#bar .navLink a:hover
{
color:#E4EBFA;
}

#content
{
    padding-left: 20px;
    padding-right: 20px;
    color: black;
}

h1
{
    color: #071027;
    padding-bottom: 20px;
}

#content p
{
    color: black;
}

#content table td
{
    vertical-align: top;
}

.answer
{
    line-height: 20px;
    
}

.iqtest
{
    display: block;
    width: 200px;
    height: 80px;    
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    font-size: 24px;
    background: url(images/start-testiq.png);
}


a
{
text-decoration:none;
color:#223F8D;
}

a:hover
{
color:#5478D6;
}

.red
{
    color: #FF5656;
}

#footer {
width: 800px;
height:49px;
background: url(images/footer.png?v=2) no-repeat;
text-align:center;
font-size:9px;
color:#223F8D;
padding-top:36px;
}


#facebook
{
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	color: ##3B5997;
}