body,td,th {
	color: #3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	
/* background color of whole page */	
body {
	background-color: #3399cc;
	}
	
/* body background - DO NOT ALTER */
body#whitebox {
	background-color: #FFFFFF;
	}



/* REGULAR TEXT */

/* regular paragraph text */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: .8em;
	line-height: 14px;
	color: #3399cc;
	left: auto;
	top: auto;
	white-space: normal;
	letter-spacing: normal;
	padding-left: 1.5px;
	font-style: normal;
	font-weight: normal;
	}

/* alternate color/bold text */
p.alt {
	font-size: 12px;
	color:#333399;
	font-weight:bold;
	}

/* list text */
ul {
	font-size:12px;
	}


/* HEADER TEXT */	

/* header text 1,large, blue */
h1 {
	color:#333399;
	font-size: 15px;
	font-weight: bold;
	}

/* header text 2, med, green */
h2 {
	color:#336666;
	font-size: 14px;
	font-weight: bold;
	}
	
/* header text 3, small, green */
h3 {
	color:#336666;
	font-size: 12px;
	font-weight: bold;
	}

/* header text 4, small, blue */	
h4 {
	color:#333399;
	font-size: 12px;
	font-weight: bold;
	}




/* LINKS */	

/* regular paragraph link text */
a:link {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	}

/* link text - mouse hover */
a:hover {
	color: #3366CC;	
	font-weight: bold;
	text-decoration: underline;
	}

/* link text - click */
a:active {
	text-decoration: underline;
	}
	
/* link text - visited */
a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
	}
	
		

/* LEFT BAR */		

/* left bar link text */	
div#leftbar a {
	font-size: 13px;
	}
	


/* ELEMENTS/OTHER PAGES WITH LINKS TO TARGETS ON PAGE - DO NOT ALTER */

/* removes underlining from Back To Top links in this <div> only */	
div#elements a {
	text-decoration: none;
	}
	
/* small Back to Top text */
.top {
	font-size: 10px
	}

/* invisible Top target link */	
.invis-top {
	color: #FFFFFF;
	font-size: 1px;
	}




/* RIGHT SIDEBAR */
	
/* regular sidebarbox settings */
table.sidebar {
	width:178px;
	border: 2px #3399cc solid;
	}

/* solid color sidebarbox settings */
table.sidebar2 {
	width:178px;
	border: 2px #3399cc solid;
	background-color:3399cc;
	}
	
/* header for sidebar boxes- solid background, white text */
td.sidebar-header {
	background-color: #3399cc;
	height:25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	}

/* small right sidebar boxes, text */	
p.eventbox1 {
	color:#3399cc;
	font-size:11px;
	}

/* even smaller right sidebar box text (used for about GPU email), text */	
p.eventbox2 {
	font-size:10px;
	}

/* smaller comment about GPU email, link text */	
p.eventbox2 a {
	font-size:10px;
	}
	
	


/* FOOTER */	

/* footer text */
div#footer {
	color:#fff;
	font-size: 10px;
	}

/* footer link text */
div#footer a {
	color:#fff;
	font-size: 10px;
	}

/* footer link text - mouse hover */	
div#footer a:hover {
	color:#fff;
	font-size: 10px;
	text-decoration: underline;
	}

/* footer corvidesign text */	
p#corvidesign {
	color:#fff;
	font-size: 9px;
	}

/* footer corvidesign link hover */	
p#corvidesign a:hover {
	text-decoration: underline;
	}		




