<!--

/* >>>>> Page Styles <<<<< */

.form1 {
	 color: #000000;
	 border: 2px solid #59002D;
	 background-color: #FFFFFF;
	 font-weight: bold
}

h1 { 
     font-size: 12pt; font-weight: bold 
}


html, body {
   margin: 0;
   padding: 0;
   font-size: 100%;
   background-color: #FFFFFF;
   scrollbar-base-color: #FAC862;
   scrollbar-dark-shadow-color: #FAC862;
   scrollbar-track-color: #BC8F8F; color:#000000
}

body {
   border:1px solid #FFFFFF; font-family: Verdana;
   font-size: 80%;
   color: #000000;
   background: #FFFFFF 
   
}


#pagetitle {
   margin: 0;
   text-align: center;
   font-size: 125%;
   color: #660033;
   font-weight: bold;
   padding-left: 0;
   padding-right: 0;
   padding-top: 10px;
   padding-bottom: 0
}
    
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; position:relative; left:300 }

.altcolor {
   color: #660033;
   font-weight: bold
}

.altcolor2 {
   color: #D1AD37;
   font-weight: bold; background-color:#FFFFFF
}

.altcolor3 {
   color: #59002D;
   font-weight: bold
}

#demotext {
   border: 3px solid #51142B;
   background: #FFFFFF;
   color: #000000;
   font-weight: bold;
   position: static; margin-left:10px; margin-right:149px; margin-top:8px; margin-bottom:5px; padding-left:0; padding-right:5px; padding-top:0; padding-bottom:5px
} /*** for IE6 ***/
  
	
a:link {
   color: #D1AD37;
   text-decoration: underline;
   padding: 1px; background-color:#FFFFFF
}

a:visited {
   color: #993366;
   text-decoration: underline;
   padding: 1px
}

a:hover {
   color: #59002D;
   background: #FAC862;
   text-decoration: underline;
   padding: 1px
}

#leftbox a:link, #leftbox a:visited {
   color: #FFFFFF;
   text-decoration: underline; background-color:#660033; background-image:url('includes/left%20side.jpg'); background-position-y:center
}

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
   color: #59002D;
   text-decoration: underline;
   background: #FFFFFF;
   padding: 1px
}
.left a:link strong, .left a:visited strong { color: #D1AD37; background-image: url('includes/left%20side.jpg') }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover strong, .right a:hover {
   color: #59002D;
   background: #FAC862;
   padding: 1px
}

.left a:hover strong, .left a:hover { color: #D1AD37; background-image: url('includes/left%20side.jpg') }
#contents a:link, #contents a:visited {
   color: #FFFFFF;
   text-decoration: underline;
   background: #59002D;
   padding-top: 0
}

#contents a:hover {
   color: #59002D;
   background: #FAC862;
   padding-top: 0
}

#footer a:link, #footer a:visited {
   color: #59002D; background-color:#FFFFFF
}

strong {
   font-weight: bold;
   color: #FAC862;
}
	
pre strong {
   color: #FFFAFA;
}

#contents strong {
   color: #59002D;background-color:#FFFFFF
}

#contents pre.altcolor2 strong {
   color: #59002D;
}

.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small {
   font-size: .9em;
   color: #59002D;
}

.alignright strong {
   color: #59002D;
   font-weight: bold; background-color:#FFFFFF
}

.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 #59002D;
   border-bottom: 3px double #59002D;
   padding-bottom: 5px;
}

.dash {
   border-top: 1px dashed #FAC862;
   margin-top: 1em;
}

#bottom {font-size: 1px; line-height:0; margin:0; padding:0; background-color:#FFFFFF; color:#59002D}

/* >>>>> Sidepage extras <<<<< */

h3 {
   font-family: Verdana;
   font-size: 1.2em;
   color: #59002D;
   font-weight: bold;
   margin: 10px 0;
   text-align: center; background-color:#FFFFFF
}

#rightbox h3, .left h3, .right h3 {
   color: #FFFFFF;
   font-weight: bold; background-color:#59002D; background-image:url('includes/left%20side.jpg')
}

#demotext h3 {
   color: #59002D;
   font-size: 1.4em;
   font-weight: bold; background-color:#FFFFFF
}

ul {
   color: #660033;
   list-style-position: outside;
   margin: 0;
   list-style-type:none; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:1.5em
} /*** 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: #FFFAFA;
   font-weight: bold; background-color:#660033; 
}

.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;
      background-image: none; /*** this is a shorthand 
                           property for the various 
                           background properties ***/
   height: 100px; color:#FFFFFF; background-color:#59002D
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
   position: absolute;
   left: 0px;
   width: 215px;
   border-top: 1px solid #BC8F8F;
   background-color: #59002D;
   color: #FFFFFF;
   padding-top: 5px; background-image:url('includes/left%20side.jpg')
}

#container {
   margin-left: 215px;
   background: #FFFFFF repeat-y 100% 0;
   border-left: 1px solid #BC8F8F; color:#59002D
}

#navmenu {
   border-left:0 solid #FFF5EE; border-right:0 solid #FFF5EE; border-top:1px solid #FFF5EE; border-bottom:1px solid #FFF5EE; background-color: #59002D;
   position: relative; color:#FFFFFF; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px; background-image:url('includes/left%20side.jpg')
} /*** IE6 needs this to display the div ***/ 

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%; color:#FFFFFF; background-color:#59002D; background-image:url('includes/left%20side.jpg')}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ 

#navmenu ul {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	text-align: center;
	line-height: 1.2em; list-style-type:none; color:#FFFFFF; background-color:#59002D; background-image:url('includes/left%20side.jpg') } 

#navmenu ul li {
   font-weight: bold;
   display: block;
   float: left;
   position: relative; /*** IE6 needs this to display the links ***/
   margin: 3px 0;
   width: 10em;
   border-right: 2px solid #FFFAFA; color:#FFFFFF; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:1px; background-color:#59002D; background-image:url('includes/left%20side.jpg')
}

#navmenu ul li.first {
	margin-left: 0; 
	list-style-type:none; color:#FFFFFF; background-color:#59002D }

#navmenu ul li.last {
	color:#FFFFFF; border-right-width:medium; background-color:#59002D }

#navmenu a {
   color: #FFFFFF;padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px; background-color:#59002D; background-image:url('includes/left%20side.jpg')
} 

#navmenu a:hover {
   color: #59002D;
   background: #FAC862;
}

#navclear {
  	display: block;
	clear: both; color:#FFFFFF; background-color:#59002D }

/*** 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; color:#FFFFFF; background-color:#59002D; background-image:url('includes/left%20side.jpg') }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; color:#FFFFFF; background-color:#59002D; background-image:url('includes/left%20side.jpg') }
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 138px;
	padding-top: 5px; color:#660033; background-color:#FFFFFF }

/*** 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; color:#59002D; background-color:#FFFFFF } /*** resets the value for IE6 and IE5-Mac ***/

.left {
   float: left;
   margin-left: 6px;
   width: 43%;
   background: #59002D;; color:#FFFFFF; padding-left:0; padding-right:5px; padding-top:5px; padding-bottom:5px
}

html>body .left {margin-left: 12px; color:#660033; background-color:#FFCC66 } /*** 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%;
   background: #59002D;; color:#FFFFFF; padding-left:0; padding-right:5px; padding-top:5px; padding-bottom:5px
}

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: #59002D;
   /*margin-right: 149px;
   margin-left: 10px;*/
   color: #FFFFFF;
   padding: 3px;
   position: absolute; margin-left:10px; margin-right:149px; margin-top:8px; margin-bottom:5px
} /*** IE6 needs this to display the div ***/

#footer {
   background: #FFFFFF;
   margin-top: 1.5em;
   margin-right: 139px;
   border-top: 1px dashed #DB7093; color:#59002D
} 

-->