
body
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	background-color: #CCCCCC;
	text-align: center;
}

#container {
	margin: auto;
	width : 750px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#toplogo {
	width : 100%;
	height : 100px;
	padding: 0px;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
} 

#text_navbar1 {
	width : 100%;
	height : 20px;
	background-color: #cc0000;
	text-align : center;
	font-weight : bold; 
	font-size : 80%;
}
	.text_navbar1 a {
	text-decoration : none; 
	color : #FFFFFF; 
	text-decoration : none; 
	font-family : Arial, Tahoma; 
	font-size : 80%;
} 
	.text_navbar1 a:visited {
	color : #FFFFFF; 
} 
	.text_navbar1 a:hover {
	color : #EEEEEE; 
} 
	.text_navbar1 a:selected {
	color : #EEEEEE; 
}

#selected1 {
	color : #EEEEEE; 
}

#selected2 {
	color : #33ccff; 
}

#nav1 {
	background-color: #cc0000;
	color: #FFFFFF;
	font-weight: bold;
}

#nav2 {
	background-color: #0C1C57;
	color: #000000;
	font-weight: normal;
}

h1 {
	font-family: Tahoma, Arial;  
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

#content	{
	top: 0px;
	vertical-align: top;
	margin: auto; 
	width: 670px; 
	height: 400px;
	text-align: left;
}

#text_bottomnavleft {
	width: 180px;
	text-align: left;
	color : #000000; 
	text-decoration : none; 
	font-weight : normal;   
	font-size : 60%; 
}
	.text_bottomnav a {
	color : #000000; 
	text-decoration : none; 
	font-family : Arial, Tahoma; 
} 
	.text_bottomnav a:visited {
	color : #000000; 
} 
	.text_bottomnav a:hover {
	color : #000000; 
}

#text_bottomnavright {
	width: 620px;
	text-align: center; 
	color : #000000; 
	text-decoration : none; 
	font-weight : normal;  
	font-size : 60%; 
}
	.text_bottomnav a {
	color : #000000; 
	text-decoration : none; 
	font-family : Arial, Tahoma; 
} 
	.text_bottomnav a:visited {
	color : #000000; 
} 
	.text_bottomnav a:hover {
	color : #000000; 
}

td {
	font-family : Arial, Tahoma; 
	font-size : 100%; 
	color : #000000; 
	font-weight : normal;  
}

a {
	text-decoration: none;
	font-family : Arial, Tahoma; 
	font-size : 70%>; 
	color : #000000; 
}

a:hover {
	color : #000000; 
}

a:visited {
	color : #000000; 
}

a.footer {
	text-decoration: none;
	font-family : Arial, Tahoma; 
	font-size : 60; 
	color : #000000; 
}

a.footer:hover {
	color : #000000; 
}

a.footer:visited {
	color : #000000; 
}

img {
	border: 0px;
	vertical-align: bottom;
}

p {
	font-family: Arial, Tahoma; 
	font-size: 70%; 
	color: #000000; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	color: ##000000;
	}

ul.nav li.nav {
	position: relative;
	background-color: #0C1C57;
	font-family : Arial, Tahoma; 	
	font-weight : normal; 
	font-size : 70%;
	color: ;
	}

li.nav ul.nav {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.nav li.nav a {
	display: block;
	text-decoration: none;
	color: ##000000;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li.nav { float: left; height: 1%; }
* html ul.nav li.nav a { height: 1%; }
/* End */

ul.nav li.nav a:hover { color: #000000; background: #CCCCFF; } /* Hover Styles */
		
li.nav ul.nav li.nav a { padding: 2px 5px; } /* Sub Menu Styles */
		
li.nav:hover ul.nav, li.over ul { display: block; z-index:200; } /* The magic */


div.step {
	float: left;
	width: 33%;
	margin-top: 20px;
}