html {
	background-color: #323232;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}
body {
	background-color: #D9D6CA;
	text-align: left;
	width: 768px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
}

h2 {
	font-size: 90%;
}
#search img {
	padding-right: 5px;
}

#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	width: 300px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	height: 70px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

.searchEntry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin-top: 6px;
}

#homeTop {
	width: 768px;
	hieght:100%
	color: #FFFFFF;
	background-color: #D9D6CA;
	background-image: url(../images/temp_bak_x3.gif);
	background-repeat: repeat;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contentText a {
	color: #000000;
	text-decoration: underline;
}
.contentText a:hover {
	color: #000000;
	text-decoration: none;
}


#homeTop #col1 {
	width: 170px;
	float: left;
	margin-bottom: 10px;
}
#homeTop #col2 {
	padding-left: 8px;
	float: left;
	margin-left: 6px;
	width: 390px;
	padding-bottom: 12px;
}
.boxedMain {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 85%;
}
#homeTop #col3 {
	width: 170px;
	float: left;
	padding-left: 20px;
}

.topContent {
	float: left;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 105%;
	padding-right: 6px;

	
}
#homeTop #col2 #col2b {
	float: left;
	color: #ffffff;
	font-size: 90%;
	line-height: 105%;
	padding-left: 24px;
	padding-right: 8px;
	width: 376px;
	background-color: #F6F6EA;

}


#homeTop #col2 #col2b .topPara {
	font-weight: bold;
}

#col2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.yellow {
	color: #FFCC00;
}
.yellow a {
	color: #FFCC00;
	text-decoration: underline;
}
.yellow a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.mainPicLinks{
	float: left;
	width: 170px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;

}
.headerImage {
	width: 375px;
	color: #000000;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	line-height: 105%;
	padding-bottom: 10px;
	
}
.breadcrumb {
	width: 100%;
	color: #000000;
	padding-top: 20px;
	line-height: 105%;
	padding-bottom: 10px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 70%;
	text-transform: capitalize;
	}
.breadcrumb a{
	text-decoration:none;
	}	
	
.breadcrumb a:hover {
	color: #666666;
	text-decoration: underline;
}

.boxedInfo {
	background-image: url(../images/strip_bak_crm.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.boxedTitle {
	padding-left: 10px;
	font-size: 90%;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 4px;
}
.newsTitle a {
	color: #000000;
}
.fileSize {
	color: #999999;
	font-size: 80%;
}
a {
	color: #000000;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li a:hover {
	text-decoration: none;
}
#credits {
   position: bottom;
	bottom: 0px; 
   width:390px;
   height:60px;   
   background-image:url(../images/credits.gif);
   float: left;
   
}