@charset "utf-8";
/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #f5f5f5;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(img/mainbk1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
}
a:link, a:visited {
	color: #ffff66;
}
a:hover {
	color: #aec6ce;
}
h1 {
	margin:0em 0 .2em 0;
	padding:0;
}
h2, h3, h4 {
	margin:.3em 0 .2em 0;
	padding:0;
}
h1 {
	font-size: 30px;
	color: #f5f5f5;
}
h2 {
	font-size: 20px;
	color: #EAEA00;
}
h3 {
	font-size: 16px;
	color: #4F3002;
}
h4 {
	font-size: 14px;
	color: #FF6600;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#layout {
	background-color: #1b517b;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/contbk1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	clear:both;
	width: 960px;
	height: 90px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/logo1.jpg);
	background-repeat: no-repeat;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:960px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:960px;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:5px 0 5px 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background:#f8f8f8;		/* right column background colour */
}
.threecol .colmid {
	right:220px;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:580px;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:570px;		/* width of center column content (column width minus padding on either side) */
	left:965px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:160px;			/* Width of left column content (column width minus padding on either side) */
	left:230px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:210px;			/* Width of right column content (column width minus padding on either side) */
	left:810px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	padding: 5px;
}
/* 2 Column settings */
.twocol {

}
.twocol .colmid {
	right:0px;
}
.twocol .colleft {
	right:790px;	/* left column background colour */
}
.twocol .col1 {
	width:780px;		/* width of center column content (column width minus padding on either side) */
	left:965px;			/* 100% plus left padding of center column */
}
.twocol .col2 {
	width:170px;			/* Width of left column content (column width minus padding on either side) */
	left:10px;			/* left column start pos. plus (center column left and right padding) */
}
/* Footer styles */
.onecol {
}
.onecol .col1 {
	width: 960px;
}
.floatleft {
	float:left;
	margin: 0 5px 5px 0px;
	display: inline;
}
.floatright {
	float:right;
	margin: 0 0 5px 5px;
	display: inline;
}
.footer {
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 6px 0px 6px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.colh1 {
  padding-bottom: 6px;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tinytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.indent {
	margin-left: 16px;
}
.gray1 {
	color: #696969;
}
.turq1 {
	color: #396A93;
}
.red {
	color: #C20106;
}
.orange1 {
	color: #FF8D1C;
}
.blue1 {
	color: #3300CC;
}
.blue2 {
	color: #3060FE;
}
.brown1 {
	color: #301705;
}

.box {
	padding: 5px;
	margin: 0px;
}