/* THE FOLLOWING PROPERTIES ARE FOR THE STYLE OF THE PAGE*/
body {
  font-family: 			Calibri, Arial, Verdana, sans-serif;
}

.maintitle{
  font-size: 			2.5em;
  color: 				#000000;
}

#header {
	background-image:	url(../images/gcvi_header1.png);
	background-repeat:	no-repeat;
	background-position: bottom right;
}

#footer{
  font-weight:			bold;
  padding:				5px;
  font-size: 			0.8em;
}

a {
	text-decoration: 	none;
}

a:link {
	color:				#265805;
}

a:hover{
	text-decoration:	underline;
}

a:visited {
	color:				#8e9240;
}

td {
	padding:			0px 20px 0px 20px;
}

ul.nobullet {
	list-style-type:	none;
}

/*style used to create a column*/
td.column {
	width:				375px;
	vertical-align:		top;
}

/*style used on home page to space out Quick Links and News*/
td.space {
	padding-right:		70px;
	vertical-align:		top;
}


td.news {
	vertical-align:		top;
	width:				410px;
	height:				240px;
	background-image:	url(../images/chalkboard.png);
	background-repeat:	no-repeat;
	font-family:		arial, verdana, sans-serif;
	font-size:			0.9em;
	color: 				white;
	padding-top:		10px;
	
}

/* link colors must be lighter for links on the chalkboard background */
td.news a {
	color:				#b0f190;
}

h4.normal {
	font-size:			1.25em;
}

.bottom_right {
	text-align:			right;
	vertical-align:		bottom;
	font-size:			0.7em;
	
}

	

