@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #AF838E;
	text-align: center;  /* for <=IE5 fix */
	font-family: Arial, Helvetica, sans-serif;
}
#mainWrapperCJ {
	width: 769px;
	background-color: #fbf0ec;
	margin: 10px auto;
	text-align: left;
	overflow: hidden;
}

#headerCJ img {
	margin: 4px 4px 0px;
}
	
#mainWrapperCJ #navCJ table {
	margin: 0px 4px;
	border-bottom: thin solid #AF838E;
}

#contentCJ .green {
	color: #034E41;
}
#contentCJ .centerAlign {
	text-align: center;
}

#contentCJ .clearFloats {
	clear: both;
	width: 768px;
}









#otherSubNav {
	position: relative;
	width: 769px;
}
#otherSubNav .subNavMenu {
	display: block;
	float: right;
	width: 175px;
	font-size:  10px;
	padding-top: 5px;
}

#otherSubNav .subNavOther {
	float: left;
	width:  350px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}

#otherSubNav .subNavMenu ul {
	list-style-type: none;
}
/*#contentCJ #otherSubNav ul li a {
	display: inline-block;
}*/

#otherSubNav ul li a {
	font-size: 10px;
	font-variant: small-caps;
/*	color: #fbf0ec;*/
/*	display: block;*/
	text-align: left;
	padding:  3px 0px;
	text-decoration: none;
}

#otherSubNav ul li a:link {
	color: #034E41;
	text-decoration: none;
}
#otherSubNav ul li a:hover {
	font-style: italic;
	color: #663300;
	text-decoration: none;
}















#footerCJ {
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #AF838E;
	font-weight: bold;
	padding: 1px 10px 3px;
	text-align: left;
	width: 750px;
}

#secondaryNavCJ a {
	text-align: center;
	font-size: 10px;
	font-variant: small-caps;
	text-decoration: none;
}

#secondaryNavCJ a:link, #secondaryNavCJ a:visited {
	color: #fbf0ec;
	text-decoration: none;
}
#secondaryNavCJ a:hover, #secondaryNavCJ a:focus {
	font-style: italic;
	color: #034E41;
	text-decoration: none;
}
