/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

.Shell {
	width: 850px; 	
	background-color: #FFF;
	float: left;
}

.description {
	width:560px;
	
}

.process {
	width:560px;
	border-color:#333;
	border-width:1px;
	border-top:10px;
}

.intro {
	max-width:400px;
}

.banner {
font: 12px Verdana, Tahoma,  sans-serif; 
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing:1px;
	width: 100%; 
	background-color: #000;
	color:#FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left:5px;
    padding-right:5px;
	float: left;
}

.banner a, .banner a:visited  {
	color: #fff;
	text-decoration:none;
}

.banner a:hover  {
	color: #000;
	background-color:#fff;
	text-decoration:none;	
}

/*.menu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
}*/

.menu {
	font: 12px Verdana, Tahoma,  sans-serif; 
	text-transform: uppercase;
	text-decoration:none;
    letter-spacing:1px;
	width: 175; 
	background-color: #000;
	color:#FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left:5px;
    padding-right:5px;
	float: left;
	height: 100%;
}

.menu a, .menu a:visited  {
	color: #fff;
	
}

.menu a:hover  {
	color: #000;
	background-color:#fff;
	text-decoration:none;	
}

.menu ul {
  list-style:none;
  padding-left:5px;
}
.menu ul li a {
	color: #fff;
	font: 10px Verdana, Tahoma,  sans-serif; 
	text-transform: uppercase;
	text-decoration:none;
	
	
}
.menu ul li a hover {
	color: #111;
	background: #aaa;
	text-decoration: none;	
	
}

.Content {
	width: 620px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}


/*Rendering:*/


.Content {
	font: 12px Verdana,  sans-serif; 
	text-decoration:none;
	letter-spacing:0.0em;
	line-height: 15px;
	color: #333;
}
.Content a:link, a:visited { color: #000;}

.Content a:hover {
	color: #FFF;
	background-color:#000;
}

h1{
    text-transform:uppercase;
    font-size: 150%; 
	margin-bottom:5px;
}
            
h2{
	text-transform:uppercase;
    font-size: 125%; 
    margin-bottom:5px;
}

h3{
    margin-bottom:5px;
	font-size:100%;
	text-transform:none;
 	font-weight: normal;
	font-style:italic;
}

small{
	font-size:10px;
    font-style: italic; 
}



