

html, body {
	margin:0;
	padding:0;
	text-align:center;
    
}
li{list-style-type:none;
font-size:14px;}

body {
	background-color:#EAEAEA;	
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:706px;
	height:auto;
	* height:100%;
	background:url(bg2.gif) repeat-y;
	font:12px Arial,Helvetica,sans-serif;
	color:#666;
}

#banner {
	margin:5px;
	background:url(header1.jpg) no-repeat;
	width:666px;
	height:157px;
	padding:10px 0 0 10px;
}

#dashed {
	width:635px;
	height:125px;
	padding:5px;
	border:1px dashed #FFF;
} 

#content {
	width:676px;
}

#main {
	width:485px;
	min-height:auto;
	float:left;
	padding:10px;
}

#sideBar {
	float:left;
	width:141px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px 15px;
	}

#box {
	width:126px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FC6;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:18px;
	margin:0;
	color:#000000;
}

h2 {
	font-size:14px;
	margin:0 0 0 5px;
	color:#020586;
}

h3 {
	font-size:16px;
	margin:0;
    color:#020586;
}

h4{
font-size:14px;
margin: 0 0 0 5px;
color:red;
}


#clear {
	clear:both;
}

p {
   font-family: arial,sans-serif;font-weight:normal;
	line-height:1.5em;
    font-size:14px;
    color:#000000;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom2 {
         margin:0 auto;
         height:116px;
         width:500px;
         background:url(CALC1line2colour2.gif) no-repeat;
         }
      

#bottom {
	margin:0 auto;
	height:10px;
	width:666px;
	background:url(bg2c.gif) no-repeat;
}


