<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: #665;	/* border/edge of the layout color */
}
#pageFrame, #masthead, #footer
{	
	background-color: #fff;	/* major background color */
}
#pageFrame
{
	/* image used as background color for left column ( #E9E8CA ) */
	background: #fff url('../images/left_column_background.gif') repeat-y 0 0;
}
#masthead
{
	background-image:url(../images/banner_background.gif);
	background-repeat:no-repeat;
	height: 88px;
}
#masthead a{
	color:#000099;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#masthead a:hover{
	color:#FFFFFF;
}

#footer
{
	background-image:url(../images/bottom_background.gif);
	background-repeat:no-repeat;
	height: 25px;
}
#footer
{
	border-bottom: solid 1px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}
#footer a{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
	
}
#oldbrowser
{
	text-align: center;
}

#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -190px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 210px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 209px;
	/*background-image:url(../images/left_column_background.gif);*/
}
#innerLeftColumn, #innerContentColumn
{
	padding: 10px;
	text-align:left;
}
#innerLeftColumn{
	/*position:relative;
	top:-5px;
	*/
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
	vertical-align:middle;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#innerContentColumn ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#contentColumn&gt;#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#innerContentColumn
{
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	
}
#footer
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}

#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	padding: 20px;
	margin: 0;
	background-image: url(../images/pajama.gif);
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	width: 756px;
	
}
.hide
{
	display: none;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#FF9900;
	font-weight:500;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:#000000;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#999999;*/
	
	font-size:12px;
}
.sidecolumnsectiontitle{
	color:#003399;
	font-weight:bold;
	text-align:center;
	width:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
}
.sidecolumnsection{
	background-image:url(../images/menu_left_bgnd.gif);
	background-repeat:repeat-y;
	text-align:center;
	width:180px;
/*	border: 1px solid black;*/
/*
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.sidecolumncontent{
	text-align:left;
	background-image:url(../images/menu_left_top.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	}
.sidecolumnfooter{
	background-image:url(../images/menu_left_btm.gif);
	background-repeat:no-repeat;
/*	border: 1px solid black;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	position:relative;
	top:15px;
	}
	
	.interiorcolumnsection{
		border:1px solid #0033FF;	
		width:180px;
	}
	.interiorcolumncontent{
	text-align:left;
	background-image:url(../images/menu_interior_top.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	.interiorcolumnfooter{
	background-image:url(../images/menu_interior_btm.gif);
	background-repeat:no-repeat;
/*	border: 1px solid black;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	position:relative;
	top:15px;
	}
	.interiorcolumnsectiontitle{
	color:#003399;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
}
.textlink{
	/*color:#999999;*/
	color:black;
	text-decoration:none;
}
/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
	.hnav
	{
		background-image:url(../images/menu_background.gif);
		white-space: nowrap;
		margin: 0;
		color: #000;
		height:22px;
		vertical-align:middle;
		text-align:right;
		padding-left:20px;
	}

div#oldbrowser
{
	display: none;	/* hide the standards compliant warning - this isn't a catch all, but works for old browsers */
}
a img
{
	border-width: 0;	/* remove the border around linked images. is invalid in XHTML 1.1 */
}
#innerLeftColumn img
{
	display: block;
	margin: 0 auto;
	text-align: center;	/* IE 5 centering hack */
}
#innerLeftColumn, #innerContentColumn
{
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
}
#innerleftcolumn, #innercontentcolumn
{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
}
#innerleftcolumn/* hide from IE5.0 */, #innercontentcolumn/* hide from IE5.0 */
{
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}
* html #masthead
{
	position: relative;
}



/* From http://www.htmldog.com/articles/suckerfish/example/ */

/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;


}
#innerContentColumn h3
{
	color: #009;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}

#interiorlist{
	padding-left:0px;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	color:white;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: transparent;
	font-weight: bold;
	padding: 0;
	
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	
	color: #FFFFFF;
	text-decoration: none;
	/*padding: 0.25em 2em;*/
	padding: 5px 10px 5px 10px;

}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	z-index:999;
	text-align:left;
}

#nav li ul {
	/*background-color:#99CCFF;*/
	background-color:#999999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	border: solid #eda;
	border-width: 1px 0;
	z-index:999;
}
#nav li ul a{
	/*color:#FF9933;*/
	color:#000099;
}


#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover {
	/*background: #eda;*/
	background-color:silver;
	color:white;
}
#nav li.sfhover{
	background-color:silver;
	color:white;
}
#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}


input {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

form {
}

form.search, form.login {
}

form.search input, form.login input {
	color: #fff;
	border: 1px solid black;
}

form.search input.focus, form.login input.focus {
	border-bottom: #ffdead solid 2px;
	border-right: #ffdead solid 2px;
	border-left: #c07300 solid 2px;
	border-top:  #c07300 solid 2px;
}

form.search input {
}

form.login input{
	/*color: #777;*/
	color:black;
}

form.login input.focus {
	color: #000;
}

form.search button, form.login button {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

.searchform select {
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
#innerSectionHeader{
	padding-left:10px;
	background-color:#5C9FEA;
	font-size:larger;
	font-weight:bold;
	font-style:italic;
	color:white;
}

ul.sidemenu{
	/*list-style-type: none;*/
}
</pre></body></html>