body {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCFF; /* was CFD0FF */
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
}

#wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}



#logo {
	text-align: right;
	margin: 0px;
	padding: 0px;
}



#navbar {
	float: left;
	width: 225px; /* was 195px */
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}



#navbar ul { list-style-type: none; }



#navbar li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}



#navbar a:link {
	color: #CC3333; /* was #C81D23 */
	text-decoration: none;
	border-left-width: medium;
	border-left: solid #CC3333; /* was #C81D23 */
	padding-left: 3px; /* was 5px */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#navbar a:visited {
	color: #CC3333; /* was #C81D23 */
	text-decoration: none;
	border-left-width: medium;
	border-left: solid #FFFF99; /* #CC3333 */
	padding-left: 3px; /* was 5px */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#navbar a:hover {
	color: #CC3333;
	text-decoration: underline;
	border-left-width: medium;
	border-left: solid #CCCCFF;
	margin: 0px;
	padding-left: 3px; /* was 5px */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#content {
	margin-left: 230px; /* was 205px before #navbar made 225px */
	padding: 0px;
}



#maintext { margin-right: 200px; /* was 140px */ }



#search {
	float: right;
	width: 126px; /* was 130 px */
	background-image: url(../images/red_dot.bmp);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}



#footer {
	border-top-width: thin;
	border-top: solid #CC3333;
	clear: both;
	color: #CC3333;
	font-size: .8em;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	text-align: center;
}



#footer a:link {
	color: #CC3333;
	text-decoration: underline
}



#footer a:visited {
	color: #FF9933; /* was #FFFF99 then #FE9227 */
   text-decoration: underline;
}



#footer a:hover {
	color: #000099;
	text-decoration: underline;
}



a:link {
	color: #000000;
	text-decoration: none;
}



a:visited {
	color: #FF9933; /* was #FFFF99 then #FE9227 */
	text-decoration: none;
}



a:hover {
	color: #000099;
	text-decoration: underline;
}



.text { color: #CC3333; /* C81D23 */ }



.textctr {
	color: #CC3333; /* C81D23 */
	text-align: center;
}



.textctr2 {
	color: #CC3333; /* C81D23 */
	text-align: center;
	font-size: smaller;
	font-style: oblique;
}



.textright {
	color: #CC3333; /* C81D23 */
	text-align: right;
}



.title {
	color: #CC3333;
	font-size: larger;
	font-weight: bolder;
}



.subtitle {
        color: #CC3333; /* C81D23 */
        font-style: italic
}

.search {
	color: #CCCCFF; /* CFD0FF */
}





.here {
	font-style: italic;
	font-weight: bolder;
}

