/*this will be the vcwa style sheet*/


body {background-image: url(images/green-green_gradient2.jpg); background-repeat: repeat-x,y; }
.main_table {width: 800px; background-color: #e7eff7;}/*#e7eff7 is light blue*/

.nav_table {background-color: #e7eff7; text-align: center; color: #2d315e; font-family: verdana; font-size: 14px;
	height: 25px;}

a {text-decoration:underline} /*this prevents underlining of links*/

.nav_links a:link {color: #210800;}
.nav_links a:visited {color: #210800;}
.nav_links a:hover {color: red;}
.nav_links a:active {color: yellow;}

.secondary_nav_bkg_color {background-color: #FFFFFF; border-style: outset; border-color: #508865; border-width: thin; padding-right: 1em; font-size: 14px; font-family: verdana; padding-top: 0.5em;}

.programs_info_tables {width: 800px; font-family: verdana; text-align: justify; background-color: #FFFFFF; padding-left: 3em; padding-right: 3em; color: black; vertical-align: top; padding-top: 2em; font-size: 16px;}

.footer {color: #4E825E; font-style: verdana; font-size: 12px;}
