body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#000000;
}

#wrapper
{
	min-width:760px;
	max-width:1008px;
 	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	overflow:hidden;

}


li
{
	list-style-image:url(../images/Arrow-Right.gif);
}

hr
{
	border:hidden;
	visibility:hidden;
}

b
{
	color:#9900FF;
	font-size:12px;
}

h2
{
	color:#993399;
	font-size:14px;
}



#left_container
{
	width:40%;
	height:auto;
	float:left;
	padding:10px;
	font-size:12px;
	margin-left:10px;
	text-align:justify;
	border-top:#9900CC 1px groove;
	border-right:#9900CC 1px groove;
}

#right_container
{
	width:50%;
	height:auto;
	padding-left:10px;
	float:left;
	font-size:14px;
	text-align:justify;
	font-weight:100;
}
#headholder {
	display: block;
	height: 140px;
	width:auto;
	z-index:100;
	background-image: url(../images/HeaderBG.jpg);
	
}
#header {
	background-image: url(../images/Header.jpg);
	display: block;
	height: 140px;
	min-width:760px;
	max-width:1008px;
	background-repeat:no-repeat;
}


#mainHolder #leftNav {
	display: block;
	float: left;
	width:auto;
}
#mainHolder #navigation {
	display: block;
	padding-top: 10px;
	width : 200px;
	background-color:#F1DDF8;
	border: 1px solid #999999;
	margin-left: 10px;
	margin-bottom : 10px;
}
#mainHolder #navigation a {
	display : block;
	width : 80%;
	color : #000000;
	text-align:center;
	font-weight : bold;
	text-decoration:none;
	background-color : #FDFAFE;
	border : 1px solid #999999;
	margin-left : 20px;
	margin-top : 5px;
}
#mainHolder #navigation a:hover {
color : #ffffff;
background-color : #9C09CC;
}
#mainHolder #navigation span {
display : block;
padding-top : 3px;
padding-left : 7px;
padding-right : 3px;
padding-bottom : 3px;
/*margin-top:5px;*/
}
#mainHolder .LeftNavAd {
	display: block;
	width : 200px;
	margin-left: 10px;
	margin-bottom : 10px;
}
#mainHolder #LeftNavForm {
	display: block;
	width : 200px;
	margin-left: 5px;
	margin-bottom : 10px;
	padding : 5px;
	border : solid 1px #666666;
}
#mainHolder #content {
	display: block;
	padding: 10px;
	height: auto;
	width: auto;
	margin-left: 225px;
}
#mainHolder #content a{
	color: #9933CC;
	font-weight : bold;
	text-decoration:none;
}
#mainHolder #content a:hover{
	text-decoration:none;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.RedBold {
	color: #FF0000;
	font-weight: bold;
}
.PurpleHeaderStyle {
	display:inline;
	color: #9933CC;
	font-weight : bold;
	font-size : 16px;
}
.smallRedBold {
	font-size:9px;
	color: #FF0000;
	font-weight: bold;
}

#calculator {
	margin : 10px 10px 10px 10px;
	display:block;
	height : 300px;
	width : 200px;
	padding-top :0px;
	background-image: url(../images/Calculator.jpg);
	background-repeat:no-repeat;
	float:right;
}
#calculator input {
	clear:both;
	width: 150px;
	text-align: left;
	margin-left: 22px;
	margin-bottom: 0px;
	display: block;
	border:none;
	background:none
}
#calculator .one input {
	margin-top : 36px;
}
#calculator .two input {
	margin-top : 26px;
}
#calculator .go input{
margin-top: -4px;
border:outset;
width: 50px;
text-align: center;
}

#calcResults
{
	display:block;
	height:100px;
	width: 150px;
	margin-top:37px;
	margin-left:22px;
}	
.blueBold
{
	font-weight: bold;
	color: #0000FF;
}
