@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: #E6E3DB;
	min-width:960px;		/* 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: 0.85em;
	color:#101010;
	line-height: 1.3em;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #670d8a;
}
a:hover {
	color: #F07800;
}
h1 {
	font-size: 1.5em;
	color: #3F3F3F;
}
h1,h2, h3, h4 {
	margin-top: 0.3em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	color: #0033CC;
}
h3 {
	font-size: 1.2em;
	color: #0033FF;
}
h4 {
	font-size: 1em;
	color:#000099;
}
p {
  margin: 14px 0 14px 0; /* Use 1em for default */
  padding: 0;
}
/* Header styles */
#layout {
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 1000px;
	height: 144px;
	margin-left:auto;
	margin-right:auto;
	background-color: #0078BF;
	background-image: url(img/logo1b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerb {
	width: 640px;
	height:138px;
	margin-left:350px;
	float:left;
	padding:3px;
}
.headerbb1 {
	float:left;
	margin-left:35px;
	width:160px;
	height:128px;
	background-color:#FFFFFF;
	border: solid 1px #000;
	padding:4px;
}
.hnavbar {
	width: 1000px;
	height:42px;
	background-color:#FFF;
	background-image: url(img/navbk.gif);
	background-repeat:repeat-x;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555;
	border-bottom-color: #555;
	text-align:center;
	color:#AAA;
}
.hnavwrap {
	padding-top:14px;
	font-size: 1.1em;
}
.hnavwrap a, .hnavwrap a:link, .hnavwrap a:visited {
	color: #000088;
	font-weight:bold;
	font-style:italic;
	padding:0 15px 0 15px;
	text-decoration:underline;
}
.hnavwrap a:hover, .hnavwrap a:active, .hnavwrap a.current {
	color: #FF6600;
	text-decoration: none;
}
.sidebox ul {
	padding-left:20px;
}
.sidebox ul li {
	padding-bottom:4px;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	float:left;
	width:1000px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-image: url(img/sidebk1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:1000px;			/* 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-color: #fff;
}
.threecol .colmid {
	right:215px;			/* width of the right column */
/*	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:535px;			/* width of the middle column */
/*	background-color: #fff; /* left column background colour */
}
.threecol .col1 {
	width:515px;		/* width of center column content (column width minus padding on either side) */
	left:980px;		/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:190px;			/* Width of left column content (column width minus padding on either side) */
	left:215px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding:0px 5px 5px 5px;
	color: #fafafa;
}
.threecol .col3 {
	width:205px;			/* Width of right column content (column width minus padding on either side) */
	left:770px;			/* 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 {
	background-color: #fff;
}
.twocol .colmid {
	right:0px;					/* width of the right column */
/*	background-color: #fff;	/* center column background colour */
}
.twocol .colleft {
	right:800px;			/* width of the middle column minus width of left column */
/*	background:#fff;		/* left column background colour */
}
.twocol .col1 {
	width:780px;		/* width of center column content (column width minus padding on either side) */
	left:1010px;			/* 100% plus left padding of center column */
}
.twocol .col2 {
	width:190px;		/* Width of left column content (column width minus padding on either side) */
	left:20px;			/* left column start pos. plus (center column left and right padding) */
	padding:5px;
}
.twocol .col2 a, .twocol .col2 a:link, .twocol .col2 a:visited, .twocol .col2 a:active {
	color: #000088;
}
.twocol .col2 a:hover {
	color: #FF6600;
}
/* Footer styles */
.footer {
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 6px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #303030;
	background-color:#fff;
	border-top: solid 1px #555;
}
.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;
}
img.floatright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}
img.floatleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	display:inline;
}
.gray1 {
	color: #696969;
}
.turq1 {
	color: #396A93;
}
.red {
	color: #C20106;
}
.red1 {color: #B90000}
.orange1 {
	color: #FF8D1C;
}
.blue1 {
	color: #3300CC;
}
.blue2 {
	color: #3060FE;
}

.brown1 {
	color: #301705;
}
.box1 {
	border: 1px solid #0066CC;
	margin: 0px;
	padding: 4px;
}
.boxcontainer {
	margin:0;
	padding:0;
	background-color: #F9F1DB;
}
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #F9F1DB;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}
