/*to change background image*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #C6C3CA;
	
scrollbar-arrow-color:#ff9933;
scrollbar-base-color:#C6C3CA;
scrollbar-darkshadow-color:#ff9933;
scrollbar-face-color:#C6C3CA;
scrollbar-highlight-color:#ff9933;
scrollbar-shadow-color:ff9933;
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: 15px;
	color: #000099;
}

.accent-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #314162;
}


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


#content p,
#content li {
	font-size: 15px;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	
	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; }

#gotnocss { 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;
}
/* */

#porttext, 
#porttext a,
#porttext a:link,
#porttext a:visited {
font-size: 12px;
	color: #333333;
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-weight: 400;
    text-decoration: none;
}

 
#porttext a:hover {
text-decoration: none;
font-weight: bold;
}


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

.topstrip {
	background-image: url(images/topstrip.gif);
}

.ribbon {
	background-image: url(images/ribbon.gif);
}

.headerstrip {
    background-color: #4d6991;
}