/***********************************************/
/* VMCNJStyle.css                              */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	line-height: 1.35;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
h1{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 110%;
	color: #334d55;
}

h2{
	font-size: 105%;
	color: #FF0000;
	text-align: center;
}

h3{
	font-size: 100%;
	color: #334d55;
}

h4{
	font-weight: normal;
 	color: #333333;
}

h5{
	color: #334d55;
}
a:link, a:hover {
	color: #0000FF; 
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% ;
 color: #334d55;
}
				
#banner {
	position:absolute;
	width:780px;
	height:200px;
	z-index:1;
	left: 10px;
	top: 10px;	
}
#globalNav {
	position:absolute;
	width:780px;
	height:30px;
	z-index:2;
	left: 10px;
	top: 210px;
}
	
#navBar {
	position:absolute;
	width:150px;
	height:600px;
	z-index:3;
	left: 10px;
	top: 270px;
	padding: 3;
}
#navBar img {
	border: 3;
	border-color: #0099FF;
}
.banner {
	text-align: center;
	vertical-align: middle;
}
#RevisedDate {
	position:absolute;
	left:10px;
	top:240px;
	width:150px;
	height:30px;
	z-index:5;
}
.RevDate {
	font-size: smaller;
	
}

#content {
	position:absolute;
	width:610px;
	height:600px;
	z-index:4;
	left: 168px;
	top: 260px;
}

.navagation {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: inline;
	width: 15px;
	padding: 8px;

	
}
hr {
	background-position: center;
	color: #0000FF;
	width: 500px;
}
dt {
	font-weight: bold
}
