/* General CSS page for CAB pages */

/* Default hyperlinks */
a {font-weight: bold; text-decoration: none; background-color: transparent;}
a:link {color: #000086; }
a:active {color: #FFCC00; }
a:visited {color: #000086; }
a:hover {color: #FFCC00; }

hr { background-color: #000086; }

h1 { color: #000086; }
h2 { 
	font-size: 10pt; 
	font-weight: 600;
	margin: 6px 0 0 0; 
	color: #000086;
	font-style: italic;
}

#title {
	background-image: url(../images/gradient650blue.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFCC;
}
#title a:link {color: #FFFFCC;}
#title a:active {color: #FFCC00;}
#title a:visited {color: #FFFFCC;}
#title a:hover {color: #FFCC00;}

#content_wrapper {
	background-image: url(../images/content650blue.jpg);
	background-repeat: repeat-y;
}

#rss_link a img {
	vertical-align: text-bottom;
}

#menu p {color: #FFFFCC;}
#menu p a:link {color: #FFFFCC;}
#menu p a:active {color: #FFCC00; }
#menu p a:visited {color: #FFFFCC;}
#menu p a:hover {color: #FFCC00;}
#menu li { color: white; }
#menu li a {font-weight: normal;}
#menu li a:link {color: white;}
#menu li a:active {color: #FFCC00; }
#menu li a:visited {color: white;}
#menu li a:hover {color: #FFCC00;}


#searchbar { 
	/*background-color: #8aa0af; */
	background-color: #000086;
	color: white;
}
#searchbar a {font-weight: normal;}
#searchbar a:link {color: white;}
#searchbar a:active {color: #FFCC00;}
#searchbar a:visited {color: white;}
#searchbar a:hover {color: #FFCC00;}

#describe {	margin-bottom: 5px; }


.goals1 {
	padding-left: 15px; 
	margin: 2px 0 0 5px;
	list-style-position: outside;
}
.goals2 {
	width: 270px;
	margin-bottom: 4px;
	vertical-align: top;
	padding-left: 0px;
}

/* Figure caption table styles */
TABLE.figure{
	margin-left: auto;
	margin-right: auto;
}

TABLE.figure CAPTION {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}