/* body centers everything */
body{
text-align: center;
background-color: #FFFFFF;
}

/*       mainbox aka the container or wrapper.        */
#main_box {

	width:900px;
	vertical-align: bottom;
	margin: auto auto;
}

/*      header info         */
div.box1 {
width: 900px;
height: 70px;
background-position: top left; 
background-repeat: no-repeat;
text-align:right;
margin-top:30px;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
overflow:visible;
}

/*      this section holds the text  in the header       */
.title {	

margin-top:30px;

    }
	


/*     this section holds the nav bar          */
div.box2 {
width:900px;
margin-top:14px;
}

/*     footer div container          */

div.box5 {
border-top:thin solid #CCCCCC;
clear:both;
height:41px;
width:900px;
position:relative;
}

/*    footer left text box           */

div.footer1 {
color:#999999;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
height:31px;
margin-left:10px;
margin-top:12px;
text-align:left;
width:230px;
}

/*      footer right text box         */
div.footer2 {
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
height:31px;
margin-top:11px;
text-align:right;
width:562px;
}

div.footer3 {
float:left;
height:31px;
margin-left:0;
margin-top:12px;
}

#banner {
	float:left;
}

/*     class1 and class 2 are for the header        */

.class1 {color: #aaaaaa;
text-decoration:none; 
}
.class1 A:link {color: #aaaaaa;
text-decoration:none; 
}
.class1 A:visited {color: #aaaaaa;
text-decoration:none; 
}
.class1 A:active {color: #aaaaaa; text-decoration:underline;}
.class1 A:hover {color: #4355a5; text-decoration:underline;}

.class2 {color: #aaaaaa;
text-decoration:none; 
}
.class2 A:link {color: #ff7700;
text-decoration:none; 
}
.class2 A:visited {color: #ff7700;
text-decoration:none; 
}
.class2 A:active {color: #ff7700; text-decoration:underline;}
.class2 A:hover {color: #4355a5; text-decoration:underline;}

.errorMsg {
	color:#FF0000;
}

#dialog {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #999999;
}