body { 
	background: #cce5f9;
	color: black;
	margin: 0px; 
	padding: 0px; 
	font: 1em Verdana,Arial,sans-serif; 
}
div#content h1 { 
	background: transparent;
	color: red;
	font-size: 1.7em;
	margin-left: -5px;
}
div#content h2 {
	background: transparent;
	color: #000080;  
	font-size: 1.3em;
}
div#content h3 { 
	background: transparent;
	color: red;
	font-size: 1.1em; 
	margin-left: 0em;
} 
div#main {
	position: absolute;
	left: 0px;
	right: 0px;	
}
 
div#header { 
	
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: red;
	width: 100%; 
	height: 72px;
	text-align: right;
}
div#header p {
	
	position: absolute;
	
	z-index: 100;
		
}
div#header p#t1 {
	top: 24px;
	right: 5%;	
	text-align: right;
}

/*div#header p#t2 {
	top: 24px;
	right: 50%;	
	text-align: right;
}*/

div#header h1 {
	
	margin: 0px;
	margin-right: 5%;
	text-align: right;
	letter-spacing: .1em;
	font-size: 28px;
	color: #000080; 
	background: transparent;
}
img#logo {
	
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	z-index: 15;
	border-right: 2px #cccc99 solid;
} 
div#topnav { 
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #ffff66; 
	padding: 0px;
	text-align: right;
	font-size: 12px;
	z-index: 10;
}

div#topsearch {

	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	z-index: 11;	
	
}

div#topsearch input, div#topsearch select {
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;	
	
}

div#topnav span#topnavlinks {
	margin-right: 5%;	
}
div#topnav a, div#topnav span.link-current {
	
	margin-right: 1em; 
	margin-top: 3px; 
	margin-left: .5em; 
	letter-spacing: .2em;
	/* padding: 2px; */
	

}

div#topnav b {

	voice-family: "\"}\""; 
	voice-family: inherit;
	
	display: none;
	
}

div#topnav span.link-current {
	background: white;
	color: #000080;
		
}
div#sidenav {
	
	position: absolute;
	top: 72px;
	left: 0px;

	width: 15%;
	background: #cce5f9;
	padding-top: 10px;
	
	
}
div#sidenav b {
	display: none;
} 
div#sidenav h2, div.aside h2, div.box h2, td h2 { 
	background:  #ffff66; 
	text-align: left;	
}
div#sidenav h2 {
	margin-left: 5px; 
	margin-bottom: 0px;
	font-size: 1em;
	color: red;
	
}
div.aside h2, div.box h2 {
	margin: 0px;
	padding: 2px;
	font-size: .6em;
}
a { 
	text-decoration: none; 
} 
div#sidenav a, div#sidenav span.link-current { 
	display: block; 
	padding: 10px; 
	margin-bottom: 5px;
	margin-left: 5px;
					 
} 
div#sidenav span.link-current {
	background: white;
	color: #000080;
	border-right: 3px white solid;
	
			
} 
a:hover { 
	color: red;
	background: transparent;	 
} 

div#topnav a:hover { 
	color: #323232;
	background: transparent;
	
} 
h1 a, h1 a:hover { 
	color: #000080;
	background: transparent;	 
} 
 
div#content { 
	
	position: absolute;	
	top: 72px;
	left: 15%;
	width: 83.6%;
	
	padding: 10px 0px 0px 10px;

	background: white; 
	
	line-height: 1.5em;
	
	border-left: 1px red dashed;
}
div.aside { 
	float: right; 
	width: 25%; 
	background: #cce5f9; 
	border: 1px red solid; 
	padding: 5px;
	clear: right; 
	margin-top: 1em;
	margin-right: 10px;
	margin-left: 5px;
 
} 
div#footer { 
	
	background: #cce5f9;	
	padding-bottom: 1em;
	margin-top: 1em;
	margin-left: -10px;	
	border-top: 1px red dashed;
	
	 
} 
 
div#footer p { 
	font-size: .8em; 
	text-align: center;
	line-height: 1.1em;
	 
} 
div#footer img { 
	float: left; 
	border: 0px; 
	margin-top: 2px; 
	margin-left: 2px; 
} 

div.box {
	
	width: 65%; 
	background: #cce5f9;
	color: black;
	/* border: 1px red solid; */ 
	
	clear: left; 
	margin: 20px 5px 5px 5%;
	/* padding: 3px 5px 5px 5px; */
	
	/* overflow: hidden */;

}
div.box table {
	font-size: .9em;
}
	
.estimage {

	float: right;
	margin-right: 5px;	
	margin-left: 10px;
	
}

span.caption {

	display: block;
        font-size: .7em;
        text-align: center;
        margin-bottom: 1em;
	
}

hr {
	background: transparent;
	color: #ff0000;
	height: 2px;
	width: 50%;
	float: left;
		

}

p {
	font-size: .9em;
	margin: 10px;
}

p.quote {
	
	font-style: oblique;
	margin-left: 4%;
		
	
}

p.minorheading {
	
	font-size: 100%;
	color: #000080;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
}

p.tableheading {
	
	font-size: 100%;
	color: #000080;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}

p.quote:first-letter 
{
	color: #ff0000;
	font-size: 150%;
	background-color: transparent;
}
p.centered {
	
	text-align: center;	
	
}

p.right {
	
	text-align: right;	
	
}

p.left {
	
	text-align: left;
	
}

p.smallcentered {
	
	font-size: 70%;
	text-align: center;
		
}

p.largecentered {
	
	font-size: 150%;
	text-align: center;
		
}
p.noindent {
	margin: 0px;
	padding: 0px	
}
p.small {
	font-size: .7em;
}
input.small {
	font-size: .6em;	
}
span.small {
	font-size: .8em;	
}

span.medium {
	font-size: 1.1em;	
}

p.verysmall {
	font-size: 65%;
}

div.indent {

	margin-left: 5%;
	
}

div.highmargin {

	width: 50%;	
	
}

p.roomtitle {
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
	color: #000080;
	vertical-align: top;
	text-align: right;
}

p.smallheading {
	font-size: 100%;
	color: #000080;
	background-color: transparent;
	
}

span.colheading {
	color: red;
	font-size: 1em;
}

table.nicetable {
	
	background: #cce5f9; 
	color: black;
	
	border: 1px red solid;
	clear: left; 
	margin: 10px 5px 5px 5%;
	padding: 3px 5px 5px 5px;
	 
	text-align: left;
}

table.themath {
	
	border: 2px solid #000000;
	background-color: #cce5f9;  
	color: black;
	text-align: left;
	padding: 0px;
}
td {

	padding: 1%;
	padding-right: 3px;
	
}


tr.themath-total {
	
	background-color: #C6CAF2;
	color: black;
}

tr.themath-save {
	
	background-color: #99E98D;
	color: black;
	
}

tr.themath-freegas {
	background: yellow;
}

p.bottom {

	font-size: 70%;
	text-align: center;
	
}
span.balance-pos {
	
}
span.balance-neg {
	color: red;	
}

table.special, div.special {
	
	border: 3px gold dashed; 
	background: yellow; 
	color: black;
	
	padding: 0px;
	
}

div.special h2 {
	background: white;
	 	
}

.green {

	color: #006600;
	
}

