body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
      line-height: 12pt;
}
/* Main Page Container */
#container {
	width: 800px;
	margin: 10px auto;
	padding: 0;
}
/* Page header, Logo and phone number */
#header {
}
#header #logo {
	display: inline;
	float: left;
}
#header #phone {
	display: inline;
	float: right;
	padding: 15px 0 0 0;
}
#header #bar {
	background: transparent url(bar.gif) top left no-repeat;
	height: 50px;
}
/* Login dropdwon form */
#login {
	margin: 0;
	padding: 10px 20px 0 0;
	float: right;
}
/* Container for page content, left and right */
#content_container {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#content_container #left {
	position: relative;
	float: left;
	width: 549px;
	padding-left: 3px;
	padding-right: 5px;

}
#content_container #right {
	position: relative;
	float: right;
	width: 219px;
        padding-left: 12px;
}

/* Provides the background for the large boxie */
.large_box {
	background: transparent url(large_box.gif) top left no-repeat;
	height: 153px;
	width: 523px;
	padding: 15px;
	margin: 0 0 10px 0;
}
.large_box a, .large_box a:link, .large_box a:active, .large_box a:visited {
	font-weight: bold;
}
.large_box .description, .large_box .points {
	display: inline;
	float: left;
	width: 90%;
}
/* Style of the points */
.large_box .points ul {
}
.large_box .points li {
	list-style-type: square;
}

/* Provides the background for the small boxie */
.small_box {
	background: transparent url(small_box.gif) top left no-repeat;
	height: 163px;
	width: 185px;
	margin: 0 0 10px 0;
	padding: 10px;
}
/* Position image in online card processing box */
#online {
	text-align: center;
}
#online img {
	padding-top: 25px;
}

/* Page menu top, houses top menu */
#page_menutop { 
	text-align: left;
	color: #ccc;
	font-size: 12px;

}

#page_menutop a, #page_footer a:link, #page_footer a:active, #page_footer a:visited {
	color: gray;

}

/* Page bottom, houses bottom menu */
#page_pagebottom { 
	text-align: center;
	color: #ccc;
	font-size: 12px;

}

#page_pagebottom a, #page_footer a:link, #page_footer a:active, #page_footer a:visited {
	color: gray;


}

/* Page footer, houses contact, faq and about */
#page_footer { 
	text-align: center;
	color: gray;
	font-size: 14px;
}
#page_footer a, #page_footer a:link, #page_footer a:active, #page_footer a:visited {
	color: gray;
}

/* Page footer1, houses contact, faq and about on HOME PAGE */
#page_footer1 { 
	text-align: center;
	color: #ccc;
	font-size: 12px;
}
#page_footer1 a, #page_footer a:link, #page_footer a:active, #page_footer a:visited {
	color: #ccc;
}

/* Main footer contains contact details */
#footer {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 8px 0 5px 0;
}
#footer .middle {
	position: relative;
	bottom: 10px;
}
/* Curves image */
#bottom {
	background: transparent url(footer.gif) top left no-repeat;
	height: 40px;
}
h1 { /* Huge Grey Header */
	font-size: 36px;
	color: #ccc;
	margin-top: 0;
}
h2 { /* Main Blue Header */
        font-style: arial, helvetica, sans serif;
	font-weight: normal;
	font-size: 20px;
	color: #464679;
	margin: 3px 0;
	padding: 3px 0;
}
h3 { /* Main Blue Header */
	font-weight: bold;
	font-size: 15px;
	color: #464679;
	margin: 3px 0;
	padding: 3px 0;
}
h5 { /* Small Black Header */
	font-weight: normal;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #464679;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
	td.cell_top {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		background-color: #D0DFF6; 
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	td.cell {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		background-color: #E7E7E7; 
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
	}

	table.border {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	#grey_box {
		background-color: #E7E7E7;
		border: 1px solid #000000;
		padding: 5px;
		width: 500px;
	}
