body {
	behavior:url("csshover.htc");  /* establishes link to parsing file */
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}
#container {
	width: 900px;
	background-image:  url(../images/BPcontainerbg2.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	top: 0px;
	float: left;
	margin-left: 10%;
}
#title {
	width: 900px;
	margin: 0px;
	/*padding: 0px;*/
	padding-top: 00px;
	overflow: hidden;
	height: 116px;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030762;	
}
#top {
	background-image: url(../images/top.gif);
	position: absolute;
	top: 0px;
	left: 168px;
}
#topnav {
	background-color: #e8e9ee;	
	top: 118px;
	float: right;
	height: 25px;
	width: 733px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030762;	
}
#topnav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #030762;
	text-decoration: none;
	padding-left:10px;
	padding-right: 10px;
}
#topnav a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#leftcolumn {
	float: left;
	width: 184px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	position: relative;
	left: 5px;
	font-weight:bold;
}
.image {
	padding-left: 20px;
}

#contentholder {
	float: left;
}
#content {
	float: left;
	width: 685px;
	position: relative;
	left: 5px;
	top: 5px;
	padding-bottom: 70px;
}
.headerbox {
	background-color: #e8e9ee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 12px;
	z-index: 1;
	}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-bottom: 25px;
}
.contenttext a {
	color: #030762;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #CC0000;
	}
.ContentTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #030762;
	font-weight: bolder;
	padding-top: 20px;
	padding-bottom: 10px;
}
.ContentSubTitles {
	font-size: 13px;
	font-weight: bold;
	color: #030762;
}
.Contentul {
	font-size: 90%;
	font-weight: bold;
}
#form {	
	background-color: #e8e9ee;
	width: 280px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.formheader {
	font-size: 12px;
	line-height: 18px;
}
.formfield {
	padding-bottom: 0px;
}
#rightcolumn {
	position: relative;
	float: right;
	width: 350px;
	padding-right:10px;	
	padding-top: 10px;
}
.Address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	position: relative;
	left: 10px;
	padding-bottom: 10px;
	padding-top: 80px;
}
.Address a {
	color: #FFFFFF;
	}
.Address a:hover {
	color:#CC0000;
	}
#buttonholder {
	padding-top: 60px;
	padding-left: 10px;
}
.faq {
	font-style: italic;
	font-size: 13px;
	}
.middle {
	clear:both;
	padding-right: 250px;
	padding-top: 0px;
	float:right;
	}
#button {
	padding-top: 40px;
	padding-right: 250px;
	float: right;
	}
#buttontext {
	font-weight: bold;
	font-size: 12px;
	color: #030762;
	}
#guarantee {
	clear:both;
	font-weight: bold;
	}
.importanttext {
	font-size: 13px;
	font-weight: bold;
	color: #030762;
	padding-left: 20px;
	padding-top: 15px;
}
.importanttext2 {
	font-size: 12px;
	font-weight: bold;
	color: #b41e1e;
	padding-top: 15px;
}
.red {
	font-size: 20px;
	font-weight: bold;
	color: #b41e1e;
	padding-left: 20px;
}
.paypal {
	font-size: 12px;
	font-weight: bold;
	color: #030762;
	border-top: thick;
	background-color: #e6db73;
}
#paypalhome {
	float: right;
	padding-right: 150px;
	padding-top: 10px;
	
}
#footer {
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 210px;
	padding-bottom: 12px;
	}
#footernav {
	font-size: 10px;
	font-weight: bold;
}
#footernav a {
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
#footerimage {
	padding-left: 280px;
}

/* left menu  */

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#nav ul, #nav li, #nav a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}
#nav ul {
		width:160px;
		list-style:none;
	}
#nav li {
		position:relative;
		padding:1px;
		padding-left:15px;
		z-index:9;
	}
#nav a {
		padding:2px;
		text-decoration:none;
		color:#ffffff;
		width:100%; /* IE */
	}
	#nav li>a { width:auto; } /* others */

	/* regular hovers */

	#nav a:hover {
		background-color:#cccccc;
		color:black;
	}
	
	/* hovers with specificity */
		
	#nav ul ul, #nav li:hover ul ul {
		display:none;
	}

	#nav li:hover ul, #nav li:hover li:hover ul {
		display:block;
		width: 145px;
		font-size: 11px;
	}		
	