/* Required */
html,body{
      margin:0;
      height:100%; 
}
.bodyClass
{
background: url(../images/graphics/background.gif); background-position: left top; background-repeat: repeat-x,y;
}
/* Using this class in an empty div will stop floating divs above floating outside of the container div */
.clearBoth
{
	clear:both;
}
/* This will center the content in the center of the page using any set width */
.masterSplash 
{
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

.splashTop
{
    width:990px;
    height:372x;
}

.splashMiddle
{
    width:990px;
    height:140px;
}
.splashMiddleNew
{
    width:990px;
    height:40px;
text-align:center;
}
.splashEnter
{
    width:160px;
    height:80px;
    margin:0px auto;
}
.splashBottom
{
    width:990px;;
    text-align:center;
    margin:0px auto;
}
.master 
{
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
.headDiv
{
    width:860px;
    height:237px;
}
.headImage
{
    width:538px;
    height:237px;
    background: url(../images/graphics/headerbg.gif); background-position: left top; background-repeat: no-repeat;
    float:right;
}
.logo
{
    width:322px;
    height:237px;
}
.navDiv
{
    width:860px;
    height:40px;
	background: url(../images/graphics/navbg.gif); background-position: left top; background-repeat: repeat-x;
}

.imageDiv
{
    width:860px;
    height:276px;
}

.conDiv
{
    width:770px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:45px;
	padding-right:45px;
	background-color:#FFFFFF;
}
/* Make sure the with of conLeft and conRight always = the width of master */
.conLeft
{
    width:200px;
	padding-left:45px;
	padding-rigjht:45px;
    float:left;
    background-color:Maroon;
}
.conRight
{
    width:660px;
    float:right;
    background-color:Lime;
}

.teamconDiv
{
    width:860px;
    padding-top:20px;
    background-color:#FFFFFF;
}

.teamLeft
{
    width:404px;
    padding-left:45px;
    padding-right:25px;
    float:left;
}
.teamRight
{
    width:386px;
    float:right;
}

.communityLeft
{
    width:380px;
    padding-left:45px;
    padding-right:25px;
    float:left;
}
.communityRight
{
    width:380px;
    float:right;
padding: 0 15px 15px 0;
}
.featuresDiv
{
    margin:0px auto;
    width:860px;
    height:177px;
    background: url(../images/graphics/featuresbg.gif); background-position: left top; background-repeat: no-repeat;

}

.footDiv
{
   margin-left:auto;
   margin-right:auto;
   height:200px;
}
.footDiv2
{
   margin-left:auto;
   margin-right:auto;
   height:30px;
   width:860px;
padding-top:10px;
}

.search
{
width:180px;
height:30px;
}

.search form input
{
    border:0px;
    border:solid 1px #999999;
    background-color:#cccccc;
}

.search form table
{
    border:solid 1px #999999;
    background-color:#cccccc;
}

 

    


