body {
	font-family: Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	text-align:center;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-color: #4473a1;
	background-image: url(gradient.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: 0 100;
}

h1 {
	margin-top: .5em;
	margin-bottom: 1em;
	}

h2 {
	margin-bottom: 2em;
	}

p {
	 text-indent: 1.5em;
	 }
	
#main {
	width: 800px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	}
	
.info {
	text-align: justify;
	padding-left: 1em;	
	padding-right: 1em;	
	padding-top: 0em;	
	padding-bottom: 0em;	
	}
 
.info a {color: #FFFFFF; text-decoration: none; border-bottom: 1px dashed #FFFFFF;}
.info a:visited {color: #CCCCCC; border-bottom: 1px dashed #FFFFFF;}
.info a:hover{color: #FFFF00; border-bottom: 1px dashed #FFFF00;}
.info a:active { color: #FFFF00; border-bottom: 1px dashed #FFFF00;}

/* ------ Banner ------------*/
#banner {
	background-color: #000000;
	letter-spacing: .2em;
	padding-top: .8em;
	padding-bottom: .3em;
	width: 100%;
	margin: 0;
	}
	
#banner ul{
	margin-left: -3em;
	}

#banner li.first {
	font-size: 13px;
 	display: inline;
 	list-style-type: none;
 	padding-left: 0;
 	padding-right: 2em;
 	border-right: 1px dotted #066;
  }

#banner li.inline{
	font-size: 13px;
 	display: inline;
 	list-style-type: none;
 	padding-left: 2em;
 	padding-right: 2em;
 	border-right: 1px dotted #066;
  }
  
#banner li.last {
	font-size: 13px;
	display: inline;
	list-style-type: none;
	padding-left: 2em;
	padding-right: 0;
	border-right: 0px;
  }
  
#banner h2 {
	font-size: 17px;
	letter-spacing: 1em;
	margin-bottom: 0;
	}
	
#banner a {color: #FFFFFF; text-decoration: none;}
#banner a:visited {color: #CCCCCC; text-decoration: none;}
#banner a:hover{color: #FFFFFF; border-bottom: 1px dashed #FFFFFF;}
#banner a:active { color: #FFFFFF; border-bottom: 1px dashed #FFFFFF;}
	
/* ------ Card ------------*/

#card {
	width: 300px;
	height: 189px;
	margin-right: 1em;
	float:left;
	}
	
#card h2 {
	margin-top: 100px;
	color:#000066;
	}
	
/* ------ Map ------------*/
#mapframe {
	text-align: left;
	color:#003399;
	height: 471px;
	width: 800px;
	background-image: url(mapwindow.png);
	background-position:top center;
	background-repeat:no-repeat;
	}

#map {
	height: 300px;
	width: 700px;
	top: 60px;
	margin-left: 50px;
	margin-right: 50px;
}

/* ------ Cut & Paste ------------*/
textarea {
	margin-left: 1em;
	float:right;
}