/* default css */

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:12px;
		font-family: Arial, Verdana, sans-serif;
	}
	a {
		color:#00A;
		text-decoration: none;
	}
a:hover { 
  outline: none;
}
.la {
  font-size:14px;
  font-weight: bold;
  text-decoration: underline;
}

.binfo {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.navlink {
  text-decoration: underline;
  font-size: 13px;
}

.currlink {
  font-weight: bold; 
  font-size: 13px;
}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #aaa;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #C0C0C0;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		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, .col1b,
	.col3, .col2b {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	.doublepage {
		background:#fff;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	.doublepage .col1b {
		width:58%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2b {
		width:34%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:0px solid #C0C0C0;
		text-align: center;
		padding: 15px;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
ins {
  background-color: #fff;
  color:#4CC417;
  text-decoration: none;
}

del {
  background-color: 	#fff;
  color:	#FF4444;
  text-decoration: none;
}

div#toplogo {
  width:	238px;
  height:	30px;
  background-color: #FFFFFF;
  padding-top:	4px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

div#topsearch {
  height:	30px;
  padding-top: 29px;
}

div#dellogoheading {
  width:	100%;
  background-color: #FFFFFF;
  padding-right: 50px;
  float: left;
  clear: left;
  border-bottom: 3px solid red;
}

div#dellogo {
  height:	auto;
  width:	100;
  background-color: #FFFFFF;
  padding-top:	10px;
  padding-left: 0px;
  float: left;
  clear: left;
}

div#deltext {
  height:	auto;
  width: 80%;
  padding-top:	15px;
  padding-left: 10px;
  float: left;
}

div#inslogoheading {
  width:	100%;
  background-color: #FFFFFF;
  padding-top:	0px;
  padding-left: 0px;
  float: left;
  border-bottom: 3px solid green;
}


div#inslogo {
  height:	auto;
  width:	100;
  background-color: #FFFFFF;
  padding-top:	10px;
  padding-left: 0px;
  float: left;
  clear: left;
}

div#instext {
  height:	auto;
  width: 80%;
  padding-top:	15px;
  padding-left: 10px;
  float: left;
}

#errormsg {
  text-align:center;
  background:red;
  clear:both;
  padding:1px;
  font-size:12px;
  color:white;
}

.blurb {
  text-align: right;
  color: #aaa;
}

.widepage {
		padding-left: 25px;
		padding-right: 25px;
}

	div#topnav {
		clear:both;
		float:left;
		width:100%;
		padding-left: 10px;
		padding-top: 3px;
	}
	
	div#onecol {
		clear:both;
		float:left;
		width:100%;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 3px;
	}
	
	.imagefloatleft {float: left; margin: 0 2px 2px 0;}

