﻿/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	background: url('../images/background.jpg') repeat-y center top; 
	text-align: left;
}
label{
	margin:0px; 
	padding:0px;
}
h1{
	color: #552D8E;
	font-size: xx-small;
	font-weight: normal;
	background-color: #552D8E;
	width: 600px;
	left: 200px;
}
h2{
	top: 23px;
	text-align:center;
	font-size:  medium;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h3{	color: #640000;
	font-family: "Swis721 Blk BT";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}
div{
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#topPg{
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 975px;
	z-index : 30;
	position: relative;
	margin: 0 auto;
}
#header{
	left: 10px; 
	top: 0px; 
	width: 1000px; 
	height: 142px;
	position: relative;
	background: url('../images/header.jpg') no-repeat 0 0; 
	z-index : 2;
}
#navbar{
	left: 14px;
	top: 144px;
	height: 32px;
	width: 364px;
	margin-left: 10px;
	position: absolute;
	z-index: 30;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: small;
}
#body-nav {
	left: 85px; 
	top: 154px; 
	width: 225px; 
	height: 600px;
}

#content { 
	border-style: none;
	border-color: inherit;
	border-width: thick;
	position: absolute;
	background:url('../images/content_blank.jpg') no-repeat 0 0;
		z-index: 1;
		width: 726px;
		left: 307px;
		height: 645px;
		top: 141px;
		color: #808080;
		font-family: "Times New Roman", Times, serif;
}
#body-text{ 
	left: 15px; 
	top: 100px; 
	width: 600px; 
	height: 675px;
	color:purple;
	font-size:large;
}
#body-text1{
	left: 15px;
	top: 100px;
	width: 600px;
	height: 675px;
	color: #552D8E;
	font-size: large;
}
.text{
	color: #7856AA;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

#hyperlinks {
	color: #3474B9;
	text-decoration: none;
}
#hyperlinks a{
	color: #552D8E;
	text-decoration: none;
}
#hyperlinks a:hover{
	color: #9900FF;
	text-decoration: none;
}

a {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #CF3DFF;
	text-decoration: none;
}


.bold {
	 font-weight:bold; 
}

.small {
	font-size: small;
}

.border {
	border-style: solid;
	border-width: 10px;
	border-color:  white;
}
.noborder {
	border-width: 0px;
}
.center {
	text-align: center;
}
.font {
	text-align: right;
}

.HIGHLIGHTS {
	color: #552D8E;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
}
