body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-image:url('images/bgbg.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  background-color:white;
  margin:0px;
  border:0px;
  padding:0px;
}
table{
	border:0px;
	border-collapse:collapse;
	empty-cells:show;
}
td {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
}
form{
	margin:0px;
}
h1{
	display:none;
}
h2{
	font-weight:bold;
	color:#0339B5;
	font-size:14px;
}
h3{
	font-weight:bold;
	color:#0339B5;
}
h4{
	font-weight:bold;
	color:#0B9208;
	font-size:13px;
	margin-bottom:10px;
}
p{
	margin:0px 0px 10px 0px;
}
a img{
	border:0px;
}
a:link, a:visited{ 
	color:#0339B5;
	text-decoration:none;
}
a:hover{
	color:#0339B5;
	text-decoration:underline;
}
input{
	border:1px solid #B4B4B4;
}
hr{
	border:1px solid #693A4A;
}

#content{
	width:780px;
	left: 50%;
	margin-left: -390px;
	position: relative;
}
#logoBar{
	text-align:center;
}
#navBar{
	background-image:url('images/navbar_back.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:23px;
}
#pageInfo{
	background-color:#fff;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
#footerCopyright{
	font-size:9px;
	color:#0339B5;
	margin:3px 0px 5px 3px;
	text-align:center;
}
#footerCopyright a{
	color:#0339B5;
	font-size:9px;
}
.navigation{
	width:137px;
	margin-right:14px;
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	border:1px solid white;
	border-bottom:0px;
	text-align:center;
	color:white;
	background-color:#0B91F0;
	background-image:url('images/navback2.gif');
	background-repeat:repeat-x;
}
.navigationOver{
	width:137px;
	margin-right:14px;
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	border:1px solid #0B91F0;
	border-bottom:0px;
	text-align:center;
	color:#0B91F0;
	background-color:white;
	cursor:pointer;
}
.navigation a{
	color:white;
}
.navigationOver a{
	color:#0B91F0;
}

.marginBottom10, .mb10{
	margin-bottom:10px;
}
.marginBottom5, .mb5{
	margin-bottom:5px;
}
.marginBottom3, .mb3{
	margin-bottom:3px;
}
.marginTop5, .mt5{
	margin-top:5px;
}
.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}
.float{
	float:left;
}
.floatMargin, .flL10{
	float:left;
	margin-right:10px;
}
.floatMargin5, .flL5{
	float:left;
	margin-right:5px;
}
.floatMarginRight, .flR10{
	float:right;
	margin-left:10px;
}
.floatRight, .flR{
	float:right;
}
.arrow{
	float:left;
	width:25px;
}
.homeText{
	float:left;
	width:440px;
}
.planFeatures{
	float:left;
	width:
}
#homeInfoBoxes{
	float:left;
	width:275px;
	margin-left:10px;
}
.infoBoxContainer{
	
}
.infoBoxHeader{
	background-color:#0B91F0;
	padding:3px;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	background-image:url('images/navback2.gif');
	background-repeat:repeat-x;
}
.titleHighlight{
	background-color:#0878E6;
	padding:3px;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
.titleHighlight h2{
	font-size:16px;
	color:white;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.infoBoxBody{
	padding:3px;
	background-color:#EFFFFF;
}
.hiddenText{
	color:white;
	font-size:8px;
}
.quote{
	font-size:14px;
	float:left;
	width:725px;
}
.sig{
	font-weight:bold;
	font-size:12px;
}
.center{
	text-align:center;
}
.littleText, .lilTxt{
	font-size:9px;
}
.templateThumb{
	width:65px;
	height:75px;
}
.text10{
	font-size:10px;
}
.text11{
	font-size:11px;
}

.shadowPic{
	border: 15px solid white;
	margin-bottom: 5px;
	-moz-box-shadow: 1px 1px 2px #494949;
	-webkit-box-shadow: 1px 1px 2px #494949;
	box-shadow: 1px 1px 2px #494949;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#494949')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#494949');
	background-color:white;
}

.shadowPic .caption{
	padding-top: 10px;
	color: #0339B5;
	text-align: center;
	background-color: white;
	font-weight: bold;
	
}

.shadowPic .pic{
	overflow: hidden;
}
