﻿body 
{
	margin:0px auto;
	/* Background */
	background-image:url(../Images/pp_bg.jpg);
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:center;
	background-color:#01396C;
	background-attachment:fixed;
	
	/* General Text */
	font-family:Arial, Georgia, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	color:White;
	text-align:center;
}

img{ border-style:none;}

#maincontainer
{
	text-align:left;
	margin:0 auto;
	padding:10px;
	width:800px;
	/*border:solid 1px #fff;*/
	min-height:800px;
}

#phonenumber
{
	font-family:Arial, Georgia, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#94CCFF;
	margin-bottom:40px;
	margin-top:40px;
}
.menu
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
	width:150px;
}
.menu a:link
{
	text-decoration:none;
	color:#FFF;
}
.menu a:visited
{
	text-decoration:none;
	color:#FFF;
}
.menu a:hover
{
	text-decoration:none;
	color:BlanchedAlmond;
}
#img1
{
	background-color:White;
	border:solid 2px white;
}
#img2
{
	background-color:White;
	border:solid 2px white;
	width:250px;
}
#img3
{
	background-color:White;
	border:solid 2px white;
	/* margin-left:70px; */
	margin-top:90px;
	width:250px;
}
#logo
{
	margin-top:5px;
}
#text1
{
	padding:5px;
}

#license
{
	font-family:Arial, Georgia, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin-top:10px;
	text-align:center;
}
#footer
{
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size:9px;
	text-align:left;
	margin:10px auto;
	/* margin-left:70px; */
	color:AliceBlue;
}
#footer span
{
	padding-right:5px;
}
#footer a:link
{
	text-decoration:none;
	color:AliceBlue;
}
#footer a:visited
{
	text-decoration:none;
	color:AliceBlue;
}
#footer a:hover
{
	text-decoration:none;
	color:navy;
}