body {
	margin-left: 2em;
	margin-right: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	color: black;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-width: 600px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 300%;
	font-weight: bold;
	height: .8em;
	margin-top: -.2em;
	margin-bottom: -.1em;
	padding: 0 .1em 0 0;
}

.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,.colmid,.colleft {
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1,.col2,.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	/* no left and right padding on columns, we just make them narrower instead 
          only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

/* 3 Column settings */
.threecol .colmid {
	right: 33%; /* width of the right column */
}

.threecol .colleft {
	right: 34%; /* width of the middle column */
}

.threecol .col1 {
	width: 29%;
	/* width of center column content (column width minus padding on either side) */
	left: 102%; /* 100% plus left padding of center column */
}

.threecol .col2 {
	width: 29%;
	/* Width of left column content (column width minus padding on either side) */
	left: 43%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 29%;
	/* Width of right column content (column width minus padding on either side) */
	left: 77%; /* Please make note of the brackets here:
          (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.twocol .colleft {
	right: 67%; /* width of the middle column */
}

.twocol .col1 {
	width: 61%;
	/* width of center column content (column width minus padding on either side) */
	left: 102%; /* 100% plus left padding of center column */
}

.twocol .col2 {
	width: 29%;
	/* Width of left column content (column width minus padding on either side) */
	left: 11%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.twocol .col1 .col1 {
	width: 50%;
	/* width of center column content (column width minus padding on either side) */
	left: 40%; /* 100% plus left padding of center column */
}

.twocol .col1 .col2 {
	width: 50%;
	/* Width of left column content (column width minus padding on either side) */
	left: -52%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.twocol .links {
	text-align: center;
}

:link {
	color: #00C;
	background: transparent;
}

/* :active { color: #609; background: transparent; } */
:visited {
	color: #609;
	background: transparent;
}

a {
	text-decoration: none;
}

th,td { /* ns4 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	text-align: left;
}

/* Handle webTV bug */
h1,h2,h3 {
	color: #005A9C;
	background: white;
}

h1 {
	font: 170% sans-serif;
}

h2 {
	font: 140% sans-serif;
}

h3 {
	font: 120% sans-serif;
}

h4 {
	font: bold 100% sans-serif;
}

h5 {
	font: italic 100% sans-serif;
}

h6 {
	font: small-caps 100% sans-serif;
}

.hide {
	display: none;
}

img {
	border: none;
}

div.head {
	margin-bottom: 1em;
}

div.head h1 {
	margin-top: 2em;
	clear: both;
}

div.head table {
	margin-left: 2em;
	margin-top: 1em;
}

div.head img {
	color: white;
	border: none;
}  /* remove border from images */

.body {
	background: #ffbfdf;
}

.heading {
	background: #ff8faf;
}

.altbody {
	background: #ffafdf;
}

.paleblue {
	background: #efefff;
}

.subheading {
	text-align: left;
	background: #ff8faf;
}

p.copyright {
	font-size: small;
}

p.copyright small {
	font-size: small;
}

@media screen { /* hide from IE3 */
	a:hover {
		background: #ffa;
	}
}

pre {
	margin-left: 2em;
}

dt,dd {
	margin-top: 0;
	margin-bottom: 0;
}  /* opera 3.50 */
dt {
	font-weight: bold;
}

pre,code {
	font-family: monospace;
	font-size: 120%
}

ul.toc { /* Mac NS has problem with none */
	list-style: disc;
	list-style: none;
}

@media aural {
	h1,h2,h3 {
		stress: 20;
		richness: 90;
	}
	.hide {
		speak: none;
	}
	p.copyright {
		volume: x-soft;
		speech-rate: x-fast;
	}
	dt {
		pause-before: 20%;
	}
	pre {
		speak-punctuation: code;
	}
}

.title {
	font: bold 24pt Verdana, Arial, Helvetica, sans-serif;
}

.disclaimer {
	font: italic 12pt "Times New Roman", Times, serif;
}

.small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.medium {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

.large {
	font: 16pt Verdana, Arial, Helvetica, sans-serif;
}

.cs {
	background: #ffe0ff;
}

.hl {
	background: #ffc0ff;
}

.scs {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #ffe0ff;
}

.shl {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #ffc0ff;
}

.highlight {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

.biglink { font-size: 180%; color: #f00; }
