*{margin:0;
padding:0;
border:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.6em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
}

.center{
   margin-left:auto;
   margin-right:auto;
   float: none;
	clear:both;
}

a{  
	font-weight:normal;
	color: #777;
    text-decoration: none;
}
 a:hover{
	color: #000;
	text-decoration: none;
		}
		
 a:visited{
	font-weight: normal;
	text-decoration: none;}


H1 {
	float: none;
	font-size: 2em;
    font-weight: bold;
    color: blue;
	clear: left;
	text-align: center;
	margin: 1em ;
}
p {
	display:block;
	width: 550px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 15px;
	border-left:3px solid #EEE;
	border-right:3px solid #EEE;
	border-bottom:3px solid #EEE;
}

.content{
	margin-left:auto;
	margin-right:auto;
	width:860px;
	padding:30px 15px 15px 15px;
	text-align: left;
	border-left:10px solid #EEE;
	border-right:10px solid #EEE;
	border-bottom:10px solid #EEE;
}
.slogan {
	font-family: Times New Roman, Times, serif;
	color: #000033;
	font-size: 1.2em;
	float: left;
	font-weight: bold;
}

#nav {
  float: left;
  width: 100%;
  background-color: #FFF;
  text-align: center
}


#nav ul {
    width:900px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
border-color:#FFFFFF;
}

#nav li { 
	float: left;
	position: relative;
	width: 110px;
}

#nav li ul { 
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width:110px;
	background-color: #FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	width: 110px;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav a{
	display:block;
	font-weight: bold;
	height:3em;
	line-height:3em;
	background-color:#FFFFFF;
	text-transform: uppercase;
}
#nav a:hover{
	    background-image: url(images/arrow.gif);
        background-repeat: no-repeat;
        background-position: center top;  
		}
#menu a{
	display:block;
	font-weight: bold;
	height:2.3em;
	line-height:2.3em;
	background-color: #FFF;
	font-size: 0.76em;
}
#design{
font-size:0.73em;
clear:both;
padding-top:10px;}

.quote{

display:block;
margin:15px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#000000;}

.name{
display:block;
text-align:right;
color:#444;
border-bottom:1px dashed #000066;
padding-bottom:10px;}

.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:none;
	color:#000066;
	font-size:1.4em;
	line-height:2.5em;
}
ul{
	width: 520px;
    display:block;
    padding:10px 0px 10px 60px;
    list-style-type:disc;
	border-left:3px solid #EEE;
	border-right:3px solid #EEE;}input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 1.6em;
}

