body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center; /*centering for ie*/
	background-color: #B9E1F8;
	background-image: url(layout-images/bodybg.gif);
}
h1
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000000;
	padding: 20px 0 0 0;
	text-align: center;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	background-color: #245D7B;
	border-top: 1px solid white;
	padding: 0;
} 
h3  {
	font-style: italic;
	color: #006F9B;
	margin: inherit 0 -5px 0;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table {
	text-align: center;
	margin: 0px auto;
}

td {
	vertical-align: top;
	padding: 5px;
}
img {
	border-width: 0px;
	border-style: none;
}
p {
	margin: 5px 0;
	padding: 0;
}
a:link, a:visited {
	background-image: none;
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;
}


a:hover, a:active {
	background-image: none;
	text-decoration: underline;
	padding: 0;
	color: #660033;
}


.wrapper 
{
	margin: 0px auto;
	background-color: #B9E1F8;
	padding: 0;
	width: 880px;
	position: relative;
	right: -40px;
}
.banner {
	text-align: center;
	margin: 0px auto;
}
#nav {
	background-color: #245D7B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	width: 790px;
	padding: 0;
	margin: 0 90px 0 0;
	color: #FFFFFF;
	text-align: center;
}

#nav a:link  {
	text-decoration: none;
	color: #FFFFFF;	
}

#nav a:visited  {
	text-decoration: none;
	color: #FFFFFF;
}
#nav  a:hover {
	text-decoration: none;
	background-color: #263D7F;
	color: #FFFFFF;
}

#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #263D7F;
}

#nav a {
	text-decoration: none;
	padding: 0 5px;
	margin: 0;
}




.content {
	margin: 0px auto 0 auto;
	text-align: left;
	clear: left;
	background-color: #B9E1F8;
}
.leftcol {
	width: 587px;
	float: left;
	height: 442px;
}
.bg2nd {
	background-image: url(layout-images/bg2nd.gif);
	background-repeat: no-repeat;
	float: left;
	width: 293px;
	background-position: right bottom;
	height: 442px;
}
.rightcol {
	text-align: center;
	width: 203px;
	height: 442px;
}
.bg3rd {
	background-image: url(layout-images/bg3rd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 120px 20px 20px;
	clear: both;
	line-height: 140%;
	height: 360px;
}
.bg3rd-nocupcake {
	background-image: url(layout-images/bg3rd-nocupcake.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 10px 120px 20px 20px;
}

