BODY {
	background-color: #F5F5F5;
	margin: 0px;
}
h2 {
	color: #666666;
}
div.border_box {
	border-color: #045197;
}

/***** Header and footer *****/
DIV.page_container {
	position: relative;
	width: 900px;
	height: auto;
	text-align: left;
	background-image: url(../images/main_background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

DIV.page_container DIV.header_container {
	position: relative;
	width: 900px;
	height: auto;
	background-image: url(../images/main_top.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 25px 0px 0px 0px;
}

DIV.page_container DIV.header_container DIV.header_content {
	position: relative;
	z-index: 10;
	width: 880px;
	height: 89px;
	background-color: #fff;
	margin: 0px 10px 0px 10px;
	border-bottom-style: solid; 
	border-bottom-width: 6px;
	border-bottom-color: #045197;
}

DIV.page_container DIV.header_container DIV.header_content DIV.logo {
	position: relative;
	height: 80px;
	padding: 0px 0px 10px 20px;
	background-image: url(../images/cgmj4_logo.jpg);
	background-position: 20px 0px;
	background-repeat: no-repeat;		
}

DIV.page_container DIV.header_container DIV.header_content DIV.navigation_container DIV.instance,DIV.page_container DIV.header_container DIV.header_content DIV.navigation_container DIV.instance_on
	{
	position: relative;
	width: auto;
	height: 34px;
	padding: 10px 20px 0px 20px;
	float: left;
	border-right: dashed 1px #FFFFFF;
}

DIV.page_container DIV.footer_container {
	position: relative;
	width: 900px;
	height: auto;
	background-image: url(../images/main_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 30px 0px;
}

DIV.page_container DIV.footer_container DIV.footer_content {
	position: relative;
	width: 840px;
	height: 150;
	margin: 0px 0px 0px 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}

/**** Questionnaire specific styles ****/
.heading {
	font-weight: bold;
	font-size: 1em;
}

table.q_table {
	width: 100%;
	background-color: #74A4CF;
	border: 1px solid #666666;
}

table.q_table tr.bg {
	background-color: #F2F2F2;
}

table.q_table td.border_bottom {
	width: 100%;
	padding: 5px;
	border-bottom: 2px solid #6F6F6F;
}
td.questionnaire_error {
	width: 100%;
	padding: 5px;
	border-bottom: 2px solid #6F6F6F;
	background: pink;
}
table.q_table td.dashed_border_bottom {
	padding: 0px;
	height: 1px;
	border-bottom: 1px dashed #000000;
}

table.q_table td.border_top_bottom {
	padding: 5px;
	border-top: 2px solid #6F6F6F;
	border-bottom: 2px solid #6F6F6F;
}