body {
	margin:0;
	padding:0;
	border:0;	/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	font-family: Verdana;
	font-size: 0.8em;
	color: #333;
	text-align: center; 	/* This centres everything for old versions of IE. we the reset the text-left in the containing div below*/
}
a {
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
p {
		margin:1em 0 1em 0;
		padding:0;
		line-height: 1.5;
	}

.container{
	position: relative;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height:auto;
	text-align: left;
}
.smallbold{
 font-size: 0.9em;
 font-weight:bold;
}
.smallbold a{
color: #333;
}
.smallbold a:hover{
color: #F93;
}
.smallboldorange{
color: #F93;
}
h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.15em;
font-weight:normal;
color:#F93;
padding: 0;
margin: 0;
}

h1 a {
color: #F93;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
font-weight:bold;
color:#F93;
padding: 0;
margin:0.8em 0 0 0;
}
h2 a{
color:#F93;
}
h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.25em;
font-weight:bold;
color:#333;
padding: 0;
margin:0.8em 0 0 0;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
margin-top: 10px;
}

#head{
	background-color:#000;
	height: 93px;
	text-align: right;
}
.head{
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 3em;
color: #F93;
position: absolute; right: 18px; top: 19px;
}
.navbar{
background-image: url(../background_images/navbar_bg.png);
height: 33px;

}
.navbutton{
width: 95px;
font-family: Helvetica;
font-size: 0.9em;
text-align: center;
font-weight: bold;
line-height: 1;
}
.navbutton a{
	color:#333;
	}
.navbutton a:hover {
	color:#000;
	}
.navspace{
width: 2px;
}
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:5px 0 1em 0;  /*top right bottom left.*/
		overflow:hidden;
		margin: 0;
	}
	
.commentauthinfo {
	font-weight: bold;
	}

.authname {
	color: #FF9933;
	}
	
.authname a {
	color: #FF6600;
	}
		

	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

.insurance_box {
	float: left;
	width: 330px;
	height: 3550x;
	border: medium;
	background-color:#000;
	background-color: #FC6;
	padding: 10px 10px 10px 10px;
}

/* Footer styles */
	#footer {
		clear:both;
		background-color: #000;
		text-align: center;
		font-size: 0.75em;
		color: #CCC;
		line-height: 1.4;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	#footer a {
	color:#FFFFFF;
	}
.tabletext {
	text-align: center;
	font-size: 1.5em;
	color: #CCC;
	}
