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:1035px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #555;
	background-color: #8DBDDC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align:center;
}

textarea { font: 11px Verdana, Arial, Helvetica, sans-serif;}

h1 { margin-bottom:5px; padding-bottom:0; font-size:18px; font-weight:bold;}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #0e76bc;
	text-decoration: none;
	font-weight:bold;
}


a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #0e76bc;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #004a7c;
	text-decoration: underline;
	font-weight:bold;
}


a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #0e76bc;
	text-decoration: none;
	font-weight:bold;
}

#container { width:1035px; min-height:100%; text-align:center; margin:0 auto; z-index:1;  }
#nav {font-size:11px; width:1025px; z-index:200; position:relative; top:123px; float:right; height:20px;}
#topper {width:1035px; text-align:center; position:relative; z-index:100;}
#main_content {width:600px; position:relative; float:left; padding:0 0 0 30px; text-align:left; z-index:5; margin:auto; min-height:100%; }
#hero_content {width:1030px; position:relative; float:left; padding:0 0 0 30px; text-align:left; z-index:5; margin:auto; min-height:100%; }
#rightcol_content {text-align:left; font-size:11px; line-height:15px; padding:0 30px;}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	
	float:left;
	width:1035px;			/* width of whole page */
	/* overflow:hidden;	clear:both;	 This chops off any overhanging divs */
	z-index:3;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:1035px;
	position:relative;
	
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
	vertical-align:top;
	
}

.col2  {  z-index:4; background-image:url(images/left.gif); background-repeat:no-repeat; background-position:bottom left; background-color:#afd1ea; }


/* 2 Column (left menu) settings */
.leftmenu {
	  text-align:left; background-color:#c8dff1;	
	  position:relative; top:-29px;	/* right column background colour */
	   background-image:url(images/right-bg63.gif); background-repeat: repeat-x;
}

.leftmenu .colleft {
	right:346px;		/* right column width */
	background:#8DBDDC;	/* left column background colour */
	border-right:1px solid #f2ff00;
}
.leftmenu .col1 {
	width:346px;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:680px;			/* left column content width (column width minus left and right padding) */
			/* (right column left and right padding) plus (left column left padding) */
}

.footer { font-size:10px; text-align:center; font-weight:normal; line-height:16px; padding: 0 0 15px 0; }
.small_body { font-size:11px; line-height:16px; }

a.footer:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	 font-weight:normal;
}


a.footer:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}

a.footer:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: underline;
}


a.footer:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
