*{margin:0}

html {
	height:100%;
	margin: 0px;
	padding:0px;
}

body {
	font-family:"helvetica";
	font-size: 11px;
	text-align: center;
	color:#636363;
    background-color:#eee; 
                /*
#fbfbfb;
*/
    margin: 0px; 
	top-margin: 10px;
    padding: 0px;
	top-padding: 10px;
	
	/*margin:50px 0px; padding:0px; 
	text-align:center;*/	
	
}

p { 
	margin: 3px;
	margin-top: 0.5em; 
	margin-bottom: 0.25em;
}

li{
	
	margin-top: 0.3em; 
	margin-bottom: 0.3em;
}

a{
	color:#636363;
}

a:visited {
	color: #636363;
}

a:hover {
	color: #000;
}

a:active {
}


*
            
h1{
	margin: 3px;
	top-margin:5px;
	bottom-margin:5px;
	
    font-family:"helvetica";
    font-size: 18px;
	font-weight: normal;
    color: #f85600;
	
}

h2{
	margin: 3px;	
	top-margin:5px;
	bottom-margin:5px;
	
    font-family:"helvetica";
    font-size: 16px;
	font-weight:normal;
    color:#AFAFAF;
}

h3{
	margin: 3px;
	top-margin:5px;
	bottom-margin:5px;
	
    font-family:"helvetica";
    font-size: 14px;
    color:#636363;
}



            
#containerDiv{
	overflow: hidden;
	width: 640px;
	height: auto;
	z-index: 1;

	margin:0px auto; /* Right and left margin widths set to "auto" */
	margin-top:10px;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;

/*
	               border: 1px;
                border-style: solid;
                border-color:#afafaf;
*/
	
}



#headerDiv{
	left: 0px;
	top: 0px;
	height: 100%;
	/*z-index: 2;*/
	width: 100%;
	display: inline;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	
	font-family:"helvetica";
    font-size: 1.2em;
	font-weight: bold;
    color: #f85600;
	
}

#headerDiv ul{ 
	padding: 0px; 
	padding-left: 10px;
	pading-right: 10px;
	margin: 0px;
	display:table-cell;
	vertical-align: middle;
	position: static;
	height: 23px;
	list-style: none;
	
}

#headerDiv li {
	position: relative;
	float: left;
	display: inline;
}

#headerDiv a{
	padding-left: 3px;
	padding-right: 3px;
	color: #f85600;
	display: inline;
	text-decoration:none;
}

#headerDiv a:visited {
	color: #f85600;
	text-decoration:none;
}

#headerDiv a:hover {
	color: #636363;
	text-decoration:none;
}

#headerDiv a:active {
	text-decoration:none;
}

#headerDiv #current {
		color: #636363;
/*	
 	color: #7ed3f6;
 */
	text-decoration:none;

}

#headerDiv #current:hover {
}

#headerTable{
	/*border:0px;*/
	
	/*
	border-top:2px;
	border-bottom:2px;
	border-color: #f85600;
	border-style:dotted;
	
	margin-bottom:10px;
	*/
	
}

#subNavDiv{
	padding: 0px; 
	padding-right: 10px;
	margin: 0px;
	margin-left:auto;
	font-size: 1em;	
	text-align:right;
	float: right;
	
}

/*
#subNavDiv ul{ 
	padding: 0px; 
	padding-left: 10px;
	pading-right: 10px;
	margin: 0px;
	display:table-cell;
	vertical-align: middle;
	position: static;
	height: 23px;
	list-style: none;	
}

#subNavDiv li {
	position: relative;
	float: left; 
	display: inline;
*/
}

#contentDiv{
	min-height: 460px;
	height: auto;
	text-align: center;
} 

#actualcontentDiv{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
	min-height: 460px;
	height: auto;
	width:628px;
	
	text-align:center;
}       
   
#footerDiv{
	text-align: center;
	color:#636363;
	padding: 3px;
}   
#footerLinkDiv{
	margin: 0px;
	margin-bottom:6px;
	padding: 0px;
	border: 0px;
}


#topLeft{   
	margin: 0px;
	padding: 0px;   
	height = 6px;
	width = 6px;
	background-image: url("../elts/topLeft.png");
    background-repeat: no-repeat;
	}
	
#top{
	margin: 0px;
	padding: 0px;
	height = 6px;
	width: 628px;
	background-image: url("../elts/top.png");
    background-repeat: repeat-x;
	}
#topRight{
	margin: 0px;
	padding: 0px;
	height = 6px;
	width = 6px;
	background-image: url("../elts/topRight.png");
    background-repeat: no-repeat;
}
#left{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height = auto;
	width = 6px;	
	background-image: url("../elts/left.png");
    background-repeat: repeat-y;
}
#right{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height = auto;
	width = 6px;
	background-image: url("../elts/right.png");
    background-repeat: repeat-y;	
}
#bottomLeft{
	margin: 0px;
	padding: 0px;
	height = 6px;
	width = 6px;
	background-image: url("../elts/bottomLeft.png");
    background-repeat: no-repeat;	
}
#bottom{
	margin: 0px;
	padding: 0px;
	height = 6px;
	width: 628px;
	background-image: url("../elts/bottom.png");
    background-repeat: repeat-x;
}
#bottomRight{
	margin: 0px;
	padding: 0px;
	height = 6px;
	width = 6px;
	background-image: url("../elts/bottomRight.png");
    background-repeat: no-repeat;	
}     