/* THE FOLLOWING SETS CLASSES FOR THE BODY */

/* Sets margins for the body to 0 */

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}


/* THE FOLLOWING SETS CLASSES FOR TEXT */

/* Sets main text on entire site */
.text {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666
	}

/* Sets header text for the popup windows */
.blueheadertext {
	font-family: arial narrow, arial, helvetica, sans-serif; 
	font-size: 18px; 
	color: #7392CC;
	font-weight: bold;
	}

/* Sets blue text on main pages */
.bluetext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #718BBC;
	font-weight: bold;
	}

/* Sets blue header text on About pages */
.blueheader2text {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #718BBC;
	font-weight: bold;
	}

/* Sets header text on website */
.headertext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #333333;
	font-weight: bold;
	}

/* Sets bullet text */
.bullettext {
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
/* Sets bottom navigation text */
.footer {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666
	}

/* Sets small text for Disclaimer/Privacy Policy */
.smalltext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666
	}

/* Sets side text */
.sidetext {
	font-family: arial narrow, arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #7392CC
	}

/* Sets side subtext */
.sidesubtext {
	font-family: arial narrow, arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #333333
	}

/* Sets text for top navigation in Admin section*/
.topnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF
	}


/* THE FOLLOW SETS CLASSES FOR LINKS */

/* Sets main blue links */
A:link {
	color: #718BBC; 
	text-decoration: underline
	}
	
A:visited {
	color: #718BBC; 
	text-decoration: underline
	}
	
A:hover {
	color: #718BBC; 
	text-decoration: underline
	}

/* Sets main blue links */
A.newsnav:link {
	color: #718BBC; 
	text-decoration: none
	}
	
A.newsnav:visited {
	color: #718BBC; 
	text-decoration: none
	}
	
A.newsnav:hover {
	color: #718BBC; 
	text-decoration: underline
	}

/* Sets footer links */
A.footernav:link {
	text-decoration: none;
	color: #666666
	}
	
A.footernav:visited {
	text-decoration: none;
	color: #666666
	}
	
A.footernav:hover {
	text-decoration: underline;
	color: #666666
	}
	
/* Sets side navigation header links */
A.sidenav:link {
	text-decoration: none;
	color: #7392CC
	}
	
A.sidenav:visited {
	text-decoration: none;
	color: #7392CC
	}
	
A.sidenav:hover {
	text-decoration: underline;
	color: #7392CC
	}

/* Sets side subnavigation links */
A.sidesubnav:link {
	text-decoration: none;
	color: #333333
	}
	
A.sidesubnav:visited {
	text-decoration: none;
	color: #333333
	}
	
A.sidesubnav:hover {
	text-decoration: underline;
	color: #333333
	}

/* Sets link style/color for top text navigation for Admin section*/
A.topnavlink:link {
	color: #FFFFFF;
	text-decoration: none
	}
	
A.topnavlink:visited {
	color: #FFFFFF;
	text-decoration: none
	}
	
A.topnavlink:hover {
	color: #FFFFFF;
	text-decoration: underline
	}


/* THE FOLLOWING SETS CLASSES FOR BACKGROUND COLOR/GRAPHICS */

/* Sets blue background color at the top of the page */
.bluebkg {
	background-color: #D6DDEB;
	}

/* Sets darker blue background in Admin section */
.darkerbluebkg {
	background-color: #98ABCE
	}
	
/* Sets white background */
.whitebkg {
	background-color: #FFFFFF;
	}

/* Sets top bar background graphic */
.topbar {
	background-image: url("images/topbar.gif");
	background-repeat: repeat-x;
	}

/* Sets verticle line background graphic */
.bkg {
	background-image: url("images/bkg.gif");
	background-repeat: repeat-y;
	background-position: center;
	}

/* Sets light gray background for different lines */
.ltgraybkg {
	background-color: #CCCCCC
	}
	
/* Sets light blue popup background */
.popupbkg {
	background-color: #98ABCE
	}
	
	
/* THE FOLLOWING SETS CLASSES FOR BORDER COLOR */

/* Sets gray outside border */
.grayborder {
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
/* Sets top and bottom gray border for the News and Events */
.newseventsborder {
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #F2F5F9;
	}

/* Sets top border for the footer information on the subpages */
.footerborder {
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	}

/* Sets right and bottom blue border for the Capabilities main page */
.bluerghtbtmborder {
	border-right-color: #7490C4;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #7490C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: top;
	}

/* Sets right blue border for the Capabilities main page */
.bluerghtborder {
	border-right-color: #7490C4;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align: top;
	}

/* Sets bottom blue border for the Capabilities main page */
.bluebtmborder {
	border-bottom-color: #7490C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: top;
	}

/* Sets blue border for the Cost Reduction page */
.blueborder {
	border-color: #7490C4;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	}
	
/* THE FOLLOWING SETS CLASSES FOR FORMS */
/* Sets the margins for the Search */
.search {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}