* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 height: 100%;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
 height: 100%;
}

#header
{
	color: #333;
	width: 800px;
	float: left;
	height: 75px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/header2.gif);
}

#nav
{
	width: 800px;
	float: left;
	text-align: right;
	background-color: #FFFFCC;
}

#ad
{
	border: 2px solid #3366CC;
	width: 796px;
	float: left;
	margin: 10px 0px 0px 0px;
	background-color: lightsteelblue;
	font-size: large;
	font-family: arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}

#leftcolumn
{
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	height: 100%;
	width: 160px;
	float: left;
}

#content
{
	float: left;
	color: #333;
	width: 400px;
	display: inline;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 10px 0px;
}

#contentWrapper
{
	
}

#rightcolumn { 
 color: #333;
 background: 
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 10px;
 height: 100%;
 width: 225px;
 float: left;
}
#footer { 
	width: 800px;
	height: 25px;
	background-image: url(images/footer.gif);
	clear: both;
}

.blockHeader
{
	background-image: url(images/moduleHeader.jpg);
	width: 150px;
	background-repeat: repeat-x;
	height: 20px;
	font-size: 8pt;
	vertical-align: bottom;
	font-family: arial;
	text-align: center;
	color: darkblue;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-right: lightsteelblue 1px solid;
	font-weight: bold;
}

.blockBottom
{
	width: 140px;
	font-size: 8pt;
	font-family: arial;
	padding-right: 5px;
	padding-left: 4px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	border-bottom: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-right: lightsteelblue 1px solid;
	text-align: left;
}

.rightBlockHeader
{
	background-image: url(images/moduleHeader.jpg);
	width: 223px;
	background-repeat: repeat-x;
	height: 20px;
	font-size: 8pt;
	vertical-align: bottom;
	font-family: arial;
	text-align: center;
	color: darkblue;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-right: lightsteelblue 1px solid;
	font-weight: bold;
}

.rightBlockBottom
{
	width: 213px;
	font-size: 8pt;
	font-family: arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	border-bottom: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-right: lightsteelblue 1px solid;
	text-align: left;
}

.copy
{
	width: 600px;
	height: 20px;
	font-size: 10pt;
	font-family: arial;
	margin-left: 30px;
}
