/* CSS Document */

body{
margin:0px;
padding:0px;
border:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:10pt;
background-image:url(images/bg_tile.jpg);
background-position:center;
background-repeat:repeat-y;
overflow:-moz-scrollbars-vertical;
}
h1{
color:#888;
margin:0px 0px 10px 0px;
font-size:15pt;
}
h2{
color:#333;
font-style:italic;
font-weight:bold;
font-size:12pt;
letter-spacing:-0.05em;
}
.table-layout td{
padding: 0 10px 0 10px;
}
.table-layout th{
padding: 0 10px 0 0px;

}
th{
color:#25c;
text-align:left;
vertical-align:middle;
}
.smalltext{
font-size:8pt;
}
/*Main Frame*/
#frame{
width:800px;
vertical-align:top;
margin:0px auto 0px auto;
}
/*Inner Frame*/
#innerframe{
width:760px;
vertical-align:top
text-align:left;
margin:auto auto 0px auto;
}
/*Header Code*/
#header{
width:760px;
height:134px;
margin:0px;
padding:0px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
/*Navigation Code*/
#nav{
width:758px;
height:24px;
}
	#nav img{
	margin:0px;
	padding:0px;
	}
/*Content Code*/
#content{
margin:0px;
padding:0px;
width:758px;
}
/*	
	#splash{
	width:715px;
	height:170px;
	text-align:left;
	margin:20px 20px 0px 20px;
	}
	#splash h1{
	color:2255cc;
	text-transform:uppercase;
	font-size:18pt;
	font-weight:400;
	letter-spacing:-0.1em;
	margin:20px 0px 0px 20px;
	}
	.smallcaps{
	font-size:15pt;
	}
	#splash h2{
	color:#fff;
	font-size:14pt;
	width:150px;
	font-weight:400;
	letter-spacing:-0.1em;
	margin:20px 0px 0px 20px;
	}
*/
	/*Editable Content Area Code*/
	#main-content{
	width:718px;
	margin:20px 20px 0px 20px;
	padding:0px;
	}
	#main-content p{
	margin:10px 0px 0px 0px;
	padding:0px;
	}
	#main-content a{
	color:#25c;
	text-decoration:underline;
	}
		#main-content-rss{
			text-align:left;
			font-size:12px;
			color:#454545;
			vertical-align:top;
		}
		#main-content-rss a{
			color:#454545;
			font-size:18px;
			font-weight:bold;
			text-decoration:none;
		}
/*Footer Code*/
#footer{
	text-align:center;
	font-size:12px;
	color:#8b1;
	margin:0px 0px 0px 0px;
	padding:16px 0px 0px 0px;
	width:760px;
	height:35px;
	}

#footer a{
	color:#8b1;
	text-decoration:none;
	}
	
.speechbubble{
display:inline;
float:left;
width:329px;
margin:10px 0 0 20px;
padding:0;
}

.speechbubble_wide{
	display:inline;
	margin:10px 0px 0 20px;
	padding:0;
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

#calculator{
	height:190px;
	font-family:arial,helvetica,clean,sans-serif;
	color:#FFF;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	width:394px;
	margin-top:20px;
	margin-left:20px;
	padding:10px;
	overflow:hidden;
	float:left;
	background-color:#4564cc;
	}
