@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C43C08;
	line-height: 1.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C43C08;
	font-style: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C43C08;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
a:visited {
	color:#FFFFFF;
	text-decoration:none;
} 
	
/* Layout */
#MainWrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	display:none;
	
}
#HeaderPrint {
	height: 140px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}
#TopLinks {
	display:none;
}

#CatGraphics {
	display:none;
}
#CatName {
 	display:none;
}
#CatPhoto {
	display:none;
}
#TopNavMenu {
	display:none;
}

#ContentWrapper {
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

/* Start of Left Menu Navigation*/
#LeftSidebar {
	display:none;
}

/*End of left menu navigation*/

/*Breadcrumbs Begins Here*/
#Breadcrumbs {
	display:none;
}
/*Breadcrumbs Ends Here*/

/*Utility Begins Here*/
#Utility {
	display:none;
}

/*Utility Ends Here*/

/* Content Begins Here*/
#Content {
	background-color: #FFFFFF;
	float: right;
	height: 100%;
	width: 100%;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}
	#Content a:link {
	color: #C76301;
	text-decoration: underline;
}

	#Content a:visited {color:#666666;
	text-decoration:none;}

	#Content a:active {
	color: #A45200;
	text-decoration:none;
}

	#Content a:hover {
	color: #000000;
	background-color: #F57A01;
	text-decoration: none;
	padding: 1px;
}

/*Content Ends Here*/
#divFooter {
	clear: both;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	height: 85px;
	color: #000000;
	float: left;
	width: 790px;
	padding-bottom: 5px;
	padding-left: 10px;
}
		
#Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
	vertical-align: top;
	text-align: left;
	display: inline;
}
#SiteTechInfo {
	display: none;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	padding-top: 8px;
	background-color: #CFDEA7;
	vertical-align: text-top;
	padding-bottom: 0px;
	background-image: url(../struc_img/nav.jpg);
	background-position: left top;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 6px;
	padding-bottom: 6px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* Start form */
form {
	margin:10px;
	padding: 0 5px;
	border: 1px dotted #333333;
	background-color: #CFDEA7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #A45200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
input {
	padding:2px;
	border:1px solid #333333;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #333333;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: none;
	background-color: #A45200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* End form  */

/*Search Top Function*/
#Search {
	float: right;
	width: 280px;
	margin-left: 10px;
	display:none;
}


