/* CSS Document */
html {
	
}
strong {
	font-size: 94%;
}
.small {
	font-size: 9px;
}
.small a{
	color: white;
	text-decoration:underline;
}
.small a:hover{
	color: #CCC;
	text-decoration:underline;
}
a img  {border: none;}
a {color: #3c6aad;}
a:hover {color: #788fc1;}
body {
	margin: 0;	
	background: #3C6AAD url(../images/bg_white.gif) repeat-y center top;
	font: 82% Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}
#container {
	/*position: relative;*/
	width: 772px;
	padding: 0;
	margin: 0 auto 0 auto;	
	background: #FFF;	
}
.hide {
display: none;
}
h2 {
	font-size: 112%;
	font-weight: bold;
	color: #9999CC;
	text-transform: uppercase;
}
h3 {
	font-size: 106%;
	font-weight: bold;
	color: #9999CC;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #9999CC;
}
#header {
	height: 251px;
	background: url(../images/log_therapetics.jpg) no-repeat left top;
}
#event {
	background: #666;
	/*background: #666 url(../images/pic_dogfest2005.jpg) no-repeat center center;*/
	width: 175px;
	float: right;
	padding: 0 20px;
	height: 251px;
	margin: 0;
}
#event h4 {
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	margin: 0;
}
#content {
	padding: 4px 12px;
	background: #FFF;
	margin-top: 0;
	margin-left: 189px;
	/*padding-left: 192px;*/	
}
#form {
	font-size: 88%;
	background-color: #F3F3F3;
	}
.formHeader {
	font-weight: bold;
	color: #FFF;
	background-color: #3C6AAD;
	text-align: center;
	font-size: 110%;
}
.required {
	color: #FF0000;
}
.missionHead {
	text-align: center;
	background-color: #3C6AAD;
	color: white;
	margin: 18px 0 0 0;
	padding: 2px;
	font-size: 10px;
}
.mission {
	border: 1px solid #3C6AAD;
	background-color: #EEE;
	padding: 8px;
	margin: 0 0 4px 0;
	font-style: italic;
	line-height: 170%;
	font-size: 96%;
	
}
#footer {
	border-top: 1px solid #DDD;
	font-size: 88%;
	color: #666;	
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#about #about_1 a {
	color: #FF0000;
}
#about #about_1 a:hover {

}
