body.cont{
	margin: 0px 120px;
}
h1 {
	color: #cc0000;
	font-family:Times New Roman;
	font-size: 42px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 3px;
	margin: 30px auto;
	text-align: center;
	text-decoration: underline;
	white-space:nowrap;
}
p {
	color: #000000;
	font-family:inherit;
	/*font-size: large;*/
	margin: 1% 2%;
	text-align: left;
}
h2 {
	font-style: normal;
	text-align: center;
	text-decoration: underline;
}
a {
	color:#336633;
}
a:hover{
	background-color: #ffff99;
}
p.magic{
	color: #00ff00;
	display:block;
}
p.magic:hover{
	display:none;
}
.content{
	font-family:Georgia;
	line-height: 1.5em;
}
/*---------------------------------------------------------------------------------------------------------------*/
#mission{
	background-color:#cdcdcd;
	border: 1px solid #444;
	font-family:Times New Roman;
	margin: 20px auto; 
	max-width:700px;
	min-width:600px;
	padding:5px;
}
#mission p{
	font-size: 1.05em;
	margin: 0px;
	text-align:center;
}
#mission h3{
font-family:Century Schoolbook;
	font-size: 1.2em;
	font-style:normal;
	font-weight:bold;
	margin: 0px;
	padding: 0.5em;
	text-align:center;
}
/*---------------------------------------------------------------------------------------------------------------*/
.title{
	text-decoration:none;
	text-align:center;
}
#annotation{
	list-style-type: circle;
}
.menu{
	display:inline;
	line-height:150%;
	padding:5%;
}
.old{
	background:#ddd;
	color:#555;
	padding: 10px;
}
.warn
{
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background: #789;
	color: #800;
	font-size: 14px;
	font-weight:bold;
	margin: 1em;
	padding: 2em;
}
.vital
{
	font-family:Verdana;
	font-size: 1em;
	padding: 10px;
	text-align:center;
}
/*---------------------------------------------------------------------------------------------------------------*/
#event{
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background: #eee;
	border: 1px solid #066;
	color:#444;
	padding: 10px;
}
#event dt{
	background: #ccc;
	color:#222;
	font-weight:bold;
	padding: 3px 15px;
}
#event dd{
	background: #ddd;
	margin-bottom: 20px;
	padding: 5px;
	position:relative;
}
#event dd i{
	font-weight:bold;
}
#event dd p{
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background: #efefef;
	border: 2px solid #ccc;
	padding: 5px;
	position:relative;
}
/*---------------------------------------------------------------------------------------------------------------*/
img{
	border: none;
}
iframe{
	left:5px;
	position:absolute;
	top:5px;
	white-space:nowrap;
}
/*---------------------------------------------------------------------------------------------------------------*/
#product {
	float:left;
	margin: 10px;
	padding:10px;
	white-space:inherit;
	width: 500px;
}
#product h3{
	display:inline-block;
	float:center;
	font-size: 1em;
	line-height: 1em;
	margin:0;
	padding:0;
	padding-top: 20px;
	white-space:nowrap;
}
#product p{
	display:inline-block;
	float:center;
	font-size: 0.7em;
	line-height: 1.5em;
	margin:0;
	padding:0;
	padding-top:1em;
}
#product img{
	display:block;
	float:left;
	margin: 10px auto;
	max-height: 200px;
	max-width: 200px;
	padding-right: 20px;
}
/*---------------------------------------------------------------------------------------------------------------*/
#vitals{
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background: #ddd;
	border: 1px solid #066;
	float: left;
	margin: 10px;
	padding: 5px;
}
/*---------------------------------------------------------------------------------------------------------------*/
#quote{
	float: left;
	margin: 0px 70px;
	padding: 0px;
}
#quote dt{
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	line-height: 1.7em;
	padding: 10px;
}
#quote dd{
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	background: #eaecad;
	border: 1px solid #ddd;
	border-top-style: none;
	margin-bottom:1.5em;
	margin-left:2.5em;
	padding:5px;
	position:relative;
	top: -1px;
	width: 450px;
}
#quote cite{
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------------------*/