﻿*
{
	margin:0px;
	padding:0px;
	border:none;
}

a
{
	text-decoration:none;
}

p
{
	margin:0px 0px 10px 0px;
	text-indent:10px;
}

body
{
	background-color:#6694ec;
	background-image:url('images/background1.jpg');
	background-repeat:no-repeat;
	font-family:Tahoma,Arial;
	font-size:10pt;
}

#page
{
	width:750px;
	margin:auto;
}

#header
{
	background:#fff;
	border:1px solid #fff;
}

#menu
{
	margin-top:-4px;
	background-color:#6694ec;
	font-weight:bold;
	/*border:1px solid #fff;*/
	width:752px;
}

#menu ul
{
	margin-left:20px;
}

#menu ul li
{
	display:inline;
}

#menu ul li a
{
	padding:0px 10px 0px 10px;
	background-color:#6694ec;
	text-decoration:none;
	color:#e0eafc;
}

#menu ul li a:hover
{
	background-color:#5581d5;
	font-size:10pt;
}

#menu ul li a.selected
{
	background-color:#fff;
	color:#6694ec;
}

#menu ul li a.selected:hover
{
	background-color:#fff;
}


h1{
	font-size:11pt;
	font-weight:bold;
	margin:10px;
}

#contentBox
{
	background:#fff;
	border:1px solid #fff;
	width:100%;
}

.content
{
	background-color:#fff;
	border:1px solid #fff;
	text-align:justify;
	margin:20px;
	width:520px;
}

.content ul
{
	margin:0px 0px 10px 30px;
}

#pic
{
	float:right; 
	margin:30px 12px 0 0;
}

#pic img
{
	margin:5px;
}

th, td
{
	vertical-align:top;
	padding:10px
}

.shaded
{
	text-align:center;
	background-color:#b6caff;
}

.question
{
	text-indent:0px;
	background-color:#b6caff;
	padding:5px;
	margin-bottom:2px;
}

.answer
{
	text-indent:0px;
	background-color:#83a4e3;
	padding:5px;
}

#footer
{
	background-color:#fff;
	width:100%;
	font-size:7pt;
}









