/* COLORS AND STYLES */

a:link {color: #004990; text-decoration: none;}     /* unvisited link */
a:visited {color: #004990; text-decoration: none;}  /* visited link */
a:hover {color: #5393d1; text-decoration: none;}   /* mouse over link */
a:active {color: #004990; text-decoration: none;}   /* selected link */

.footerlink:link {color: #fff; text-decoration: none;}     /* unvisited link */
.footerlink:visited {color: #fff; text-decoration: none;}  /* visited link */
.footerlink:hover {color: #5393d1; text-decoration: none;}   /* mouse over link */
.footerlink:active {color: #fff; text-decoration: none;}   /* selected link */

table.bigtable {



}

img.spectrum {

}


td.topstripes {

}

td.bottomstripes {

}

td.logo {
	background-color: white;

}


td.motto {
	background-color:  white;

}

td.search {

	background-color: white;

}


td.callout1 {

	border-left-color: #5393d1;
	border-left-style: solid;
	border-top-color: #004990;
	border-top-style: solid;
	border-right-color: #004990;
	border-right-style: solid;


}


td.maintitle {

	color: white;
	font-size: 0px;
	line-height: 0px;
	background-color: white;
	border-top-color: #004990;
	border-top-style: solid;
	border-right-color: #004990;
	border-right-style: solid;
	border-left-color: #5393d1;
	border-left-style: solid;

}

td.mainbody {

	background-color: white;
	border-right-color: #d7d7d7;
	border-right-style: solid;
	border-left-color: #5393d1;
	border-left-style: solid;
}

td.secondary {

	background-color: #004890;
	border-right-color: #004990;
	border-right-style: solid;
}


td.secondarytitle {

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

}

td.notices {

	background-color: #004890;
	color: white;

}

td.navbar {

	background-color: #5393d1;
	border-top-color: #5393d1;
	border-top-style: solid;
	border-left-color: #5393d1;
	border-left-style: solid;

}



select.quicklinks {

}


.menudark {

	color: white;
	background-color: #004890;
	border-bottom-color: #5393d1;
	border-bottom-style: solid;

}


.menumedium {

	color: white ;
	background-color: #004890;
	border-bottom-color: #5393d1;
	border-bottom-style: solid;

}

.menulight {

	color: white ;
	background-color: #004890;
	border-bottom-color: #5393d1;
	border-bottom-style: solid;

}

.menulinkdark:link {color: white;}
.menulinkdark:visited {color: white;}
.menulinkdark:hover {color: #9ac7f2;}
.menulinkdark:active {color: white;}

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

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


h1 {

	color: black;

}

p {

	color: black;

}

td.mainbody {
	
	color: black;
	
}



/* 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: 0px;
	border-left-width: 1px; 
	border-top-width: 0px;  
	padding: 0px 0px 0px 0px;

	
}



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

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


}

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

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


}

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

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


}


td.notices {

	width: 975px;
	
}

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

	width: 172px;
	border-left-width: 1px; 
	border-top-width: 1px; 

}


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

	width: 246px;
	padding: 5px 10px 10px 10px; 
	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;
}


.menumedium {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

.menulight {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

td.verticalheight {
	width: 1px ;
	height: 350px ;
	background-image: url('/shared/shared_rootsite/images/spacer.gif') ;
	text-align: center ;
	vertical-align: middle ;
}

