/* CSS Document */

/* center body styles */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.login {
	color: #FF0000;
}

body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

/*main page only */
h1.welcome {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
}

p.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	text-align: justify;
}

p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 4px;
}

.button {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: 800;
}

.copyright {
	border-top: thin solid #000000;
	padding-right: 5px;
	text-align: right;
}

.pagedescription
	{
	color: #FFFFFF;
	font: 2px Arial, Helvetica, sans-serif;
	visibility: hidden;
	position: absolute;
	display: block;
}

/* main page only, right bar styles */
/* the last two border attributes added to make NS add the border color to td on the right nav on main page */
.righthead {
	background-color: #333333;
	border-color: #000000;
	border-width: thin;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	vertical-align: top;
}

.rc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	vertical-align: top;
}

a.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
