body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	font-style: normal;
	font-weight: lighter;
}
h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: normal;
	font-weight: lighter;
}
h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: lighter;
}
h4 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
}
.logo {
	float: left;
	padding-top: 100px;
	padding-left: 5px;
}
.bottomgradation {
	background-image: url(/images/gradation-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#horznavbar {
	background-color: #FFFFFF;
	height: 21px;
}
#pagehead {
	background-image: url(/images/gradation-up.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/containerbkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 138px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(/images/gradation-down.png);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #gradate {
	background-image: url(/images/pic-all.jpg);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	background-position: right;
	height: 140px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(/images/gradation-down.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 101;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 175px;
} 
.twoColFixLtHdr #homeContent {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 175px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 160px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: relative;
}
.designcredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	float: none;
	padding-top: 8px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.dictionary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.dictbox {
	background-color: #FCFBE6;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #CCCCCC;
}
.postit {
	color: #333399;
	background-color: #FFFF99;
	padding: 16px;
	width: 92%;
	margin-top: 20px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-color: #999;
}
.headshot {
	background-position: right top;
	position: relative;
	float: left;
	border: thin solid #666666;
	margin-right: 12px;
}
.trcmenu {
	background-color: #FFFFFF;
	z-index: 1010;
	height: 21px;
}

/* ------------- TRC Menu System ------------- */

.trcmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: 158px;
	background-color: #FFFFFF;	/* z-index: 1000;*/
}

/*Top level list items*/
.trcmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #FFFFFF; /*overall menu background color*/
	/* z-index: 1001;*/
}

/*Top level menu link items style*/
.trcmenu ul li a{
	display: block;
	width: auto;
	text-decoration: none;
	color: #666666;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 8px;
	/* z-index: 1002;*/
}
	
/*1st sub level menu*/
.trcmenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	border: 1px solid #CCC;
	visibility: hidden;
	/* z-index: 1003;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.trcmenu ul li ul li{
	display: list-item;
	float: none;
	/* z-index: 1004;*/
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.trcmenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	/* z-index: 1005;*/
}

/* Sub level menu links style */
.trcmenu ul li ul li a{
	display: block;
	width: auto; /*width of sub menu levels*/
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	/* z-index: 1006;*/
}

.trcmenu ul li a:hover{
	background-color: #666666;
	color: white;
}

/*Background image for top level menu list links */
.trcmenu .mainfoldericon{
	background-color: #FFFFFF;
	background-image: url(/images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*Background image for subsequent level menu list links */
.trcmenu .subfoldericon{
	background-color: #FFFFFF;
	background-image: url(/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
	

/* ------------- End TRC Menu System ------------- */
