/************** ID s ***************/

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	color: #333333;
	

}

#page {
	width: 100%;
	height: auto;

}

#header {
	text-align: center;
	width: 100%;
	background-color:#FFFFFF;

}

#left {
	width: 160px;
	height: 100$;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

.left { 
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	width: 160px;
}

.center {

}

.right {

}

#right{
	width: 160px;
	border-left: 1px solid #cccccc;
	padding: 0px;
	float: right;
	background-color: #eeeeee;
	text-align:center;

}

#content {
  width: 600px;

}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}


/****** Style *******/

a{
	color: #2B3D93;
	text-decoration: none;
}

a:link{
	color: #2B3D93;
	text-decoration: none;
}

a:visited{
	color: #2B3D93;
	text-decoration: none;
}

a:hover{
	color: #2B3D93;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: small;
	font-style: italic;
	font-weight: bold;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}





/**************************************************************
   navigation
 **************************************************************/


#nav, #nav ul {
	padding:0px;
	margin:0px;
	list-style: none;
	z-index: 6;
	width:468px;
	
}

#nav a {
	display: block; 
	width: 78px;
	padding: 3px;
	z-index: 6;
}
#nav li {
	float: left;
	width: 78px;
	text-align:center;
	z-index: 6;
	font-weight: bold;
}
* html #nav li ul { margin-left:-40px; }
#nav li ul {
	position: absolute;
	width: auto;
	left: -999em;
	z-index: 6;
}
#nav li ul li {
	width: auto;
	z-index: 6;
	font-weight: lighter;
	font-size: xx-small;	
}
#nav li ul a{
	width: auto;
	z-index: 6;
	font-size: xx-small;
}
#nav li:hover ul {
	left: auto;
	z-index: 6;
}
#nav a:link, #nav a:visited { 
    color:#000000; text-decoration:none; 
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav a:hover, #nav a:active { 
    color:#000000;text-decoration: none; 
	z-index: 6;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 6;
}
/* small fix... */
#nav li ul a:link, #nav li ul a:visited {
	background-color:#ffffff;
	border:solid 1px #000000;
	text-decoration:none;
	color:#000000;
	z-index: 6;
	font-size: x-small;
}

#nav li ul a:hover, #nav li ul a:active {
	background-color:#369; border:solid 1px #000088; 
    text-decoration:none; color:#fff; 	
	z-index: 5;	
 
}

/**************************************************************
   Left navigation
 **************************************************************/


#LeftNav, #LeftNav ul {
	list-style: none;
	z-index: 6;
	width: 160px;
	margin:0px;
	padding:0px;
	background-color: #eeeeee;	
}

#LeftNav a {
	display: block; 
	width:  154px;
	padding: 3px;
	z-index: 6;
}
#LeftNav li {
	float: left;
	width: 160px;
	text-align:left;
	z-index: 6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #eeeeee;
}
#LeftNav li ul {
	position: absolute;
	width: auto;
	left: -999em;
	z-index: 6;
}
#LeftNav li ul li { 
	width: auto;
	z-index: 6;
}
#LeftNav li ul a{
	width: auto;
	z-index: 6;
}
#LeftNav li:hover ul {
	left: auto;
	z-index: 6;
}
#LeftNav a:link, #LeftNav a:visited {
	color:#006699;
	text-decoration:none;
	text-align:left;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#LeftNav a:hover, #LeftNav a:active { 
    color:#006699; 
	text-decoration: underline; 
	text-align:left;
	z-index: 6;
	background-color:#999999;
}
#LeftNav li:hover ul, #LeftNav li.sfhover ul {
	left: auto;
	z-index: 6;
}
/* small fix... */
#LeftNav li ul a:link, #LeftNav li ul a:visited {
	background-color:#999999;
	border:solid 1px #000000;
	text-decoration:none;
	text-align:left;
	color:#000000;
	z-index: 6;
}

#LeftNav li ul a:hover, #LeftNav li ul a:active {
	background-color:#369; 
	border:solid 1px #000088; 
    text-decoration:none; 
	text-align:left;
	color:#fff; 	
	z-index: 5;	
 
}
