/*------------------------- Container ----------------------------*/

body
{
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	margin: 25px 4% 10px 4%;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

/*------------------------- Header ----------------------------*/
 /*################ Top Bar */
div#topbar { margin: 0; padding: 0; height: 23px; background-color: #0264ad; border-bottom: 2px solid: #fff; }
div#topbar p { text-align: center; margin: 0; padding: 4px 0 0 0; color: #fff; font-size: 11pt; font-weight: bold; }
div#topbar p a { color: #fff; text-decoration: none; }
div#topbar p a:hover { color: #e2d6bd; }

div#logo a
{
        width: 250px;
        height: 58px;
        display: block;
        background: url(http://www.aspvphp.com/Img/MainLogo.jpg) no-repeat;
	margin: 5px 0px 15px 25px;
}
h1
{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0px 15px 15px;
}
p#file_desc
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	margin: 3px 5px 8px 30px;
}
div#adbox
{
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

/*------------------------- Body ----------------------------*/

h2
{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: #191970;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 15px;
}
div#aspleft
{
	float: left;
	width: 50%;
}
div#phpright
{
	float: right;
	width: 50%;
}
div.bluebox
{
	margin: 4px 4px 4px 4px;
	background-color: #EFEFFF;
	border: solid 1px #CFCFFF;
}
p#code_links
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	margin: 3px 20px 8px 40px;
	line-height: 150%;
}
p#code_links a
{
	text-decoration: none;
}
p#code_links a:hover
{
	text-decoration: underline;
}
p#block_links
{
	line-height: 150%;
}
p#block_links a
{
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	width: 275px;
	float: left;
	display: block;
	text-decoration: none;
}
p#block_links a:hover
{
	text-decoration: underline;
}
textarea
{
	width: 94%;
	height: 250px;
	font-family: Courier New, Fixedsys, Times New Roman;
	font-size: 8pt;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	border: solid 1px #191970;	
}
.contactForm
{
	width: 70%;
	font-family: Courier New, Fixedsys, Times New Roman;
	font-size: 8pt;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	border: solid 1px #191970;	
}
p.centersmall
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
p.centersmall a
{
	font-size: 10px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p.centersmall a:hover
{
	text-decoration: underline;
}

/*------------------------- Footer ----------------------------*/

div#footer_spacer
{
	height: 5px;
	margin: 20px 0px 0px 0px;
	width: 100%;
	clear: both;
}
div#footer_break
{
	border-top: solid 1px #CFCFFF;
        background: url(http://www.aspvphp.com/Img/FooterFade.jpg) repeat-x;
	margin: 10px 0px 0px 0px;
	width: 100%;
	clear: both;
}
