/* -----------------------------------------------------------------------------
---------------------------- Cascading Style Sheet -----------------------------
----------------------------------------------------------------------------- */


a:link, a:visited { text-decoration: none; color: #0000ff; }
a:hover { text-decoration: underline; }

p { text-indent: 20px; }


body {
	margin: 0;
	background: #fffff5;
/*	background-image: url("/graphics/cloud-tile.png");
	background-repeat: repeat-x;    */
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}

img {
	border: 0;
	margin: 0;
	}

#frame {
	margin: 0;
	padding: 0 1ex;
	text-align: left;
	background-image: url("/graphics/banner-small.jpg");
	background-repeat: no-repeat;
	background-position: 153px 0px;
	height: 25%;
	}

#menu {
	margin-top: 139.5px;
	text-align: center;
	z-index: 1;
	width: 140px;
	float: left;
	}

.jsmenu {
	text-align: left;
	width: 100%;
	margin-bottom: 1em;
	}

.search, .go {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 10px;
	vertical-align: middle;
	}
	.go {
		cursor: pointer;
		background: #e2e2e2;
		padding: 1.5px;
		}
	.go:hover { border: 1px solid black; background: #cccccc;}
	.search {
		width: 65px;
		padding: 2px;
		}

#main {
	margin: 0;
	float: left;
	height: 100%;
	margin-left: -6px;
	}
	html>body #main {
		margin-left: 146px;
		float: none;
		max-height: 100%;
		}

#header {
	height: 15px;
	padding-top: 88px;
	padding-bottom: 26px;
	padding-left: 65px;
	}
	html>body #header {
		padding-top: 86px;
		padding-bottom: 29px;
		padding-left: 65px;
		}
	#header ul, #header li { padding: 0px; margin: 0px; }
	#header ul li {
		display: inline;
		font-size: 10pt;
		list-style-type: none;
		margin: auto 20px auto 0;
		}
	#header a {
		color: #000000;
		}
	span.redfl { font-size: 14px; color: #c00000; }

#content {
	margin-top: 9.5px;
	padding: 1ex 2ex;
	height: 410px;
	width: 672px;
	background: #ffffff;
	border: 1px solid black;
	font-size: .8em;
	}
	#content p.indent { text-indent: 3ex; }
	#content p.noindent { text-indent: 0 !important; }
	html>body #content {
		height: auto;
		min-height: 410px;
		}

.gold     { background-color: #EFC40A; }
.silver   { background-color: #cccccc; }
.bronze   { background-color: #cc6600; }
.plan     {
     margin: 15px;
     margin-left: -5px;
     margin-right: -5px;
     padding-left: 15px;
     padding-right: 15px;
     border: 1px solid black;
     }


#content-left, #content-right {
	float: left;
	width: 40%;
	padding-bottom: 10px;
	}
	#content-right { clear: right; }

#noscript table, #noscript td {
	margin: 0;
	padding: 0;
	width: 147px;
	border-collapse: collapse;
	}
	#noscript td { border: 1px solid black; }
.m1 a, .m2 a {
	font-size: 8pt;
	margin: 0;
	padding: 2px;
	color: #000000;
	width: 100%;
	display: block;
	}
	.m1 a { background: #99ccff; font-weight: bold;}
	.m1 a:hover { background: #b3daff; text-decoration: none; }
	.m2 a { background: #fffffb; }
	.m2 a:hover { background: #fcfdcd; text-decoration: none; }
	.m1 a:visited, .m2 a:visited { color: #000000; }

.sm1, .sm2, .sm3 {
/*
	display: block;
	width: 100%;
*/
	padding: .3ex 0;
	font-size: .9em;
	}
.sm1, a:link.sm1, a:visited.sm1 {
	font-weight: bold;
	color: #0000cc;
	line-height: 2em;
	}
.sm2, a:link.sm2, a:visited.sm2 {
	padding-left: 1.5em;
	}
.sm3, a:link.sm3, a:visited.sm3 {
	padding-left: 3.5em;
	}

.sr, dl, dt, dd {
	font-size: 10pt;
	line-height: 14pt;
	}
	.sr a:hover, dl a:hover, dt a:hover, dd a:hover {
		background-color:#fcfcd2;
		text-decoration: none;
		}
.ofbox {
	height: 400px;
	overflow: auto;
	}
.overflow {
	border: 2px black solid;
	padding: 2px 2px 0px 2px;
	}

.catt td {
	padding: 4ex 3ex;
	}

.picttext {
	vertical-align: top;
	}

#creditcard {
	font-size: 10px;
	}


.boldcenter {
text-align: center;
font-weight: bold;
}

