/************************************************/
/* Author:	David Grik			*/
/* Revised:	October 9, 2009			*/
/* Copyright (C) 2009 IIALC.com			*/
/* All Rights Reserved				*/
/************************************************/

body
{
	background-color: #000000;
}

/************************************************/
/* Header Section				*/
/************************************************/

#Header
{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

#Header img
{
	width: 800px;
}

/************************************************/
/* Main Block Section				*/
/************************************************/

#MainBlock
{
	background-color: #DDDDDD;
	width: 800px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/************************************************/
/* Generic Box 					*/
/************************************************/

#Box
{
	background-color: #DDDDDD;
	text-align: justify;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Box ul
{
	list-style-type: none;
}

#Box li
{
	text-align: left;
}

#Box a
{
	text-align: left;
}

#Box h1, h2, h3, h4
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#Box p
{
	text-align: justify;
	text-indent: 25px;
}

/************************************************/
/* Side Block On Main Page			*/
/************************************************/

#SideBlock
{
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #D0CDFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}

#SideBlock ul
{
	list-style-type: none;
}

#SideBlock h3
{
	text-align: center;
}

#SideBlock p
{
	text-align: justify;
	padding: 0px;		
}

#SideBlock img
{
	width: 100%;
	text-align: center;
	border: 1px solid #000000;
}

/************************************************/
/* Table Formatting 				*/
/************************************************/

p.TableBlock
{
	text-align: justify;
}

table.TableBlock
{
	width: 100%;
	padding: 10px 10px 10px 10px;
}

caption.TableBlock
{
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.HeadCell
{
	background-color: #D0CDFF;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	border: 1px outset #000000;
}

.Cell
{
	text-align: justify;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 10px;
	border: 1px outset #000000;
}

.Cell1
{
	text-align: left;
	background-color: #DDDDDD;
	margin: 10px;
	padding: 10px;
}

/************************************************/
/* Footer Section 				*/
/************************************************/

#Footer
{
	background-color: #D0CDFF;
	display: block;
	clear: left;
	text-align: center;
	margin-top:10px;
	border-top: 1px solid #000000;
}

#Footer table
{
	width: 100%;
	align: center;
}

#Footer td
{
	align: center;
	text-align: center;
}

#Footer img
{
	border: 1px outset #000000;
}
