/* Default CSS used in all pages */

/* Heading layout */

#header {
	float: left;
	width: 100%;
	height: 88px;
	}

#header_image {
	float: left;
	text-align: left;
}
#header_text {
	position : absolute;
	right : 5px;
	top : 25px;
	}
	
/*Right Layout */
#rightBackground {
	background-image: url(../images/rightBg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#rightText {
	font-size: 0.95em;
	padding: 8px 0px 5px 15px;
	margin-left: 8px;
	margin-right: 30px;
	}
	
#rightText a {
	color: black;
	text-decoration: none;
	}
#rightText a:hover {
	text-decoration : underline;
	}	
#rightText a:visited {
	color: purple;
	}
#rightText li {
	list-style-type: disc;
	list-style-position: outside;
	}			
/*Left Column*/
	
#leftText {
	font-size: 0.95em;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
/*Middle Column */

#middleText {
	font-size: 0.95em;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
/*Hyperlinks in Left and Middle Columns*/
	
#leftText a, #middleText a {
	color: blue;
	text-decoration: none;
	}
#leftText a:hover, #middleText a:hover{
	text-decoration : underline;
	}	
#leftText a:visited, #middleText a:visited {
	color: purple;
	}	
		
	
/*Footer */

#footerText {
	color: #333;
	clear: both;
	text-align: center;
	margin-top: 1px;
	padding: 1px;
	font-size: 0.75em;
}

#footerText a {
	color: #333;
	text-decoration: none;
	}
#footerText a:hover {
	text-decoration : underline;
	}	
#footerText a:visited {
	color: purple;
	}	

/*Font Properties */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.50em
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.25em
	}
h3 {
	font-size: 1em;
	font-weight: bold;
	}
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#warning {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		}
		

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
	background-color: #dddddd;
	padding: 5px 5px 5px 5px;
	}
	
#breadcrumb a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
#breadcrumb a:hover {
	text-decoration : underline;
	}	
#breadcrumb a:visited {
	color: #333;
	}	
	
#checklistNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	}
	
#checklistNav a {
	color: #000000;
	text-decoration: none;
	}
#checklistNav a:hover {
	text-decoration : underline;
	}	
#checklistNav a:visited {
	color: purple;
	}	

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*Comments*/
#commentsBackground {
	background-image: url(../images/commentsBg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#commentsText {
	font-size: 0.95em;
	font-weight: bold;
	padding: 60px 20px 25px 5px;
	margin-left: 8px;
	margin-right: 30px;
	}
	
#commentsText a {
	color: black;
	text-decoration: none;
	}
#commentsText a:hover {
	text-decoration : underline;
	}	
#commentsText a:visited {
	color: #333;
	}
	
#hidden
{
visibility:hidden;
}
