/* CSS Document */

/* This is the layout format section */
 
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dddddd;
	
	}

.container
{
	position: absolute;
	width: 750px;
	background-color: #FFFFFF;
	text-align: Left;
	Left: 76px;
	Top: 194px;
	height: 500px;
	padding-left: 130px;
	
	}


.header
{
	position: absolute;
	width: 880px;
	background-color: #66CC00;
	Top: 73px;
	Left: 75px;
	height: 120px;
	z-index: 1;
	
}

.Footer{
	position: absolute;
	width: 880px;
	Left: 75px;
	Top: 696px;
	background-color: #99ca3c;
	height: 115px;
	text-align:center;
	z-index: 1;
}

.navigate
{
	padding-left: 30px;
	padding-Right: 10px;
	padding-top: 30px;
	Left: 0px;
	Top: 0px;
	width:145px;
	background-color:#99ca3c;
	position: absolute;
	height: 470px;
	z-index: 2;
}

.Content
{
	Padding-left: 10px;
	Padding-Right: 10px;
	Padding-top: 20px;
	Margin-left: 175px;
	Left: 13px;
	Top: 2px;
	width:674px;
	background-color: #FFFFFF;
	position:absolute;
	height:469px;
	overflow:auto;
	z-index: 1;

}


/* This is the text format section */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000066;
	
}

.bodyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #000066;
	}
a:link.bodyLink {text-decoration:none; }
a:visited.bodyLink {text-decoration:none;}
a:hover.bodyLink {text-decoration:underline;}
	

.bodyNavigate {
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #0099FF;
	
}
a:link.bodyNavigate {text-decoration:none; }
a:visited.bodyNavigate {text-decoration:none;}
a:hover.bodyNavigate {text-decoration:underline;}


.bodyNavigate2 {
	font-family: "Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
	background-color:#1F5B9A;
	margin-left: 50px;
	}
	
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000066;
	z-index: 1;
	text-align: center;
	}
	
a:link.footerText {text-decoration:none;}
a:visited.footerText {text-decoration:none;}
a:hover.footerText {text-decoration:underline;}
	
	
	.LeadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
a:link.LeadText {text-decoration:none;}
a:visited.LeadText {text-decoration:none;}
a:hover.LeadText {text-decoration:underline;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #780001;
}


/* This is the image format section */

.image 
{
	float: left;
	top: 45px;
	Left: 301px;
	position: absolute;
	z-index:3;

}

TD.NON {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#C0C0C0; font-weight :normal;}
  TD.TOP {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#0000FF; font-weight :bold;}
  TD.Some {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal;}

  A.NOEVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  A.NOEVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}

  A.EVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}
  A.EVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}

  A.NORMAL:Link {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
  A.NORMAL:Visited {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
  
  /*table format*/
  
  table.CDMenu {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.CDMenu th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	font-family :Verdana, Arial;
	
}
table.CDMenu td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	text-align: center;
	font-family :Verdana, Arial;
	
}
a.CDMenu {
	color: #000066;
	}