@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/bizsites4u_logo_bg.png);
	background-repeat: repeat;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#grad {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 400px;
	background-image: url(images/upper_gradB.png);
	background-repeat: repeat-x;
	margin-bottom: -400px;
}


#stage{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 940px;
	height: 100%;
}

#logoL {
	height: 150px;
	width: 160px;
	float: left;
	background-image: url(images/stripe_left.png);
	background-repeat: no-repeat;
	background-position: left 46px;
	margin-left: 20px;
}
#space {
	height: 10px;
	width: 100%;
}

#logo {
	float: left;
	height: 150px;
	width: 340px;
	background-image: url(images/bizsites4u_logo.png);
	background-repeat: no-repeat;
}
#logoR {
	float: left;
	height: 150px;
	width: 400px;
	background-image: url(images/stripe_right.png);
	background-repeat: no-repeat;
	background-position: right 46px;
}
#container {
	background-image: url(images/shadow_mid.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 940px;
	float: left;
}
#shadowTop {
	background-image: url(images/shadow_top.png);
	height: 25px;
	width: 940px;
	float: left;
}
#shadowBot {
	background-image: url(images/shadow_bot.png);
	float: left;
	height: 25px;
	width: 940px;
}



#barTop {
	background-color: #000099;
	height: 35px;
	width: 900px;
	float: left;
	margin-left: 20px;
	margin-top: -10px;
}

#navTop {
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}

#navTop li {
	display:inline;
}

#navTop a {
	float: left;
	width: 220px;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navTop a:hover {
	color: #FF0000;
	text-decoration: none;
}



#content {
	height: 100%;
	width: 840px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
h1 {
	color: #000099;
	text-align: center;
	margin-top: 20px;
}

#stripeBot {
	height: 36px;
	width: 100%;
	float: left;
	background-image: url(images/stripe_bot.png);
	background-repeat: repeat-x;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}



#footer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	height: 40px;
	width: 805px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
	padding-top: 5px;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

table {
	margin-left: 50px;
	width: 400px;
	background-color: #CBCBFE;
}
.margin60 {
	margin-left: 60px;
}

td p {
	margin-left: 20px;
}
td h3 {
	margin-left: 20px;
}
.italic {
	font-style: italic;
}

