/* COLORS AND STYLES */

a:link {color: #004890; text-decoration: none; font-weight: bold;}     /* unvisited link */
a:visited {color: #004890; text-decoration: none;font-weight: bold;}  /* visited link */
a:hover {color: #000000; text-decoration: none;font-weight: bold;}   /* mouse over link */
a:active {color: #004890; text-decoration: none;font-weight: bold;}   /* selected link */

.footerlink:link {color: #fff; text-decoration: none; font-weight: normal}     /* unvisited link */
.footerlink:visited {color: #fff; text-decoration: none; font-weight: normal}  /* visited link */
.footerlink:hover {color: #f0f5fb; text-decoration: none; font-weight: normal}   /* mouse over link */
.footerlink:active {color: #fff; text-decoration: none; font-weight: normal}   /* selected link */

.seclink:link {color: #fff; text-decoration: none; font-size:14px; font-weight: bold}     /* unvisited link */
.seclink:visited {color: #fff; text-decoration: none; font-weight: bold}  /* visited link */
.seclink:hover {color: #f0f5fb; text-decoration: none; font-weight: bold}   /* mouse over link */
.seclink:active {color: #fff; text-decoration: none; font-weight: bold}   /* selected link */

table.bigtable {



}

img.spectrum {

}


td.topstripes {

}

td.bottomstripes {

}

td.logo {
	background-color: #f0f5fb;

}


td.motto {
	background-color:  #f0f5fb;

}

td.search {

	background-color: #f0f5fb;

}


td.callout1 {

	border-right-color: #000000;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-style: solid;


}


td.maintitle {

	color: white;
	background-color: #004890;
	border-top-color: #004890;
	border-top-style: solid;
	border-right-color: #004890;
	border-right-style: solid;
	border-left-color: #004890;
	border-left-style: solid;

}

td.mainbody {

	background-image: url(../images/iso_bg_main.jpg); 
	background-repeat: repeat;
	background-color: white;
	border-right-color: #8cadce;
	border-right-style: solid;
	border-left-color: #004890;
	border-left-style: solid;
}


td.secondarytitle {

	color: #004890;
	background-color: #004890;
	border-top-color: #004890;
	border-top-style: solid;
	border-right-color: #000000;
	border-right-style: solid;

}

td.notices {

	background-color: #000000;
	color: white;

}

td.navbar {

	background-color: #004890;
	border-right-color: #004890; 
	border-right-style: solid;
	border-left-color: #000000; 
	border-left-style: solid;
	border-top-color: #000000; 
	border-top-style: solid;

}


td.secondary {

	background-image: url(../images/iso_bg_secondary.jpg); 
	background-repeat: repeat;
	background-color: #8cadce; 
	border-right-color: #000000; 
	border-right-style: solid; 
	border-top-color: #000000; 
	border-top-style: solid;

}

select.quicklinks {

}


.menudark {

	color: #000000 ;
	background-color: #bbccea;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;

}


.menumedium {

	color: #000000;
	background-color: #bbccea;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;

}

.menulight {

	color: #000000;
	background-color: #bbccea;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-color: #000000;
	border-left-style: solid;

}

.menulinkdark:link {color: #000000;}
.menulinkdark:visited {color: #000000;}
.menulinkdark:hover {color: #f0f5fb;}
.menulinkdark:active {color: #000000;}

.menulinkmedium:link {color: white;}
.menulinkmedium:visited {color: white;}
.menulinkmedium:hover {color: #f0f5fb;}
.menulinkmedium:active {color: white;}

.menulinklight:link {color: white;}
.menulinklight:visited {color: white;}
.menulinklight:hover {color: #f0f5fb;}
.menulinklight:active {color: white;}


h1 {

	color: black;

}

p {

	color: black;

}

td.mainbody {
	
	color: black;
	
}

p.secondary {

	color: white;
	font-size: 9pt;
	line-height: 11pt;

}

/* WIDTHS, LINES, AND PADDING */

table.bigtable { 

	width: 975px; 
	
}

img.spectrum {

	margin-left: 16px;
	padding-top: 10px;
}


td.topstripes {

	width: 975px;
	height: 5px;
}

td.bottomstripes {

	width: 975px;
	height: 5px;
}

td.logo {

	width: 174px;

}


td.motto {

	width: 534px;

}

td.search {

	width: 267px;
}

td.callout1 {  /* must add up to 550 */

	width: 533px;
	border-right-width: 1px; 
	border-left-width: 0px; 
	border-top-width: 1px;  
	padding: 0px 0px 0px 0px;

	
}



td.maintitle { /* must add up to 550 */

	width: 532px; 
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	padding: 0px 0px 0px 0px;


}

td.mainbody { /* must add up to 550 */

	width: 512px; 
	padding: 5px 10px 10px 10px;
	border-right-width: 1px; 
	border-left-width: 0px; 
	border-top-width: 1px;  


}


td.notices {

	width: 975px;
	
}

td.navbar { /* must add up to 174 */

	width: 174px;
	border-right-width: 0px; 
	border-left-width: 1px;
	border-top-width: 1px;

}

td.secondarytitle {

	width: 247px; 
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	padding: 0px 0px 0px 0px;


}
	


td.secondary { /* must add up to 276 */

	width: 256px;
	padding: 5px 5px 10px 5px; 
	border-right-width: 1px; 
	border-top-width: 0px; 

}

select.quicklinks {

	margin-left: 11px;
	width: 150px;
	
}


.menudark {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
}


.menumedium {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
}

.menulight {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
}
td.verticalheight {
	width: 1px ;
	height: 275px ;
	background-image: url('/shared/shared_rootsite/images/spacer.gif') ;
	text-align: center ;
	vertical-align: middle ;
}

