/* CSS Document */
<style type="text/css">


/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #ffffff;
	border: thin dotted #CCCCCC;
}

#pagetitle {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 210%;
	color: #771464; }

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {margin: 0; padding: 8px 7px 0 10px; }

#contents p {font-weight: bold; }

.altcolor {color: #eef7e2; font-weight: bold; }

.altcolor2 {color: #cde7a8; }

.altcolor3 { color: #771464; font-weight: bold; }

#demotext {
	border: 3px solid #233622;
	color: #233622;
	margin: 8px 149px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative;
	background-color: #FFFFFF;
} /*** for IE6 ***/
  
	
a:link {color: #669900; text-decoration: underline; padding: 1px; }

a:visited {color: #669966; text-decoration: underline; padding: 1px; }

a:hover {color: #669933; background: #eef7e2; text-decoration: underline; padding: 1px; }

#leftbox a:link, #leftbox a:visited {color: #669966; text-decoration: underline; }

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000; text-decoration: underline; background: #eef7e2; padding: 1px; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #771464; background: #f4e6ef; padding: 1px; }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }

#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }

#footer a:link, #footer a:visited {color: #771464; }

strong {font-weight: bold; color: #233622; }
	
pre strong {color: #000; }

#contents strong {color:  #f9f; }

#contents pre.altcolor2 strong {color: #cde7a8; }

.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

.kudos {
	margin-top: 3em; 
	border-top: 3px double #233622; 
	border-bottom: 3px double #233622;
	padding-bottom: 5px; }

.dash {border-top: 1px dashed #233622; margin-top: 1em;  }

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

/* >>>>> Sidepage extras <<<<< */

h3 {
	font-family: Verdana, sans-serif; 
	font-size: 1.2em; 
	color: #eef7e2;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;}

#rightbox h3, .left h3, .right h3 {color: #660000;}

#demotext h3 {color: #666600; font-size: 1.4em; }

ul {
	color: #000;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 10px 1.5em 10px; } /*** bottom padding instead of margin to avoid Op6 
			"Bottomgap Bug." Please see Big John's explanation of this bug - 
			http://www.positioniseverything.net/op-omnibus/bottomgap.html ***/

#contents ul {
	color: #333333;
	font-weight: normal;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 10px;
}

.right ul {padding-right: 5px; }

li {padding: 1px;} 

.description li {margin: 10px 0 0 0; padding: 0; }


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 111px;
	background-image: url(stylesheets/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 6px;
	width: 215px;
	color: #000;
	padding-top: 5px;
	background-repeat: repeat;
	background-position: 100% top;
	background-color: #FFFFFF;
	background-image: url(../../new%20site/stylesheets/images/bgdLeft.jpg);
	top: 127px;
	height: 505px;
}

	
#topright {
	float: left;
	margin-right: 0px;
	width: 244px;
	padding: 0px;
	background-image: url(../../new%20site/images/images/columnbox.gif);
	background-repeat: no-repeat; }

#container {
	margin-left: 215px;
	border-left: 1px solid #000;
	background-image: url(../../new%20site/stylesheets/images/bgdLeft.jpg);
	background-repeat: repeat;
	background-position: 100% 0;
}

#navmenu {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 3px 0;
	position: relative;
	background-image: url(images/graphbgd-tile.jpg);
	background-repeat: repeat;
} /*** IE6 needs this to display the div ***/ 

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ 

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; } 

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin: 3px 0;
	width: 10em;  
	border-right: 2px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: #000; } 

#navmenu a:hover {
	background: #879186; }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 138px;
	padding-top: 5px;
	background-image: url(../../new%20site/images/graphbgd-tile.jpg);
	background-repeat: repeat;
}

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0;
	background-image: url(../../new%20site/images/graphbgd-tile.jpg);
	background-repeat: repeat;
}
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 138px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background-color: #FFFFFF;
}

html>body .left {
	margin-left: 12px;
	border: thin none #999999;
} /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background-color: #FFFFFF;
	border: thin none #CCCCCC;
}

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #CCCCCC;
	margin: 8px 149px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #eef7e2;
	padding: 3px;
	position: relative; } /*** IE6 needs this to display the div ***/

#footer {
	background: #f0f1f0;
	margin-top: 1.5em;
	margin-right: 139px;
	border-top: 1px dashed #888; } 



</style>
