/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	color: #333333;
	padding: 0px;
	background: #FFFFFF;
	margin: 0px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

/************** header tag styles **************/

h1{
	color: #004F94;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
}
.style2 {
	color: #CC0000;
}

/*************** list tag styles ***************/

ul{}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width:750px;
	background-color: #edebf6;
	border-bottom: 4px solid #EDEBF6;
	margin:0 auto; padding:0;
}
#banner{
	width: 750px;
	height: 53px;
	background: url(../images/banner_bg.gif) no-repeat;
	margin-left: 0;
}
#irs{
	height: 53px;
	width: 113px;
	float: right;
	margin-top: -60px;
}
#logo{
	float:left;
	margin-top: 16px;
	margin-left: 4px;
}

#Nav1{
	height: 49px;
	width: 750px;
	background: url(../images/nav1new.jpg) no-repeat;
}
div#Nav1 ul {
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 750px;
	font: bold 12px/42px Arial;
}
div#Nav1 li {
	list-style-type: none;
	display: inline;
	padding-left: 32px;
	padding-right: 10px;
}
div#Nav1 li a {
	text-decoration: none;
	color: #fff;
}
div#Nav1 li a:hover {font-weight: bold; color: #FF0000; text-decoration: underline;}
	
#Nav2{
	height: 40px;
	width: 750px;
	background: rgb(13, 78, 147);
	white-space: nowrap;
}

div#Nav2 ul {
	color: #fff;
	line-height: 40px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	width: 750px;
	padding: 0px;
	margin: 0px;
}
div#Nav2 li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid white;
}
div#Nav2 li a {
	text-decoration: none;
	padding: 2px 12px;
	color: #fff;
}
div#Nav2 li a:hover {font-weight: bold; color: #FF0000; text-decoration: underline;}

div#pageBody{
	background: #FFFFFF;
	width: 730px;
	border-bottom: 1px solid #EDEBF6;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 6px;
	padding-left: 6px;
	margin-left: 4px;
}
.image {
	padding: 3px;
	border: 1px solid #0D4E93;
	margin: 4px;
}
.style1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000066;
}
.feedbackTable {
	font-weight: normal;
	color: #003399;
	border: 1px solid #003399;
}
.BoxHeader {
	color: #FFFFFF;
	background: url(../images/topbar.gif) repeat-x;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer {width: 750px; margin: 0 auto; padding-top: 5px;}
#footer p {
	text-align: center;
	padding: 0;
	font-size: 9pt;
}

.BoxRightCorner {
	background: url(../images/topright.gif) no-repeat;
	height: 21px;
	width: 16px;
}
.BoxLeftCorner {
	background: url(../images/topleft.gif) no-repeat;
	height: 21px;
	width: 16px;
}
