/*to change background image*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #C6C3CA;
	
/*face color same as background color */
scrollbar-arrow-color:#a6a9b3;
scrollbar-base-color:#a6a9b3;
scrollbar-darkshadow-color:#a6a9b3;
scrollbar-face-color:#C6C3CA;
scrollbar-highlight-color:#a6a9b3;
scrollbar-shadow-color:a6a9b3;
scrollbar-track-color:#445b84;
	}

/*note background color was ABAACC*/

a, a:visited, a:link, a:active {
	color: #333333;
}

a:hover {
	color: #000;
}

/*to change text highlight color*/
.highlite-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

/*change small font size */
.smallfont {
	font-size: 9px;
        color: #666666;
	}


#content p,
#content li {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: 400;
	}

#content ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: none;
}

#content li { 	
	display: inline; 
	display: block;
	padding: 20px;
	border-bottom: 1px solid #000;
}

.hide { display: none; }

#gotcss { display: none; }
	

/* home page */


/*properties of text in top menu*/
#menutext {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

#menutext a,
#menutext a:link {
color: #333333;
text-decoration: none;
}

#menutext a:hover {
color: #990066;
text-decoration: none;
}
/* */


/* color of strip under menu bar*/
.stripcolor, .bottomstrip {
	background-color: #FFFFFF;
}
