@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3233FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #3233FF;
}
#bgHeader {
	background-color: #000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3233ff;
}
#bgHeaderBar {
	background-color: #333;
}
#bgCenter {
	background-image: url(bg-center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}

#footer {
	background-color: #000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3233FF;
	background-image: url(bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.botNav {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.botNav a:link {
	font-size: 11px;
	font-weight: bold;
	color: #3233FF;
}
.botNav a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #007edc;
}
.botNav a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.botNav a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#content {
	padding-left:20px;
	padding-top: 10px;
}
#sansCatTree {
	width:950px;
	margin-left:20px;
}

.catTree {
	width: 230px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	background-image: url(bg-side.jpg);
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #3233ff;
}

#bgSearch {
	height: 45px;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 7px;
	padding-top: 1px;
}
.catTreeLinks {
	font-weight: bold;
	color: #FFF;
}
.catTreeLinks a:link {
	font-weight: bold;
	color: #CCC;
}
.catTreeLinks a:visited {
	font-weight: bold;
	color: #CCC;
}
.catTreeLinks a:hover {
	font-weight: bold;
	color: #FFF;
}
.catTreeLinks a:active {
	font-weight: bold;
	color: #CCC;
}
#bskContents {
	font-weight: bold;
	color: #044d84;
	text-align: right;
	width: 95%;
	margin-top: 5px;
	margin-right: 25px;
}
img {
	margin: 0px;
	padding: 0px;	
}
.homeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

