/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  font-family: 'Lucida Grande',Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #CCCCFF;
}
	
p,td,th,div,span,ol,ul,dl,dt,dd,li {
  	font-family: 'Lucida Grande',Verdana,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
  	font-size: 12px;
	color: #000000;
}

p {margin-bottom: 5x; padding: 0; }
	
h1,h2,h3,h4,h5 {
  	font-family: 'Lucida Grande',Verdana,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
	color: #000066;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

h1 { font-size: 200%; } 
h2 { font-size: 175%; } 
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }


a:link {color: #3333CC; text-decoration: underline; padding: 1px; }

a:visited {color: #3333CC; text-decoration: underline; padding: 1px; }

a:hover {color: #009900; text-decoration: underline; padding: 1px; }

a:active {color: #006600; text-decoration: underline; padding: 1px;}

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

.altcolor {color: #006600; font-weight: bold; }

.altcolor2 {color: #660000; }

.altcolor3 { color: #000066; font-weight: bold; }





/* NAVIGATION BUTTONS */
.cssnav	{
	position:relative;
	font-family: 'Lucida Grande',Verdana,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
	/*background-image: url('images/btn-over.jpg');*/
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 45px;
	margin: 0; 
	padding: 0; 
}
.cssnav a {
	display: block;
	color: #000000;
	/*font-size: 300%;*/
	font-weight: bold;
	width: 150px;
	height: 45px;
	display: block;
	float: left;
	color: #000066; 
	text-decoration: none;
}

.cssnav a:link {
	color: #3333CC;
	font-weight: bold;
	padding: 0; 
}

.cssnav a:visited {
	color: #999999;
	font-weight: bold;
	padding: 0; 
}

.cssnav a:hover {
	color: #006600;
	font-weight: bold;
	padding: 0;
}

.cssnav img {
	width: 150px;
	height: 45px;
	border: 0;
}

/*
* html a:hover { visibility:visible }
.cssnav a:hover img{ visibility:hidden }
*/
.cssnav span {
	position: absolute;
	left: 30px;
	top: 15px;
	margin-left: 25px;
	padding: 0;
	cursor: pointer;
	width: 150px;
	height: 14px;
	text-align: left;
}
/* END OF NAVIGATION */

strong {font-weight: bold; color: #00066; }
	
pre strong {color: #00000; }

#boxb pre.altcolor2 strong {color: #cde7a8; }

.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small alignright {
	font-size: .75em;
	font-style: italic;
	color: #000000;
	margin: 0;
	padding: 1em 10px 2em 0; 
	text-align: right;
}

.small alignleft {
	font-size: .75em;
        font-style: italic;
	color: #000000;
	margin: 0;
	padding: 1em 10px 2em 0; 
	text-align: left;
}

.small {
	font-size: 75%;
	font-style: italic;
	color: #000000;
}

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.25em 0.5em; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 0.5em 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: 12px; line-height:0; margin:0; padding:0;}

/* >>>>> Sidepage extras <<<<< */


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 ***/

#boxb ul {color: #000000; font-weight: bold; }

.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 ***/

#strip { width: 1000px }


#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
        height: 150px; 
	margin: 0;
	padding: 0; 
	background: #CCCCFF;

} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#pagetitle {
	font-family: 'Lucida Grande',Verdana,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
	font: #000066 bold 175%;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}


#leftbox {
	position: absolute;
	left: 0;
	top: 150px;
	width: 150px;
	height: 1000px;
	background: #CCCCFF;
	color: #000;
	padding: 0;
	margin: 0px
}

#container {
	position: absolute;
	left: 150px;
	top: 150px;
	width: 700px;
	/*margin-left: 150px;*/
	background: #CCCCFF;
	margin: 0;
	padding:0px }


/*** 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: 11px;
	margin: 5px;
	width: 150px;
	padding-top: 0; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#boxa {
	background: #CCCCFF;
	margin: 5px;
	width: 650px;
	color: #000000;
	padding: 0;
	position: relative; } /*** for IE6 ***/

#wrapper {
	margin: 0;
	padding: 0; }

/*** 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 ***/
	
#wrapper2 {
	margin: 0;
	padding: 0; }

/*** 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 #wrapper2 {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/


.left {
	margin: 5px;
	padding: 0;
	width: 335px;
	float: left;
	background: #CCCCFF;
}

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	margin: 5px;
	padding: 0;
	width: 335px;
	float: right;
	background: #CCCCFF;
}

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; }

#boxb {
	background: #CCCCFF;
	margin: 5px;
	padding:0;
	width: 650px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #000000;
	position: relative; } /*** IE6 needs this to display the div ***/


#footer {
	margin: 5px;
	padding:0;
	width: 650px;
	background: #CCCCFF;
	border-top: 1px dashed #888; } 