/* CSS Document */
body {
	background-image:   url("../images/images2/bg_body.jpg");
	font-family: verdana, "century gothic",Arial, Helvetica, sans-serif;
}
table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #333333;
	border-collapse: collapse;
	background-color: white;
}
table.main th.main {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #333333;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.main td.main {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #333333;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.mainBody
{
width: 695px;
padding:30px;
font-size:11px;
clear:both;
}
.menuArea
{	float: left;
	width: 250px;
	font-size:11px;
	clear: right;
}
.contentArea
{	margin: 0;
	float: right;
	width: 405px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.footer
{
width: 755px;
}
.copyright
{	float: left;
	width: 425px;
	padding-left: 5px;
	font-size:11px;
}
.designedBy
{	margin: 0;
	float: right;
	width: 305px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	font-size:11px;
}
h1
{
font-size: 14px;
color:#003366;
}
h2
{
font-size: 12px;
color:#000000;
}
.contentArea p, .contentArea ul, .contentArea ol, .contentArea li
{
font-size:11px;
}
.menuArea p, .menuArea a
{
font-size:11px;
color:#003366;
font-weight:bold;
text-decoration:none;
}
.contentArea a
{
font-size:11px;
color:#003366;
font-weight:bold;
text-decoration:none;
}