﻿body
{
	background-image: url('images/WebBackground2.jpg');
	background-position:left top;
	background-color:#2F2F2F;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:small;
}

h1
{
	font-size:medium;
}

h2
{
	font-size:small;
	font-weight:bold;
}

.menu_button
{
	width : 150px;
}

.footer
{
	font-size:x-small;
	color:#AFAFAF;
	text-align:center;
}

.dark_background
{
	background-color:#0A0A0A;
}

ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align:center;
}

ul li
{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	border-right: solid 1px white;
}

.next-page, .previous-page
{
	border:solid 1px blue;
}
.next-page
{
	float:right;
}

.previous-page
{
	float:left
}

.paginate
{
	margin: 10, 0, 0, 5;
	padding: 10;
	width: 25px;
	height: 20px;
	float:left;
	border: solid 1px white;
	background: #000000 url(images/000000_40x100_textures_02_glass_50.png) repeat-x scroll 0pt 50%;
	color:White;
	text-align:center;
	border:thin solid black;
	cursor:pointer;
}

.paginate-current
{
	background-color:White;
	color:Black;
	background-image:none;
}

.story-board-image
{
	float: left;
}

.screen-width
{
	width: 600px;
}

.Q, .A
{
	font-family:Arial;
	font-size:40px;
	font-weight:bold;
	vertical-align:top;
}

.question
{
	font-family:Arial;
	font-weight:bold;
}


.answer
{
	font-family:Arial;
}

table
{
	font-family:Arial;
	border:none;
}

input, select
{
	border-style: solid;
	border-color:White;
	border-width:thin;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	background-color:Transparent;
	color: White;
	font-family: Arial;
}

.style1
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
}

.sign-up
{
	color: #FFFFFF;
	font-weight:normal;
	font-size:medium;
}

.checklist
{
	width:auto;
}
