
/*
Page width = 836px
*/

body 
{
	margin-left:		0px;
	margin-top:			0px;
	padding-top:		0px;
	color:				#000;
	background-color:	#fff;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

/* HEADER :::::::::::::::::::::::::::::::::::::::::::::: START */
div#header
{
	position:			relative; 
	width:				836px; 
	height:				65px; 
	border:				0px #f00 dotted;
	background:	url(../i/hdr/header.jpg) top right no-repeat;
}

/*
img#header_image
{
	width:		717px; 
	height:		65px; 
	padding:	0; 
	margin:		0;
	border:		0px #f00 dotted; 
}
*/

h1#h1_header_text
{
	position:		absolute;
 	bottom:			3px;			/* if IE 14px */
	right:			24px;			/* if IE 24px */
	color:			#fff;
	font-family:    Arial, Helvetica, sans-serif;
	font-size:		18px;
	font-weight:	bold;
	border:			0px #f00 dotted;
}
/* Other <h> element css in main_elements.css */
/* HEADER :::::::::::::::::::::::::::::::::::::::::::::::: END */


/* MAIN CONTENT :::::::::::::::::::::::::::::::::::::::: START */
div#main_content
{
	width:			700px;	  /* 836px minus this.margin-left - 16px extra */
	margin-left:	120px;	  /* width of left side menu */
	border:			0px #00f dotted;
}
/* MAIN CONTENT :::::::::::::::::::::::::::::::::::::::::: END */

/* DIV GROUP CONTAINER ::::::::::::::::::::::::::::::::: START */
div.div_group_container
{
	border:		1px #ccf solid;
	background:	#f4f4f4; 
	padding:	10px;
	margin:		10px 0;
	clear:		both;
}
/* DIV GROUP CONTAINER ::::::::::::::::::::::::::::::::::: END */

/* P GROUP CONTAINER ::::::::::::::::::::::::::::::::: START */
p.p_group_container
{
	border:		1px #ccf solid;
	background:	#f4f4f4; 
	padding:	10px;
	margin:		10px 0;
}
/* P GROUP CONTAINER ::::::::::::::::::::::::::::::::::: END */



/* ERROR BOX :::::::::::::::::::::::::::::::::::::::: START */
p#p_error_list
{
	text-align:	left; 
	color:		#f00; 
	margin:		0 155px 10px 105px;
	padding:	15px; 
	border:		02px #f00 solid;
}
/* ERROR BOX :::::::::::::::::::::::::::::::::::::::::: END */


/* FOOTER :::::::::::::::::::::::::::::::: START */
div#footer
{
	width:			836px; 
}
div#footer,
div#footer_for_privacy_policy
{
	font-size:		10px; 
	font-family:	Arial, Helvetica, sans-serif; 
	border:			0px #f00 dotted; 
	clear:			both; 
	text-align:		center; 
	color:			#000066;
}
/* FOOTER :::::::::::::::::::::::::::::::::: END */
