#container {
	border-width: 1px;
	border-color: #00C;
	border-style: solid;
	width: 760px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
   padding: 5px;
}

#banner {
    padding: 5px;
    margin: 0px;
    height: 100px;
    border-color: #00C;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

#banner img {
    Border: none;
}

#banner h1 {
    font-size: 300%;
	 color: #00C;
}

#banner h2 {
	font-size: 14px;
	color:  #00C;
}

#footer {
	 margin:  20px auto 0px auto; 
	 text-align:  center;
    height: 60px;
    border-color: #00C;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
	 font-size:  12px;
	 color:  #666;
	 line-height:  14px;
	 width:  280px;
	 text-indent:  0em;
}

#content {
}

#contentMenu {
	 color:  #006;
    float: left;
    text-align: left;
    padding: 20px 10px 0px 30px;
    width: 80px;
 	 text-indent: 0em;
 	 font-size:  12px;
	 line-height:	14px;
	 /*background-color:  #FFC;*/
}

#contentMenu h2 {
	text-indent:  -1em;
	font-weight:  bold;
	font-size:  12px;
   margin: 0px;
}

#contentBody {
  	background-color:  white;
   padding: 10px;
	margin:  10px 5px 5px 120px;
   width: 600px;
	border-width:  0px 0px 0px 1px;
	border-style:  dashed;
	border-color:  #006;
}

a {
	text-decoration:  none;
}

a:hover {
	background-color: #FF6;
	text-decoration:  underline;
}

a:visited {
	color:  #00C;
}

h3 {
	font-size:  14px;
	line-height: 0px;
	text-decoration:  underline;
	margin:  20px 0px 0px 0px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.quote {
	border-width: 0px 0px 0px 1px;
	border-color: #666;
	border-style: dashed;
	margin: 15px 10px 15px 30px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	padding:  0px 0px 0px 10px;
	font-style:  italic;
}