* {
	font-size: 14px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

html {
	font-size: 14px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	background: url('images/BackGround.gif');	
}

form {
	margin: 0;
}


h1 {
	
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
	color: #3b62b0;
}

h2 {
	font-size: 1.4em;
    padding: 0 0 10px 0;
	color: #3b62b0;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
	color: #3b62b0;
}

h4 {
    font-size: 1.1em;
	color: #3b62b0;
}

h5, h6 {
    font-size: 1em;
	color: #3b62b0;
}

p {
	line-height: 1.8em;
}

table {
	font-size:0.95em;
	border-color: black;	
	border-collapse: collapse;
}

table tr { }

table th {
	background-color:#C0C0C0;
	padding: 2px;
	border-color: black;
	font-size:1.1em;
}

table td {
	padding: 2px;
	border-color: black;	
}

div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.clear {
	clear : both;
}

.title {
	font-size: 2.5em;
	font-weight: bold;
	color: #3b62b0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.NoteLow {
	color: #b5b5b5;
}

/************************************

**	Classes for Sunken Inset Layouts

*************************************/

div.inset {
	width: 100%;
	/* height: 100%; */
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-image: url('images/ForeGround.gif');
	background-repeat: repeat;
}

div.inset-top-left {
	margin-right: 10px; /* clip right corner */
	background-image: url('images/inset_corner_topleft.gif');
	background-repeat: no-repeat;
	background-position: top left; 
	height: 10px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

div.inset-top-middle {
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px;
	margin-right: 10px; /* clip right corner */
	background-image: url('images/inset_horizontal_top.gif');
	background-position: top; 
	background-repeat: repeat-x;
	height: 10px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

div.inset-top-right {
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('images/inset_corner_topright.gif'); 
	background-position: top right;
	background-repeat: no-repeat;
	height: 10px; 
	font-size: 2px;
}

div.inset-bottom-left {
	margin-right: 10px; /* clip right corner */
	background-image: url('images/inset_corner_bottomleft.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 10px;
	font-size: 2px;
}

div.inset-bottom-middle {
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px;
	margin-right: 10px;
	background-image: url('images/inset_horizontal_bottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 10px;
	font-size: 2px; /* correct height for IE */
}

div.inset-bottom-right {
	margin-top: -10px; /* to level of bottom-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('images/inset_corner_bottomright.gif'); 
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 10px; 
	font-size: 2px; 
}

div.inset-left-middle {
	background-image: url('images/inset_vertical_left.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

div.inset-right-middle {
	background-image: url('images/inset_vertical_right.gif');
	background-position: right;
	background-repeat: repeat-y;
}

div.inset-content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;	
	margin-left: 0px;		
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;	
	width: auto;
}

.inset-notoporbottomgap {
	margin-top: 0px;
	margin-bottom: 0px;
}

.inset-notopgap {
	margin-top: 0px;	
}

.inset-nobottomgap {
	margin-bottom: 0px;
}


div.col1of3 {
	position: relative;
	float: left;
	text-align: left;
	width: 15%;
	overflow: visible;
}

div.col2of3 {
	position: relative;
	float: left;
	text-align: left;
	width: 65%;
	overflow: visible;
}

div.col3of3 {
	position: relative;
	float: right;
	text-align: right;
	width: 15%;
	overflow: visible;
	padding: 0 0 0 0;
}	

div.center {
	position: relative;
	float: left;
	text-align: center;
	width: 90%;
	overflow: visible;
	clear : both;
}
/*****************************

**	ID's

******************************/
#header {
	margin-left: 48px;
	margin-right: 48px;
	height: 70px;
	width: auto;
	text-align: center;
}

#header .left {
	position:relative; /*ie needs this to show float */
	float: left;
	left: 0px;
	width: 48px;
	height: 48px;
	margin-left: -47px; /*must be 1px less than width otherwise won't push footer down */
	margin-top: 0px;
	z-index: 100;
	background-image: url('images/console.png');
	background-repeat: no-repeat;
	background-position: top left; 	
}

#header .content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: 0 -1px; /* moz fix*/
	color: #000000;
	text-align: center;
}

#header .right {
	position: relative; /*ie needs this to show float */
	float: right;
	left: -84px;
	width: 134px;
	height: 60px;
	margin-right: -133px; /*must be 1px less than width otherwise won't push footer down */
	margin-top: 0px;
	background-image: url('images/hsd2.gif');
	background-repeat: no-repeat;
	background-position: top right; 			
}

#footer {
	height: 70px;
}

#footer div {
	font-size: 0.8em;
}

#footer  a {
	font-size: 0.8em;
}

/************************************

** Classes for TOP NAV Menus

*************************************/

table.topnav {
	margin: auto;
	padding: 0px;
	width: auto;
	border-style: none;
	border-width: 0px;
	text-align: center;
}

table tr.topnav a {
	font-size: 0.8em;
}

