body, a, th, td, div, span, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
}
body { 
	margin: 0 auto;
	padding: 0 10px;
	width: expression( document.body.clientWidth > 1200 ? "1200px" : "100%");
	max-width: 1200px;
	min-width: 770px;
}
.clsTitle {
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
	color:#006633;
}
.clsSubTitle {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
.clsCrumb {
	font-size:0.8em;
	text-decoration:none;
	color:#006633;
}
/* .clsFooter {
	font-size:0.9em;
	color:#006633;
} */
.clsHomeText {
	font-size:0.9em;
	font-weight:bold;
}
.clsCapsuleOver {
	color:#CCCCCC;
	width:90px;
	height:28px;
	background-image:url(/images/button_Capsule.gif);
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}
.clsCapsuleOut {
	color:#FFFFFF;
	width:90px;
	height:28px;
	background-image:url(/images/button_Capsule.gif);
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.clsCapsuleLgOver {
	color:#CCCCCC;
	width:160px;
	height:36px;
	background-image:url(/images/button_CapsuleLg.gif);
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}
.clsCapsuleLgOut {
	color:#FFFFFF;
	width:160px;
	height:36px;
	background-image:url(/images/button_CapsuleLg.gif);
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#996633;
	text-decoration:underline;
}
a:link {
	color:#006633;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#996633;
	text-decoration:none;
}
.linkTopNav {
	font-size:13px;
	text-decoration:none;
	color:#006633;
}
.linkTopNav:active {
	text-decoration:none;
}
.linkTopNav:link {
	text-decoration:none;
}
.linkTopNav:visited {
	color:#006633;
	text-decoration:none;
}
.linkTopNav:hover {
	font-weight:bold;
}
.linkCrumb {
	font-size:0.8em;
	text-decoration:none;
	color:#006633;
}
.linkCrumb:active {
	text-decoration:none;
}
.linkCrumb:link {
	text-decoration:none;
}
.linkCrumb:visited {
	text-decoration:none;
}
/* .linkFooter {
	font-size:0.9em;
} */
.linkLeftNav1 {font-size:0.9em;}
a.linkLeftNav1 {color:#063; text-decoration:none;}
a.linkLeftNav1:visited {color:#063;}
a.linkLeftNav1:hover {color:#063; text-decoration:underline;}

.linkLeftNav1Sel {font-size:0.9em; font-weight:bold; text-decoration:none;}
.linkLeftNav1Sel:active {text-decoration:none;}
.linkLeftNav1Sel:visited {color:#063; text-decoration:none;}
.linkLeftNav1Sel:link {text-decoration:none;}

.linkLeftNav2 {font-size:0.85em;}
a.linkLeftNav2 {text-decoration:none;}
a.linkLeftNav2:visited {color:#063; text-decoration:none;}
a.linkLeftNav2:hover {text-decoration:underline;}

.linkLeftNav2Sel {
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}
.linkLeftNav2Sel:active {
	text-decoration:none;
}
.linkLeftNav2Sel:link {
	text-decoration:none;
}
.linkLeftNav2Sel:visited {
	color:#006633;
	text-decoration:none;
}
.linkBox {
	font-size:0.8em;
}
.linkSubHome {
	font-size:1.2em;
	font-weight:bold;
}
.linkHome {
	font-size:1.1em;
	font-weight:bold;
}
.linkIcon {
	font-size:1.0em;
	font-weight:bold;
}

#topHeader {
	margin: 10px 0 0 0;
	position: relative;
	height: 58px;
}
#headerLogo {
	position: absolute;
	left: 12px;
	bottom: 0;
}
#searchBox {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#searchBox input[type=text] {
	border-top: #888 1px solid;
	border-left: #888 1px solid;
	border-right: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
	padding: 1px;
	color: #888;
}
.clear-both {
	margin: 0;
	padding: 0;
	clear: both;
}
#pageFooter {
	clear: both;
	text-align: center;
	margin-top: 34px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #063;
	width: 100%;
}
#pageFooter ul, #pageFooter li {
	list-style-type: none;
}
#pageFooter li {
	display:inline;
	padding: 0 12px;
	border-right: #dcdab3 1px solid;
}
#pageFooter p {
	color:#777;
	font-size:.8em;
}
#pageFooter a {
	color: #063;
	text-decoration:underline;	
}
#pageFooter a:hover {
	color: #963;
	text-decoration: none;	
}
