html, body { 
	background:#448AB3 url("../images/background.gif") top center repeat-y;
}
body {
	margin:0px;
	text-align: center;
  	min-width: 846px;
}
img {
	border:0;
}
a {
	color:#4993BD;
}
#container {
 	width: 846px;
  	margin-left: auto;
  	margin-right: auto;
}

#subContainer {
	width:786px;
	text-align:left
}
.main, li, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}
.menuTable {
	background-image: url("../images/main_background.gif");
}

.bodyCopy {
	line-height:16px;
}

/*BREAD CRUMB*/
.breadCrumb {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
	height:35px;
	display:block;
	vertical-align:middle;
	color:#9CA7B6;
	text-transform:uppercase;
}

.breadCrumb a {
	color:#9CA7B6;
	text-decoration:none;
}

.breadCrumb a:hover { 
	text-decoration:none;
	color:#223D5F;
}

.breadTitle { 
	height:78px;
	display:block;
	width:100%;
}


.breadSubtitle {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4993BD;
	height:12px;
	text-transform:uppercase;
}

/*SIDE MENU 2nd TIER*/
.sideMenu2 {
	background-image: url("../images/sidebar_background.gif");
}
.sideMenu2 a {
	color:#447089;
	padding-left:35px;
	width:100%;
	display:block;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-image: url("../images/sidebar2_menu.gif");
	line-height:21px;
	background-repeat:no-repeat;
	font-size:12px;
	text-decoration:none;
}
.sideMenu2 a:hover {
	background-image: url("../images/sidebar2_menu_over.gif");
}
.sideMenuHome a {
	color:#447089;
	padding-left:35px;
	padding-right:20px;
	width:80%;
	display:block;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-image: url("../images/sidebar2_menu.gif");
	line-height:17px;
	background-repeat:no-repeat;
	font-size:12px;
	text-decoration:none;
}
.sideMenuHome a.button {
	display:inline;
	background-image:none;
}

.sub2menu a {
	color:white;
	padding-left:11px;
	width:100%;
	display:block;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-image: url("../images/nav/topmenu_sub_off.gif");
	line-height:20px;
	background-repeat:no-repeat;
	font-size:10px;
	text-decoration:none;
}
.sub2menu a:hover {
	color:#223D5F;
	background-image: url("../images/nav/topmenu_sub_on.gif");
}
/* 2nd TIER DROP DOWN MENU */

/* DROP DOWN MENU */ 
#dropmenudiv {
	position:absolute;
	border:0px;
	font-size:9px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:20px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	color:#FFFFFF;
	display: block;
	text-align:left;
	text-indent: 10px;
	border-bottom: 0px solid black;
	background-image: url("../images/nav/topmenu_sub_off.gif");
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-image: url("../images/nav/topmenu_sub_on.gif");
	color:#205071;
}
/* END DROP DOWN MENU*/


.search input {
	margin-left:5px;
	width:122px;
	font-size: 10px
}
input, select {
	border: 1px solid #7F9DB9;
	font-size: 10px;
	height:15px;
}
imput .fixwide {
	width:100px;
}
form { padding:0;margin:0; }
h1 {
	margin:0px 0px 10px 0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4993BD;
	text-transform:uppercase;
}
.h1 {
	margin:0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4993BD;
	text-transform:uppercase;
}
h2 {
	margin:0px 0px 10px 0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
	text-transform:uppercase;
}
.noborder {
	border:0;
}