@charset "utf-8";
/* CSS Document */
html,body { 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D8FBD2;
}
p {
	font-size:16px;
	margin:0px;
	margin-bottom:12px;
}
a {
	color:#06C;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#006;
	text-decoration:underline;
}
hr {
	color:#060;
	font-weight:bold;
	background-color:#060;
	height: 5px;
	margin-top:15px;
	margin-bottom:15px;
}
/*-------MAIN STRUCTURE DIVS-----*/
#MainContainer {
	width:905px;
	margin:auto;
}
#Header {
	/*height:100px;*/	
}
#SideMenu {
	float:left;
	width:180px;
	margin-left:2px;
	margin-right:15px;
	margin-top:25px;	
}
#MainBody {
	float:left;
	width:685px;
	margin-top:15px;	
}
#Footer {
	margin-top:15px;
	text-align:center;
	margin-top:30px;
	font-size:10px;
	margin-bottom:15px;
	border-top:2px solid #030;
	padding-top:8px;
}
/*-------------------------------*/
/*----------MAIN CLASSES---------*/
.smallBlack{
	font-size:12px;
	color:#000;
	font-weight:normal;
}
.noLink {
	text-decoration:none;
	border:none;
}
.ClearAll { clear:both;	 }
.Bold16 {
	font-weight:bold;
	font-size:16px;
}
.BignBlue {
	font-weight:bold;
	font-size:24px;
	color:#009;
}
.BigRed{
	color:#C00;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
}
.BigRed a:hover{
	
}
.UpdateBox{
	border-top:1px solid #CCC;
	width:300px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:11px;	
}
.Comparison {
	font-size:14px;
	font-weight:normal;
	color:#006;
	margin-left:25px;
	margin-top:20px;
}
.smallPurple {
	color:#90F;
	font-size:12px;
	font-weight:normal;
}
.AttentionBox{
	margin:auto;
	font-weight:bold;
	color:#030;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
	border:1px solid #060;
	background-color:#FFC;
	padding:8px;
	width:420px;	
}
.FDA {
	font-size:10px;
	color:#666;
}
.InputBox {
	border:2px solid #666;
	background:none;
	background-color:#D8FBD2;
	color:#006;
	font-weight:bold;
}
.SubmitButton {
	background-color:#FFC;
	font-size:16px;
	font-weight:bold;
	border:2px dashed #060;
	padding:5px;
	color:#009;
	cursor:pointer;
}
.smallRed {
	font-size:13px;
	color:#F00;
	font-weight:bold;
}
.smallGreen {
	font-size:17px;
	color:#0C0;
	font-weight:bold;	
}
/*-------------------------------*/
/*-----------SIDE MENU-----------*/
#SideMenu span {
	color:#075F03;
	font-weight:bold;
	font-size:12px;
}
#SideMenu div {
	margin-bottom:6px;	
}
#SideMenu a {
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	border:none;
	font-size:12px;
	margin-left:5px;
}
#SideMenu a:hover {
	color:#006;
	text-decoration:underline;
}
.SideHeader {
	border-bottom:1px solid #CCC;
	margin-bottom:8px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#060;	
	margin-top:20px;
}
/*-------------------------------*/
/*-----------TOP MENU------------*/
#menu {
	background: #387B34;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:835px;
}
#menu li {
	float: left;
	font: 67.5% "Arial","Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height:14px;
}
#menu a {
	background: #387B34 url("../../images/menu/seperator.gif") bottom right no-repeat;
	color:#FF9;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../../images/menu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
/*-------------------------------*/
/*---------FOOTER LINKS----------*/
#Footer a {
	color:#06C;
	font-weight:bold;
	text-decoration:none;
	border:none;
	font-size:10px;
}
#Footer a:hover {
	color:#006;
	text-decoration:underline;
}
/*-------------------------------*/
/*--------HEADER AND LOGO--------*/
#Logo {
	margin-right:10px;
	margin-bottom:8px;
}
#Slogan {
	font-weight:bold;
	font-size:13px;
}
/*-------------------------------*/
/*------------FAQS---------------*/
#Questions a {
	color:#006;
	font-weight:bold;
	text-decoration:none;
}
#Questions a:hover {
	color:#006;
	text-decoration:underline;	
}
#Questions div {
	margin-bottom:9px;	
}
.question {
	margin-left:20px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #999;
	padding-left:20px;
}
.answer {
	margin-left:35px;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:20px;
}
/*-------------------------------*/
