/*
Created by Keith Donegan of Code-Sucks.com

E-Mail: Keithdonegan@gmail.com

You can do whatever you want with these layouts,
but it would be greatly appreciated if you gave a link
back to http://www.code-sucks.com

*/
*
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9AE4E8;
}
#wrapper
{
	margin: 0 auto;
	width: 800px;
}
#header
{
	width: 820px;
	color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCC;
	height: 165px;
	margin: 15px 0px 0px;
	background: #45B4DA;
}
#content
{
	width: 800px;
	color: #000000;
	border: 1px solid #CCC;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: 100%;
}
#footer
{
	width: 800px;
	color: #000000;
	border: 1px solid #CCC;
	background: #45B4DA;
	margin: 0px 0px 10px;
	padding: 10px;
	font-size: 8pt;
}
UL
{
	list-style-type: square;
	list-style-position: outside;
}
UL.check LI
{
	background: transparent url(images/check.png) no-repeat top left;
	list-style-type: none;
	padding-bottom: 12px;
	font-size: 89%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
	color: #000000;
}
.ps
{
	vertical-align: middle;
}
H1
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	text-align: center;
	color: #BF0008;
	line-height: 60px;
	margin-bottom: 15px;
}
H2
{
	margin-bottom: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #00376D;
	text-align: left;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	margin-top: 25px;
}
H3
{
	margin-bottom: 10px;
	margin-top: 34px;
	margin-left: 75px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #02007F;
	text-align: left;
}
P
{
	font-size: 16px;
	line-height: 1.3em;
	font-family: verdana, sans-serif;
	margin-left: 33px;
	margin-right: 35px;
}
.highlighted
{
	background-color: #FFFF00;
	font-weight: bold;
	color: #CC0000;
}
.greybox
{
	width: 570px;
	background-color: #B3E1EF;
	border: 2px dotted #00376D;
	padding: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 30px 90px 31px;
}
DIV.pin
{
	float: left;
	position: relative;
	bottom: -28px;
	left: 130px;
}
.thead1
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 7px;
}
.td1
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 47px 34px 10px 44px;
}
TABLE.center
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/postit.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
}
#outer
{
	position: relative;
	width: 600px;
}
#inner
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 219px;
	margin-left: 47px;
	margin-top: 77px;
}
#inner2
{
	position: absolute;
	left: 110px;
	top: 0;
	height: 100%;
	width: 207px;
	margin-left: 193px;
	margin-top: 77px;
}
DIV#postit
{
	background-image: url(images/postit.png);
	background-repeat: no-repeat;
	height: 580px;
	width: 650px;
	margin-left: 114px;
	margin-right: auto;
}
