@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: #F9F9F9;
	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.875em;
	color:#444;
	line-height: 1.2em;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #670d8a;
}
a:hover {
	color: #0082cc;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #666;
}
h1,h2, h3, h4 {
	margin-top: 0.3em;
	margin-bottom: 1em;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #555;
}
h3 {
	font-size: 1.2em;
	color: #670d8a;
}
h4 {
	font-size: 1em;
	color: #FF6600;
}
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;
	background-image: url(img/purple_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.header {
	width: 970px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #555;
	background-image: url(img/hdrlogo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:bold;
	color:#820ab0;
	text-align:right;
	height:28px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/hdrsep1.jpg);
	background-repeat: no-repeat;
	padding: 12px 10px 0px 0px;
}
.sidenav-hdr {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 5px 5px;;
}
.sidenav-hdr a, .sidenav-hdr a:link {
	width: auto;
	display: block;
	line-height: 1.5em;
	color: #0000CC;
	font-weight: bold;
}
.sidenav-hdr a:visited {
	color: #670d8a;
}
.sidenav-hdr a:hover {
	color: #f68500;
}
.sidenav {
	font-size: 0.875em;
	width: 200px;
	padding: 0px 0px 5px 0px;
	margin: auto;
	text-align: left;
	border: solid 1px #ccc;
	background-color:#f6f7fd;
	margin-top:5px;
}
.sidenav a, .sidenav a:link {
	width: auto;
	display: block;
	line-height: 1.5em;
	color: #0000CC;
}
.sidenav a:visited {
	color: #670d8a;
}
.sidenav a:hover {
	color: #e67d01;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style-type: none;
}
.sidenav ul a, .sidenav ul a:link {
	width: auto;
	display: block;
	line-height: 1.5em;
	padding-left: 30px;
	color: #0000CC;
}
.sidenav ul a:visited {
	color: #670d8a;
}
.sidenav ul a:hover {
	color: #e67d01;
}
.sidenav li {
	display: inline; /* for IE5 and IE6 */
}
.sidenav li a {
	font-size: 1.1em;
}

/* column container */
.page {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	float:left;
	width:970px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:970px;			/* 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-image: url(img/pagebk1.gif);
	background-repeat: repeat-y;
	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:210px;			/* Width of left column content (column width minus padding on either side) */
	left:235px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding:0px 5px 5px 5px;
}
.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-image: url(img/pagebk1.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
.twocol .colmid {
	right:0px;					/* width of the right column */
/*	background-color: #fff;	/* center column background colour */
}
.twocol .colleft {
	right:750px;			/* width of the middle column minus width of left column */
/*	background:#fff;		/* left column background colour */
}
.twocol .col1 {
	width:730px;		/* width of center column content (column width minus padding on either side) */
	left:980px;			/* 100% plus left padding of center column */
}
.twocol .col2 {
	width:210px;		/* 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:0px 5px 5px 5px;
}
/* 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.72em;
	color: #303030;
	background-color:#fff;
	border-top: solid 2px #660099;
}
.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;
}
.gray1 {
	color: #696969;
}
.turq1 {
	color: #396A93;
}
.red {
	color: #C20106;
}
.orange1 {
	color: #FF8D1C;
}
.blue1 {
	color: #3300CC;
}
.blue2 {
	color: #3060FE;
}

.brown1 {
	color: #301705;
}
