﻿body 
{
	background-color: #eeeeee;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	width: 1024px;
	margin-top: 0px;
}

a.default-link
{
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}

.header
{
	font-family: Arial;
	font-weight: bold;
}

.large-text
{
	font-size: 12px;
}

.very-large-text
{
	font-size: 16px;
}

.big-text
{
	font-size: 20px; 
}

.biggest-text
{
	font-size: 20px; 
}

.center-div
{
	text-align: center;
	width: 80%;
	margin-left: 10%;
}

.hide-window
{
	display: none;
}

.show-window
{
	display: inherit;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.default-header
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
}

.default-error
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: Arial, Tahoma;
}

a.link-style-1:link, a.link-style-1:visited 
{
	color: Navy; 
	font-weight: bold; 
	font-size: small; 
	text-decoration: none;
}

a.link-style-1:hover
{
	color: Red; 
	font-weight: bold; 
	font-size: small; 
	text-decoration: none;
}

a.link-style-1-small:link, a.link-style-1-small:visited 
{
	color: Navy; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}

a.link-style-1-small:hover
{
	color: Red; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none;
}


/* links box */

.links-box
{
	border: 1px solid black;
}

.links-header
{
	background-color: #87cefa;
	font-weight: bold;
	border-bottom: 1px solid black;	
	padding: 3px;
}

.links-link
{
	font-weight: bold;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
}

/* Footer */

.footer-box
{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.footer-link
{
	padding: 3px 3px 3px 3px;
	color: Black;
	text-decoration: none;	
}

.footer-link:hover
{
	color: Red;
	text-decoration: underline;	
}


/* site listings */

.network-sites
{
	width: 800px;
	text-align: center;
}

.network-site
{
	width: 250px;
	vertical-align: top;
}

.network-site-image
{
	padding: 5px;
}

.network-site-title
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: Black;
	text-decoration: none;
}

.network-site-title:hover
{
	color: Navy;
}

.network-site-text-link
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: Navy;
	text-decoration: none;
}
