﻿@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
	color:#767779;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	width: 100%;
}
a:link {color:#3c8bb5;text-decoration:none;}
a:active {color:#3c8bb5;text-decoration:none;}
a:visited {color:#3c8bb5;text-decoration:none;}
a:hover {color:#2399d9;text-decoration:underline;}
h1 {
font-size:20px;
color:#707174;
font-weight:bold;
letter-spacing:1px;
}
h2 {
font-size:12px;
color:#707174;
font-weight:bold;
letter-spacing:1px;
margin-bottom:0px;
}
#mainDiv {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#chromemenu {
margin-left: 15px;
float: left;
}

 #centerDiv {
width: 1000px;
/* position: relative;
left: 50%;
margin-left: -510px; */
margin-left:auto;
margin-right:auto;
}

/* MAIN MENU */
#menuLeft {
	width:720px;
	height:32px;
	float:left;
	padding-left:50px;
}
#menuLeft a:link {display:block;height:14px;padding:8px;text-decoration:none;width:auto;float:left;color:#9b9da0;font-weight:bold;}
#menuLeft a:active {display:block;height:14px;padding:8px;text-decoration:none;width:auto;float:left;color:#9b9da0;font-weight:bold;}
#menuLeft a:visited {display:block;height:14px;padding:8px;text-decoration:none;width:auto;float:left;color:#9b9da0;font-weight:bold;}
#menuLeft a:hover {display:block;height:14px;padding:8px;text-decoration:none;background-color:#82c3e5;color:#4b85a3;width:auto;float:left;font-weight:bold;}

/* Left Div Area */
#leftDiv {
width:810px;
float:left;
text-align:left;
}
#secLeftDiv {
	width:75%;
	float:left;
	text-align:left;
	padding:20px;
	border-right:#2395d0 solid 1px;
}
#columnsDiv {
	 width: 762px;
}
#column1Div, #column2Div, #column3Div {
	 width: 32%;
	 text-align: left top;
	 float:left;
	 padding:5px;
}
#column1Div {
	padding-left: 0px;
}
#column3Div {
	padding-right: 0px;
}
#hpHeaderLeft {
background-position:left top;
background-repeat:no-repeat;
width:616px;
height:176px;
float:left;
}
#secHeaderLeft {
	background-position: left top;
	background-repeat:no-repeat;
	width:100%;
	height:176px;
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	background-image: url('/images/PAS_Header.gif');
}
#secHeaderLeft img {
	position: relative;
	left: 800px;
}
#secHeaderLeft2 {
background-image:url('/images/header2Left.jpg');
background-position:left top;
background-repeat:no-repeat;
width:777px;
height:192px;
float:left;
}
#hpHeaderRight {
	background-image:url('/images/hpAdRight.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
	float:right;
}
#secHeaderRight {
	width:25px;
	height:20px;
	float:right;
	display: none;
}
#secHeaderRight2 {
	width:auto;
	height:50px;
	float:right;
}
.secHeaderMenu,A.secHeaderMenu,A.secHeaderMenu:Active,A.secHeaderMenu:Visited {
width:189px;
height:21px;
margin:2px;
padding-left:30px;
background-image:url('/images/topRightIcon.jpg');
background-repeat:no-repeat;
background-position:left top;
display:block;
color:#7fae44;
font-size:14px;
text-decoration:none;
padding-top:3px;
}

A.secHeaderMenu:Hover {
background-image:url('/images/topRightIconALT.jpg');
color:#4c6f1e;
font-weight:bold;
}
#loginBox {
	height:15px;
	width:auto;
	text-align:center;
	color:#2395d1;
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
}
#hpMenuBar {
background-image:url('/images/menuBGMain.jpg');
background-position:right top;
background-repeat:no-repeat;
width:782px;
height:32px;
margin-left:auto;
clear:both;
}
#secMenuBar {
background-image:url('/images/menuBGLong.jpg');
background-position:right top;
background-repeat:no-repeat;
width:963px;
height:32px;
margin-left:auto;
margin-right:auto;
clear:both;
}
#hpMainContent {
width:762px;
margin-left:auto;
padding:10px;
text-align:left;
border-right:#2395d0 solid 1px;
}

/* Right Div Area */
#rightDiv {
width:166px;
float:right;
text-align:left;
padding:12px;
color:#999ba2;
padding-top:50px;
font-size:11px;
}
#secRightDiv {
	width:170px;
	float:right;
	text-align:left;
	padding:10px;
	color:#999ba2;
	font-size:11px;
	border: 2px;
	border-color: #0000FF;
}
Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 10px;
	padding: 10px;
	height: 15px;
	width: 200px;
	position: fixed;
	bottom: auto;
}

@media print
{

body { font-size: 10pt; }

#mainDiv { display: none}

#centerDiv { width: 100%; }

#secLeftDiv { border: none; width: 100%; }

#columnsDiv {
	 width: 100%;
}
#column1Div, #column2Div, #column3Div {
	 width: 30%;
}
#secRightDiv { display: none; }

}