body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
	cursor: url('fullnote.cur'), default;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

H1 {
	font-family: Arial, Helvetica;
	color: #0033CC;
	font-size : 22pt;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-family: Arial, Helvetica;
	color: #CC0000;
	font-size : 16pt;
	text-align: center;
}

H3 {
	font-family: Arial, Helvetica;
	color: #000099;
	font-size : 14pt;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

H4 {
	font-family: Arial, Helvetica;
	color: #000099;
	font-size : 12pt;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 10pt;
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table {
	font-family: Arial, Helvetica;
	color: black;
	font-size : 10pt;
	margin-top: 20px;
}
td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size : 11pt;
	font-weight: bold;
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #000099;
}


a:visited {
	color : #000099;
}

a:hover {
	color : #0099FF;
}

a:active {
	color : #3366FF;
}

img { border-color : #000000; }
    
.formfields  {
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	width: 100;
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	background-image: url('../images/formgrad.jpg');
	background-position: top;
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
}
}
    
img {
    behavior: url("../pngbehavior.htc");
}
/*classes related to the primary navigation*/
.ulnav {
	padding: 0px;
	margin: 0px;
}

.linav {
	display: inline;
	padding: 5px;
	margin-right: 25px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.linav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
}
.linav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;	
}
.linav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #6666FF;
}
.linav a:active {
	color: #3366FF;
}

/*Id's for div containters related to the layout.*/
#frame {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #DDDDDD;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0033CC;
}
.internalright {
	display: block;
	float: right;
	width: 300px;
}
#banner {
	background-color: #FFFFFF;
	height: 125px;
}
#navigation{
	background-color: #EFEFEF;
	background-image: url(images/index_03.jpg);
	background-repeat: repeat-x;
	height: 29px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#content {
	margin: 20px;
	background-color: #EFEFEF;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#footer {
	text-align: center;
	background-color: #FFFFFF;
	height: 35px;
	background-image: url(images/index_06.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.internaldiv {
	background-color: #FFFFFF;
	display: block;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
.internalleft {
	display: block;
	float: left;
	width: 300px;
}
.addressdiv {
	font-style: italic;
	background-color: #FFFFFF;
	height: 70px;
	margin-right: 200px;
	margin-left: 200px;
	border: 1px solid #0033CC;
	color: #0033CC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.centeredtext {
	text-align: center;
}
/*classes for navigation in footer*/
.lifooter {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.footerul {
	display: inline;
	padding: 0px;
	margin-bottom: 5px;
}
.imgright {
	float: right;
	display: block;
	margin: 10px;
	padding: 2px;
}
.imgborder {
	border: 5px solid #0033CC;
	margin-right: 10px;
	margin-left: 10px;
}
.formdiv   {
	float: left;
}
.textright {
	float: right;
}
.imgcenter {
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #0033CC;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boldtext {
	font-weight: bold;
}
.tablecentered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 305px;
}
.lefttext {
	text-align: left;
}
.notes {
	float: right;
	margin-right: 120px;
	margin-top: 78px;
}
.notesleft {
	margin-left: 100px;
}
