body {
	text-align:center;
	background-image:url(images/squares_bg.jpg);
	background-repeat:repeat-x;
	background-color:#012D5F;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#container{
	width:960px;
	height:auto;
	margin: 0 auto;

}
#header{
width:100%;
height:226px;

}

#h1{
width:275px;
height:226px;
float:left;
}



#h2{
width:685px;
height:226px;
float:left;
}

#nav1{
	width:960px;
	height:33px;
	padding:0px;
	margin:0px;
}


#content_main{
	width:958px;
	height:auto;
	background-color: #e3eaf2;
	background-image:url(images/in_bg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 0px;
	margin-top:0px;
	text-align:left;
	border:solid 1px #e3eaf2
}

/*Tables*/
.c1{
	width:640px;
	height:auto;
	vertical-align:top;
}

.c2{
	width:20px;
	height:auto;
}

.c3{
	width:300px;
	height:auto;
	vertical-align:top;
}

.pframebox{
	border: 1px solid #103967;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor:pointer;
}

#footer{
	width:960px;
	height:auto;
	background-color: #e3eaf2;
	text-align:center;
	padding-top: 20px;
	padding-bottom:5px;
	
}


/*FONT CLASSES*/
.Heading1{
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	color: #0e1d32;
}
.Heading2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #0e1d32;
}
.Heading3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #0e1d32;
}
.ParagraphText{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #0e1d32;
}
.FinePrint{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #0e1d32;
}
.HOQ_header{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color:  #103967;
}
.Pho{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight:bold;
	color:  #FFF;
	vertical-align:middle;
	text-align:center
}