#page-container {
	width: 1024px;
	margin: auto;
}
html, body {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
} 
img.floatLeft { 
    float: left; 
    margin-right: 6px; 
    margin-bottom: 6px; 
}
img.floatLeftborder { 
    float: left; 
    margin-right: 6px; 
    margin-bottom: 6px; 
	border: 1px solid #e9e9e9;
}

img.floatRight { 
    float: right; 
    margin-left: 6px; 
    margin-bottom: 6px; 
}
img.RightPadBoxGray { 
	padding-right: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #464646;
	background-image: url('../images/header_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	height: 100%;
}
.hidden {
	display: none;
}
#header {
	height: 175px;
	background-image: url('../images/header.gif');
	background-repeat:repeat-x;
	background-position:top;
	font-size: 0.70em;
	color: #ffffff;
}
.headertext {
	float: right;
	height: 90px;
	padding-top: 64px;
	width: 580px;
	font-size: 1.4em;
}

#content .pageheadingtext {
	font-size: 1.9em;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #1488cd;
	line-height: 190%;
	border-bottom: 1px dotted #cfcfcf;/*the border*/
	margin: 0;
	margin-bottom: 30px;
}
.floatBoxFrontRight { 
    float: right; 
	padding-right: 25px;
	padding-top: 10px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #1488cd;
}
h1 a {
	color: #1488cd;
	text-decoration: none;
}
h1 a:hover {
	color: #f79421;
	text-decoration: none;
}


/******************************* Menu 1 starts here *******************************/

#menu1
{
	width: 199px;
	padding-top: 10px;
}
#menu1 ul
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	display: inline;
}
#menu1 li
{
	display: inline;	/* for IE5 and IE6 */
}
#menu1 a
{
	color: #fff;
	font-size: 0.75em;
	display: block;
	padding: 6px;
	width: 187px; /* to get this subtract the total padding value */
	background-color: #f1f1f1;
	border-bottom: 2px solid #ffffff;
}

#menu1 a:link, #menu1 a:visited
{
	color: #3f3f3f;
	text-decoration: none;
}

#menu1 a:hover
{
	background-color: #f79421;
	color: #fff;
	text-decoration: none;
}

#menu1 li a#current
{
	background: #1488cd;
	font-weight: bold;
	color: #fff;
}
/******************************* Menu 1 ends here *******************************/
#content {
	padding: 5px;
}
#content .pageimgheader {
	float: right;
}
#content .column1 {
	margin: 0;
	line-height: 18px;
	width: 199px;
	float: left;
}
#content .column2 {
	margin-top: 0px;
	margin-left: 210px;
	line-height: 160%;
	width: 800px;
	font-size: 0.80em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#content .column2 a {
	color: #1488cd;
	text-decoration: none;	
}
#content .column2 a:hover {
	text-decoration: underline;
}
#content .columnleft {
	float: left;
	width: 245px;
	font-size: 0.90em;
	color: #878787;
}
#content .columnright {
	float: right;
	width: 230px;
	font-size: 0.90em;
	color: #878787;
}
#content ul.arrow {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrow li{
	background: url('../images/icons/arrow3.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#content ul.arrowbluebg {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrowbluebg li{
	background: url('../images/icons/arrowbluebg.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}

#content ul.arrowgreen {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.arrowgreen li{
	background: url('../images/icons/arrow1.png');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
}
#content ul.pdflist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 210%;
}
#content ul.pdflist li{
	background: url('../images/icons/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.8em;
}

hr {
	border: none 0; 
	border-top: 1px solid #efefef;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

#footer {
	clear: both;
	height: 57px;
	width: 100%;
	padding: 0px;
	padding-top: 25px;
	background-color: #ffffff;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer #altnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: center;
	background-color: #f3f3f3;
	height: 100%;	
	margin-top: 25px;
}

.inputbuttonsarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	background-color: #f79421;
	border: 1px solid #ffffff;
	padding: 2px;
}

/*New*/
table.Bottomborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color: #ffffff;
	line-height: 25px;
}
table.Bottomborder TD {
	border-bottom: 1px dotted #dcdcdc;
}

.tr {
	background-color: #f79421;
	color: #fff;
}
.tr p{
	margin-left: 5px;
	font-weight: normal;
	font-size: 1.5em;
}

