@charset "utf-8";
#container {
	width: 762px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	border: 1px solid #7FA4CE;
	background-image: url(images/bgimage.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 100px;
	width: 762px;
}
#navbar {
	width: 762px;
	background-color: #A085B8;
	height: 30px;
	padding-top: 15px;
	float: none;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	width: 512px;
}
p {
	text-align: justify;
}
#nav .current {
	border: 5px solid #7FA4CE;
}

#nav img {
	width: 90px;
	border: 1px solid #000000;
}


#orderform {
	float: left;
	width: 250px;
	text-align: center;
	height: auto;
}
#content {
	float: right;
	width: 504px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 2px;
	height: 335px;
	overflow:scroll;
}
#content h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}



#footer {
	width: 762px;
	background-color: #A085B8;
	color: #FFFFFF;
	text-align: right;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
}
#footer v:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FEFF99;
}

#copyright {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #7FA4CE;
	text-align: left;
	width: 762px;
}
#policy {
	color: #FFFFFF;
	background-color: #7FA4CE;
	font-size: 9px;
	text-align: right;
	width: 762px;
}
#policy a {
	color: #FFFFFF;
	text-decoration: none;
}
#policy a:link {
	color: #FFFFFF;
}
#policy v:link {
	color: #FFFFFF;
}
#policy a:hover {
	color: #FEFF99;
}

/*For light box ajax
/* Apply the transparent gray background image effect */
#modalwin {
  position : absolute;
  left : 0px;
  top : 0px;
  width : 100%;
  background-image : url(modalimgkit_gray.png);
  z-index : 1001;
}

/* Apply an IE-specific filter to optimize the transparent gray background image effect in IE */
* html #modalwin {
  background-image : none;
  filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="modalimgkit_gray.png", sizingMethod="scale");
}

/* Dress up the content area containing the image */
#modalcontent {
  position : absolute;
  background-color : #EEEEEE;
  padding : 10px;
  border : 2px outset #333333;
  cursor : pointer;
  z-index : 1002;
}
.question {
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.answer {
	color: #0000FF;
	text-align: justify;
}
.title {
	text-align: center;
	text-decoration: underline;

}
.faqnav  {
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: 1em;
	font-size: 16px;
	line-height: normal;
}
.faqnav a, a:visited {
	color: #000000;
	text-decoration: none;
}

#faqnav {
padding-left:20px;
width:450px;

}

#trials p{
	text-align: center;
}
.smalltext {
	font-size: 8px;
	font-weight: normal;
	text-align: justify;
	vertical-align: bottom;
	line-height: 12px;
	word-spacing: 0.3em;
	background-position: bottom;
}
