body {
	margin: 0;
	text-align: center;
}
body.main {
	background: #FED75E url(../img/chakraman.gif) left top no-repeat;
	background: #FFA011 url(../img/chakraman.gif) left top no-repeat;
	background-attachment: fixed;
}
p {
	font-family: times, serif;
	font-size: .9em;
	letter-spacing: 1px;
}
img {
	border: 0;
}

#introContainer {
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 20px;
	left: 50px;
	text-align: center;
	
	/*-- Centering for all but IE5 on Mac --- \*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	/*-- /Centering for all but IE5 on Mac --*/
}
#javaBox {
	background: url(../img/logoFront.gif) top left no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 250px;
}
#enterLink a,#enterLink a:link,#enterLink a:visited {
	text-align: center;
	text-decoration: none;
	color: #333;
	font-family: georgia, times, serif;
	font-size: .8em;
}

#logoBox {
	text-align: right;
	padding-top: 5px;
	float: right;
	margin-bottom: 1em;
}
#logoBox p {
	padding: 0;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	color: #333;
	padding: 6px 0;
	border-top: 1px solid #F7E7C6;
	border-bottom: 1px solid #F7E7C6;
	width: auto;
}

#footer {
	margin-top: 30px;
	width: 100%;
}
#footer p {
	color: #333;
	text-align: right;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 600px;
	height: auto;
	/*background-color: #FEF147;*/
	/*order: 1px solid #333;*/
	background: #FFCF10;
	background: #E6E79B;
	background: #FEeb8A;
	float: none;
	clear: both;
}
.hide {
	display: none;
}
#menu img {
	display: block;	
}
#menu {
	border: 1px solid #BC74A2;
	border-bottom: none;
}
#menu a {
	color: #9B12B7;
	color: #BC74A2;
	font-family: times, tahoma, sans-serif;
	font-size: 2.25em;
	display: block;
	text-decoration: none;
	padding: 6px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px;
	border-bottom: 1px solid #BC74A2;
}
#menu a:hover {
	color: #E6E79B;
	background: #BC74A2;
	color: #FEeb8A;
	font-weight: bold;
}

#content #sub {
	width: 580px;
	height: auto;
	margin: 10px;
	padding-bottom: 10px;
	clear: both;
}
#content #sub p {
	color: #9B12B7;
	text-align: justify;
	line-height: 1.3;
	font-size: 1em;
}
#content #sub a,#content #sub a:link,#content #sub a:visited {
	color: #333;
	text-decoration: underline;
}


h1 {
	display: block;
	color: #E6E79B;
	color: #FEeb8A;
	background: #BC74A2;
	font-family: times, tahoma, sans-serif;
	font-size: 2.25em;
	text-decoration: none;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 10px 30px 10px;
	padding: 7px;
	float: inherit;
	border-bottom: 1px solid #BC74A2;
	clear: both;
}



p#links {
	clear: both;
	text-align: center;
	color: #333;
	margin: 10px 0;
	padding-bottom: 5px;
}
p#links a,p#links a:link,p#links a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
p#links a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.address {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #F0ECBF;
	background-color: #FEEBFE;
	border: 1px #333 dotted;
}
.address p {
	margin: 0;
}

#prices {
	color: #333;
}
#prices th {
	background-color: #fc0;
	font-family: arial, sans-serif;
}
#prices td {
	background-color: #fd3;
	font-family: arial, sans-serif;
}
#prices td.price {
	text-align: right;
}
















/* new fees page stuff */

form#calcForm select {
	display: block;	
	width: 350px;
}

#fixedDuration, #cost {
	margin-top: 10px;
	border: 1px solid #9B12B7;
	padding: 5px;
	background: #Fffe47;
}
#fixedDuration p, #cost p {
	text-align: center;
	display: block;
	margin: 5px auto;
}


p.attention {
	border-top: 1px solid #9B12B7;
	border-bottom: 1px solid #9B12B7;
	padding: 10px;
	margin: 20px 25px 10px 25px;
	font-size: .8em;
	font-style: italic;
}