@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: #d0d0d0;
	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;
}
a:link, a:visited {
	color: #0000DD;
}
a:hover {
	color: #F74A00;
}
h1 {
	margin:0;
}
h2, h3 {
	line-height: 140%;
}
h1 {
	font-size: 20px;
	color: #0000C6;
}
h2 {
	font-size: 18px;
	color: #008056;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p, li {
	line-height: 140%;
}
/* Header styles */
#layout {
	background-color: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFBEC;
	clear:both;
	width: 960px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/hdr1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header a:link, #header a:visited {
	color: #004488;
}
#header a:hover {
	color: #F74A00;
}
.sidenav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	padding: 0px;
	margin: auto;
	text-align: left;
}
.navbox-content {
	width: 170px;
	padding: 0px;
	margin: auto;
	text-align: left;
}
.navbox-content ul {
	background-image: url(img/navbox1_04.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}
.navbox-content li {
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.navbox-content a {
	display: block;
	width: 100%;
	padding: 16px 0px 4px 0px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
}
.navbox-content a:link, .navbox-content a:active, .navbox-content a:visited {
	font-weight: bold;
	color: #000;
}
.navbox-content a:hover {
	color: #008056;
}
/* 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-color: #fff;
}
.threecol .colmid {
	right:220px;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:580px;	/* left column background colour */
	background-color: #FFFBEC;
}
.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;			/* start of the left column */
	background:#fff;		/* center column background colour */
}
.twocol .colleft {
	right:780px;	/* left column background colour */
	background-color: #F9F9F7;
}
.twocol .col1 {
	width:770px;		/* width of center column content (column width minus padding on either side) */
	left:965px;
}
.twocol .col2 {
	width:180px;			/* 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 */
.footer {
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border-top: solid #000000 1px;
	padding: 6px 0px 6px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #303030;
}
.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;
}
