body
{
	font-family:Myriad, Arial;
	font-size:11px;
	background-color:#A2D4E6;
	color:#00215A;
}

form
{
	display:inline;
	border:0px solid green;
}
.buyButtons{
	float:left;
	margin:0px 0px 10px 0px;
	width: 380px;	
}
	.buyButtons form{
		width: 80px;
		float:left;
		margin: 0px 80px 0px 0px; 	
	}
/*
table
{
	border:0px solid red;
}

td
{
	border:0px solid red;
}*/

div
{
	border:0px solid green;
}

ul
{
	padding-left:12px;
	margin-left:3px;
}

.fixedheight td
{
	height:35px;
	margin-bottom:5px;
}

.clear{
	font-size: 0px;
	height: 0px;
	clear: both;
	float: none;	
}

div.center
{
	position:absolute;
	left:50%;
	width:0px;
	background:white;
}
.telNumber{
	font-size: larger;	
}
.purple, a.purple, a.purple:visited{
	color: #990099;	
	background:url("Images/purplearrow.gif") left center no-repeat;
}
div.page
{
	position:absolute;
	width:760px;
	left:-380px;
	top:0px;
	background-color:white;
	border:2px solid #00215A;
}

div.titlebar
{
	width:760px;
	height:75px;
	clear:both;
}

div.navbar
{
	text-align:left;
	width:170px;
	clear:none;
	float:left;
}

div.content table, div.navbar table
{
	/*margin-left:5px;*/
	table-layout:fixed;
	border-bottom:0px solid white;
}

div.navbar th, div.content th
{
	padding-left:8px;
	border-bottom:0px solid white;
	background-color:#1C96C3;
	color:white;
	font-size:12px;
	text-align:left;
}

div.navbar div.menusection
{
	padding-top:2px;
	padding-bottom:2px;
}
	div.navbar div.menusection.blueBg{
		padding-left:8px;
		padding-right:8px;
		background-color:#DFF2F7;	
	}
div.scroll
{
	height:112px;
	overflow: auto; /* for backward compatibility */
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-base-color: #00215A;
	scrollbar-face-color: #1C96C3;
	scrollbar-track-color: #DFF2F7;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #1C96C3;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: #1C96C3;
}

div.scroll1
{
	height:260px;
	width:170px;
	overflow: auto; /* for backward compatibility */
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-base-color: #00215A;
	scrollbar-face-color: #1C96C3;
	scrollbar-track-color: #DFF2F7;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #1C96C3;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: #1C96C3;
}


div.scroll table
{
	width:154px;
}

div.titlebar th
{
	padding-left:8px;
	/*border-bottom:2px solid white;*/
	background-color:#00205A;
	color:white;
	font-size:12px;
	text-align:left;
}

div.navbar td
{
	padding-left:8px;
	background-color:#DFF2F7;
	padding-top:0px;
	padding-bottom:0px;
	/*height:5px;*/
}

div.content
{

	clear:none;
	float:right;
	width:588px;
	right:0px;
	margin:0px;
}

div.content td
{
	padding-right:4px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;
}

div.copyright
{
	position:absolute;
	bottom:0px;
	right:0px;
	padding-right:10px;
	clear: both;
}

div.copyright a, div.copyright a:visited, .emailLink
{
	text-decoration:none;
	color:#00215A;
}

.dark
{
	color:#00215A;
}

.light
{
	color:#1C96C3;
}

.bigfont
{
	font-size:15px;
	font-weight:bold;
}

.mediumfont
{
	font-size:11px;
	font-weight:bold;
}

.smallfont
{
	font-size:10px;
}

.justify
{
	text-align:justify;
}

.leftalign
{
	text-align:left;
}

.bluearrowlink
{
	background:url("Images/bluearrow.gif");
	background-position:left center;
	padding-left:10px;
	padding-right:5px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#00215A;
/*	white-space: nowrap; */
}

.bluearrowlink:visited
{
	color:#00215A;
}

.whitearrowlink, .whitearrowlink:visited
{
	color:white;
	background:url("Images/whitearrow.gif");
	background-position:left center;
	padding-left:10px;
	margin-left:5px;
	background-repeat:no-repeat;
	text-decoration:none;
	white-space: nowrap;
}

a img
{
	border:0px;
}

a:hover, a:visited:hover, .bluearrowlink:hover, .bluearrowlink:visited:hover, .whitearrowlink:hover, .whitearrowlink:visited:hover
{
	color:#CC3410;
	/*font-weight:bold;*/
}

.secure-title-red
{
	color:red;
	font-weight:bold;
}

form#addr_info input
{
	width: 144px;
}

form#addr_info select
{
	width: 150px;
}

form#addr_info input.checkbox
{
	width: 10px;
}
div.information{
	
}
	div.information select{
		font-size: smaller;
		color: #00215A;
		margin-left: 7px;
	}
	div.information input{
		font-size: smaller;
		color: #00215A;
		background-color:#A2D4E6;
		border:none;
		height: 17px;
		width: 20px;
	}