/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px; 
}
#container
{
	width:785px;
	padding-bottom: 45px;
	margin:0 auto 0 auto;
}

/*CORNER PANELS*/
.bluecornerbl {background: url(img_home/blueCorner_bl.gif) 0 100% no-repeat #FFFFFF;}
.bluecornerbr {background: url(img_home/blueCorner_br.gif) 100% 100% no-repeat;}
.bluecornertl {background: url(img_home/blueCorner_tl.gif) 0 0 no-repeat}
.bluecornertr{background: url(img_home/blueCorner_tr.gif) 100% 0 no-repeat; padding:10px}

/*COLUMN CONTENT*/
.columnContent{
	width: 785px;
	height: 300px;
}

/*PURPLE BORDER TABLES*/
.purpborderTable{
	width: 362px;
	margin: 0;
	padding: 0;
}
.purpborderTable td{
	width: 356px;
	padding: 1px;
	margin: 2px;
}
/*HP CONTENT*/
#logo{
	padding:10px 0 0 10px;
	float:left;
}
#headerContent{
	float:right;
	margin-bottom:10px;
}
#loginFields{
	border:0;
	padding:0;
	margin-top:10px;
}
#loginFields td{
	height:21px;
}
#loginFields td img{
	vertical-align:middle;
}
#mainImage{
	clear:both;
	background-image:url(img_home/homepage_mainImage.jpg);
	width:785px;
	height:156px;
}
#centerContent{
	margin-top:10px;
	border:1px solid #CDD3E8;
	width: 785px;
}
#hpIntro{
	float:left;
	padding:10px 0 5px 0;
	width:470px;
}
#hpNav {
	float:left;
	padding:45px 0 5px 0;
}
#hpNav a{
	display:block;
}
#hpIntro img, #hpNav img{
	margin:5px 10px;
}
#pda{
	background-image:url(img_home/pda_New.gif);
	width:80px;
	height:139px;
	margin-top:-200px;
	margin-left:680px;
}
#subImages{
	clear:both;
	margin-top:71px;
	background-image:url(img_home/homepage_subImages.jpg);
	width:785px;
	height:156px;
}
#PASclient{
	width:240px;
}

/*GENERIC CONTENT*/
#copyright{
	float:right; 
	clear:both;
	margin-top:10px;
}
.para{
	margin:10px 0;
}
.para img{
	float:left; 
	padding-right:8px;
}
.paraIndent{
	margin:15px;
}
.clear{
	clear:both;
	height:1px;
    overflow:hidden;
}
.clear2{
	clear:both;
}
/*FOOTER*/
#footer{
	
}
/*TEXT*/
h1 {
	
}
h2 {
	
}
h3 {
	font-size: 60%;
	font-family: Trebuchet MS, sans-serif;
	color:#00AEEF;
	font-weight:bold;
	padding:0;
	margin:0;
}
h4 {

}
h5 {
	
}
h6 {
	
}
.darkBlue{
	color:#2E3092;
}
p, .copy
{
	font-size: 70%;
	font-family: Trebuchet MS, sans-serif;
	line-height:15px;
	padding:0;
	margin:0;
}
.smalltext
{
	font-size: 60%;
	color:#ADADC2;
	font-family: Trebuchet MS, sans-serif;
}
ul.copy{
	list-style:disc inside none;
}
ol.copy{
	list-style:decimal inside none;
}
p a, .copy a{
	text-decoration:underline;
}
a img{
	border:0;
}
/*INPUTS*/
#loginFields .loginBtn a {
	width: 17px;
	height: 14px;
	display: block;
	background: #00AEEF url(img_home/ArrowButOff.gif) no-repeat left top;
	color: #FFFFFF;
	border: 1px solid #9AE1FA;
	overflow: hidden;
}
#loginFields .loginBtn a:hover {
	background: url(img_home/ArrowBut.gif); no-repeat left top;
	color: #FFFFFF;
}
.textInput{
 	height:16px;
	float:left;
	width:148px;
	height /**/:21px; /* for IE5/Win only */
	width /**/:155px; /* for IE5/Win only */
	}
html>body .textInput {
	width:151px; /* Opera only */
	height:16px; /* Opera only */
}

