@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: #777;
	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: 13px;
}
a:link, a:visited {
	color: #0000CC;
}
a:hover {
	color: #DD0000;
}
h1 {
	margin:0em 0 .2em 0;
	padding:0;
}
h2, h3, h4 {
	margin:.3em 0 .2em 0;
	padding:0;
}
h1 {
	font-size: 28px;
	color: #0000C6;
}
h2 {
	font-size: 20px;
	color: #3060FE;
}
h3 {
	font-size: 16px;
	color: #3653D8;
}
h4 {
	font-size: 14px;
	color: #FF6600;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#layout {
	background-color: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FCFCFC;
	clear:both;
	width: 960px;
	height: 102px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 3px solid #888;
}
.header-lbox {
	width: 570px;
	padding: 0px;
	float:left;
}
.header-rbox-wrap {
	width:auto;
	margin-left:520px;
}
.topnav {
	width: 960px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 6px;
	font-size: 14px;
	text-align: center;
	background-color: #405F91;
	background-image: url(img/hdr001.gif);
	background-repeat: repeat-x;
	color: #f0f0f0;
}
.sidenav {
	background-color: #FFFFFF;
	font-size: 12px;
	width: 160px;
	padding: 0px;
	margin: auto;
	text-align: left;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}
.sidenav a {
	display: block;
	width: 100%;
	padding: 4px 0 4px 4px;
	font-weight: bold;
	text-decoration: none;
	color: #333366;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
}

.sidenav a:link, .sidenav a:active, .sidenav a:visited {
	color: #333366;
	font-weight: bold;
}
.sidenav a:hover {
	background-color:#00ccff;
	color: #333366;
}
.sidenav li {
	display:inline;
}
.sidenav-hdr {
	margin: 0px;
	background-color: #0F6CCA;
	color: #F8F8F8;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}

/* 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:right;
	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 {
	background:#fff;
}
.twocol .colmid {
	right:0px;		/* center column background colour */
	background-color: #FFF;
}
.twocol .colleft {
	left:790px;			/* width of the middle column minus width of left column */
	background:#d8d8d8;	/* left column background colour */
}
.twocol .col1 {
	width:780px;		/* width of center column content (column width minus padding on either side) */
	right:965px;			/* 100% plus left padding of center column */
}
.twocol .col2 {
	width:170px;			/* Width of left column content (column width minus padding on either side) */
	right:10px;			/* left column start pos. plus (center column left and right padding) */
}
/* Footer styles */
.footer {
	clear:both;
	width:960px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	padding: 6px 0px 6px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #303030;
	background-color:#FFFEFB;
}
.colh1 {
	padding-bottom: 6px;
	background-color: #F2F1EC;
}
.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;
}
