/*header box*/
.headerbox1x30
{
width: 100%; 
height: 30px; 
background-image: url(../images/header1x30.png); 
background-repeat: repeat-x; 
padding-left: 10px; 
padding-right: 0px;  
padding-top: 0px; 
padding-bottom: 0px;
line-height: 30px;
}

.headerbox1x30e6e6e6
{
width: 100%; 
height: 30px; 
background-image: url(../images/header1x30e6e6e6.png); 
background-repeat: repeat-x; 
padding-left: 10px; 
padding-right: 0px;  
padding-top: 0px; 
padding-bottom: 0px;
line-height: 30px;
}


/*landing page boxes*/

.boxtopheader
{
/*width: 250px; */
width: auto; 
line-height: 30px; 
height: 30px; 
background-image: url(../images/boxbluetop249x30.png); 
background-repeat: no-repeat; 
padding-left: 10px; 
padding-right: 10px;  
padding-top: 0px; 
padding-bottom: 0px;
}

.boxtopheader2
{
/*width: 250px; */
width: auto; 
line-height: 20px; 
height: 20px; 
background-image: url(../images/boxbluetop249x20.png); 
background-repeat: no-repeat; 
padding-left: 10px; 
padding-right: 10px;  
padding-top: 0px; 
padding-bottom: 0px;
}


.boxmidcontent
{
/*width: 250px; */ 
width: auto; 
height: 225px; 
background-image: url(../images/boxbluemid249x1.png); 
background-repeat: repeat-y; 
padding-left: 10px; 
padding-right: 10px;  
padding-top: 0px; 
padding-bottom: 0px;
}

.boxmidcontentnopad
{
/*width: 250px; */ 
width: auto; 
height: 225px; 
background-image: url(../images/boxbluemid249x1.png); 
background-repeat: repeat-y; 
padding-left: 0px; 
padding-right: 0px;  
padding-top: 0px; 
padding-bottom: 0px;
}


.boxmidcontent2
{
/*width: 250px; */
width: auto; 
line-height: 30px; 
height: 30px; 
background-image: url(../images/boxbluemid249x1.png); 
background-repeat: repeat-y; 
padding-left: 10px; 
padding-right: 10px;  
padding-top: 0px; 
padding-bottom: 0px;
}

.boxbottomfooter
{
/*width: 250px; */
width: auto; 
line-height: 30px;
height: 30px; 
background-image: url(../images/boxbluebottom249x30.png); 
background-repeat: no-repeat; 
padding-left: 10px; 
padding-right: 10px;  
padding-top: 0px; 
padding-bottom: 0px;
}

/*navbar box*/

.navbar
{
margin-left: auto;
margin-right: auto;
width: 800px;
height: 50px;
background-image:url(../images/navbarblue1x50.png);
background-repeat: repeat-x;
}

.navbarleft
{
width: auto;
height: 50px;
background-image:url(../images/navbarleftblue10x50.png);
background-repeat:no-repeat;
background-position: left;
}

.navbarright
{
width: auto;
height: 50px;
background-image:url(../images/navbarrightblue10x50.png);
background-repeat:no-repeat;
background-position: right;
}

.navbarcontent
{
padding-left: 10px;
padding-right: 10px;
line-height: 50px;
text-align: left;
}