/********************************************************Site Wide Styles*************************************************************************/
html, body, img, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, p{margin: 0px; padding: 0px; border: 0px;}
p{padding:7px 0;}
html{font-size: 62.5%;}
ul{list-style:none;}
a{text-decoration:none;}
.clear{clear:both;}
.col{float:left;}
.right{text-align:right;}

/********************************************************PAGE BACKGROUND (Background and Page center)**********************************************/
body{background:url(../images/body_bg.jpg) repeat-x; font-family:"times new roman"; padding:0 0 20px 0;} /*Sets the page background*/
#container{width:1000px; margin:0 auto 20px auto; border-left:1px solid #5d9732; border-right:1px solid #5d9732;border-bottom:1px solid #5d9732; background:#ffffff;}/*Brings the page in center*/ 

/*********************************************************PAGE HEADER STYLES(White Portion)*********************************************************/
#header{background:url(../images/header_top.jpg) no-repeat; padding:40px 0 0 0;}
#header img#logo_graphic{float:left; width:36px; height:39px; margin:0 0 6px 100px;}

/**********************************************************PAGE BODY STYLES (Grey Portion)*************************************************************************/
#content{ background:#fff url("../images/content-back-top.jpg") repeat-x; font-family:arial, sans-serif; border-left:1px solid #d3d3d3; border-right:6px solid #d3d3d3; width: 993px; font-size:1.7em; min-height:500px;}
#content h3{ color:#038da9; font-weight:normal; font-size:1.2em; }

/**********************************************************PAGE FOOTER STYLES(Bottom Green line and below it)***********************************************************************/
#sub-footer{ background: url("../images/header_top.jpg") no-repeat; width:1000px; height:21px; }

#footer{width:950px; clear:both; margin:0 auto; padding:0;}
#footer ul{margin:0 0 0 200px;}
#footer ul li{float:left; border-left:1px solid #868686; margin:0 0 10px 0; padding:0 8px;}
#footer ul li.first{border:none;}
#footer ul li a{font:10px arial; color:#868686; display:block;}
#footer ul li a:hover{text-decoration:underline;}
#footer p{clear:both; font:10px arial; color:#868686; text-align:center; margin:13px 0 0 0; padding:0;}

#footer #footerCopy {width:800px; margin-left: auto; margin-right: auto; padding-left:15px; padding-bottom:15px;}
#footer #footerCopy p{clear:both; font:10px arial; color:#868686; text-align:left; margin:10px 0 0 0; padding:0;}
#footer #footerCopy a{font:10px arial; color:#868686;}
#footer #footerCopy a:hover{text-decoration:underline;}

/****************************************************************QuestionnaireApp Styles***************************************************************************/
.PHIbodyTD
{
	font-size: small;
	font-weight:bold;
	text-align: left;
}

.PHIbody
{
	width: 100%;
	height: 100%;
/*	background-color: OldLace;*/
}
.Label
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
}

.FormControl
{
	font-family: Arial;
	font-size: 12px;
	border: solid 1px #eeeeee;
	margin-left: 5px;
	margin-top: 3px;
	color: #333333;
}
.BlueColoredLabel
{
  color:#038da9; font-size:x-large;font-weight:bold; 
}