BODY {
	background-color: rgb(1,74,129);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

#leftOuterContainer {
	text-align: center;
	width: 900px;
	margin: 0px auto;
	height: auto;
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#rightOuterContainer {
	width: 100%;
	height: auto;
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#container {
	margin: 0px auto;
	padding: 0px;
	padding-top: 5px;
	width: 800px;
	height: auto;
	display: table;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
}

#flashContent {
	margin-bottom: 5px;
}

#mainbody_container {
	padding: 0;
	margin: 0;
	height: auto;
}

#mainbody {
	background-color: rgb(255,255,255);
	clear: both;
	float: left;
	display: inline; /* So IE plays nice */
	height: auto;
}

#column1_container {
	float: left;
	background-color: #f4f4f4;
	display: table;
	height: auto;
	width: 190px;
}
#column1 {
	text-align: left;
	margin-left: 12px;
	padding-bottom: 30px;
}

#column1 H2 {
	font-size: small;
	color: #6d6d6d;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 0px;
}
#column1 A {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 150px;
	padding: 0px;
	padding-left: 3px;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	text-transform: titlecase;
	color: #666;
}
#column1 A:hover {
	color: #666;
}
#column1 A.subMenu {
	font-weight: normal;
	font-size: x-small;
	line-height: 1.2em;
	color: #00529c;
}
#column1 A:hover.subMenu {
	color: #666;
	text-decoration: underline;
}
.column1_subMenu {
	display: block;
}

#column1 A.subMenuON {
	font-weight: normal;
	font-size: x-small;
	line-height: 1.2em;
	color: #f00;
}
#column1 A:hover.subMenuON {
	text-decoration: none;
}
.column1_subMenuON {
	display: block;
}


#column2_container {
	text-align: left;
	display: table;
	min-width: 590px;
	height: auto;
}
#column2 {
	height: auto;
}

#column2 H1 {
	display: inline;
	color: #00529c;
}
#column2 H1 {
	font-size: medium;
}
#column2 H1.home {
	font-size: x-small;
}
#column2 H1.red {
	color: red;
}
#column2 H2 {
	font-size: small;
	display: inline;
	color: #00529c;
}

#column2 H3, #column2 H4 {
	font-size: x-small;
	display: inline;
	color: #00529c;
}

#column2 H5, #column2 H6 {
	font-size: xx-small;
	display: inline;
	color: #00529c;
}

.style23 {
	font-size: xx-small;
	font-weight: bold;
	color: #00529c;
}

#column2 P {
	font-size: x-small;
	line-height: 1.2em;
	color: #666;
	margin: 7px 0px;
	padding: 7px 0px;
}
#column2 A {
	color: #00529c;
	text-decoration: none;
}
#column2 A:hover {
	color: #666;
	text-decoration: underline;
}

#column2 TABLE {
	border-collapse: collapse;
	font-size: x-small;
}
#column2 TH {
	background-color: #00529c;
	color: #fff;
	padding: 3;
	text-align: center;
}
#column2 TD {
	background-color: #fff;
	color: #fff;
	padding: 3;
}
.category {
	font-weight: bold;
}

#column2 LABEL {
	font-size: small;
	font-weight: bold;
	line-height: 1.2em;
	color: #00529c;
}
#column2 STRONG,
#column2 B {
	font-weight: bold;
	color: #00529c;
}
#column2 UL {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style-type: none;
	line-height: 2.0em;
	font-size: x-small;
	font-weight: normal;
} 
#column2 UL LI {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	display: block;

	background-image: url(../images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;

	padding-left: 12px;
	text-decoration: none;
	color: #666;
	text-transform: titlecase;
}

#column2 UL LI A, #column2 UL LI A:link, #column2 UL LI A:visited, #column2 UL LI A:active {
	border: none;
	text-decoration: none;
	color: #666;
	text-transform: titlecase;
}
#column2 UL LI A:hover {
	background-image: url(../images/bullet_on.gif);
	color: rgb(25,54,98);
}

#column2 IMG.image1 {
	width: 570px;
	border: 3px solid #999;
}

#column2_multi_1 {
	width: 570px;
	height: 212px;
	border: 3px solid #999;
	background-repeat: no-repeat;
	background-position: top right;
}
#column2_multi_2 {
	width: 50%;
	height: 212px;
	background-repeat: no-repeat;
	background-position: top left;
}


#column2 IMG.image3x {
	width: 400px;
	border: none;
}

#button {
	text-align: center;
}

#matrix {
	padding: 40px 0px 0px 0px;
}
#matrix TABLE {
	border-collapse: collapse;
	font-size: medium;
}

#matrix TD.topLeft,
#matrix TD.topFill,
#matrix TD.topRight,
#matrix TD.sideLeft,
#matrix TD.sideRight,
#matrix TD.bottomLeft,
#matrix TD.bottomFill,
#matrix TD.bottomRight {
	font-size: 1px;
	padding: 0;
	margin: 0;
}
#matrix TD.topLeft,
#matrix TD.topFill,
#matrix TD.topRight {
	height: 12px; 
}
#matrix TD.sideLeft {
	width: 15px; 
}
#matrix TD.sideRight {
	width: 18px; 
}
#matrix TD.bottomLeft,
#matrix TD.bottomFill,
#matrix TD.bottomRight {
	height: 18px;
}

#matrix TD.topLeft {
	background-image: url(../images/matrix2/matrix_topleft.png); 
	background-repeat: no-repeat;
	background-position: top left;
}
#matrix TD.topFill {
	background-image: url(../images/matrix2/matrix_topfill.png);
	background-position: top;
}
#matrix TD.topRight {
	background-image: url(../images/matrix2/matrix_topright.png); 
	background-repeat: no-repeat; 
	background-position: top right;
}
#matrix TD.sideLeft {
	background-image: url(../images/matrix2/matrix_sideleft.png); 
	background-repeat: repeat-y;
	background-position: top left;
}
#matrix TD.sideRight {
	background-image: url(../images/matrix2/matrix_sideright.png); 
	background-repeat: repeat-y;
	background-position: top right;
}
#matrix TD.bottomLeft {
	background-image: url(../images/matrix2/matrix_bottomleft.png); 
	background-repeat: no-repeat;
	background-position: bottom left;
}
#matrix TD.bottomFill {
	background-image: url(../images/matrix2/matrix_bottomfill.png);
	background-position: bottom;
}
#matrix TD.bottomRight {
	background-image: url(../images/matrix2/matrix_bottomright.png); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}

#matrix TH.apex {
	color: rgb(255,255,255);
	background-image: url(../images/matrix2/matrix_cell.png); 
	text-align: left; 
	width: 200px; 
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TH.column {
	text-align: center;
	width: 80px;
	color: rgb(255,255,255);
	background-color: rgb(127,148,205);
	border-left: 1px solid rgb(0,82,144);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}

#matrix TH.dark {
	height: 20px;
	text-align: left;
	padding-left: 5px;
	background-image: url(../images/matrix2/matrix_cell.png); 
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TH.white {
	height: 20px;
	text-align: left;
	padding-left: 5px;
	background-color: rgb(255,255,255);
	color: rgb(127,148,205);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TH.mid {
	height: 20px;
	text-align: left;
	padding-left: 5px;
	background-color: rgb(127,148,205);
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TH.red {
	height: 20px;
	text-align: left;
	padding-left: 5px;
	background-color: rgb(208,38,41);
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}

#matrix TD.dark {
	background-image: url(../images/matrix2/matrix_cell.png); 
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgb(0,82,144);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TD.white {
	background-color: rgb(255,255,255);
	color: rgb(127,148,205);
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgb(0,82,144);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TD.mid {
	background-color: rgb(127,148,205);
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgb(0,82,144);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TD.red {
	background-color: rgb(208,38,41);
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgb(0,82,144);
	border-bottom: 1px solid rgb(0,82,144);
	padding: 5px;
}
#matrix TH.baseMessage {
	color: rgb(255,255,255);
	background-image: url(../images/matrix2/matrix_cell.png); 
	padding: 5px;
}

#montage {
	margin-top: 10px;
}
#montage TD {
	text-align: center;
}
.montageImage {
	width: 120px;
	height: 90px;
	margin: 10px;
	border: 3px solid #999;
	background-position: center center;
}
.montageImage IMG {
	border: none;
	width: 120px;
	height: 90px;
	height: auto;
}

#footer_container {
	padding: 0;
	margin: 0px auto;
	height: auto;
	width: 100%;
}
#footer {
	margin-bottom: 10px;
	margin-left: 225px;
	margin-right: 10px;
	background-color: #fff;
	clear: both;
	float: left;
	height: auto;
	display: inline; /* So IE plays nice */
	font-size: x-small;
	color: #666;
	text-align: left;
}
#footer ADDRESS {
	font-style: normal;
	margin: 15px 0px;
	color: #666;
}
#footer UL {
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	font-size: xx-small;
	font-weight: normal;
}
#footer LI {
	display: inline;
}
#footer LI A, #footer LI A:link, #footer LI A:visited, #footer LI A:active {
	margin: 0px;
	padding: 0px;
	padding-right: 12px;
	border: none;
	color: #888;
	text-decoration: none;
}
#footer LI A:hover {
	color: #c0c;
}

#scripts {
	display: none;
}

.icon {
	border: none;
}