/*===  General Formatting Information  ===*/


html,body
{
    margin: 0px;
    padding: 0px;
    font-family: trebuchet ms;
    background: #CCCCCC;
    height: 100%;
    text-align: center;
}

img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.clear
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

	
/*===  Formatting  ======================*/

div.centeredContent
{
    width: 800px;
    position: relative;
    margin: 25px auto;
    padding: 0px;
    text-align: left;
}


div.header
{
    width: 800px;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    border-color: #EAE520;
    border-right-style: solid; 
	border-right-width: 0px; 
	border-top-style: solid; 
	border-top-width: 0px; ;
	border-left-style: solid;  
	border-left-width: 0px; 
	border-bottom-style: solid; 
	border-bottom-width: 0px; ;
}



div.navBar
{
	width: 800px;
    background: #333333;
    border: 0px solid gray;
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}


img.inlinePhotoLeft
{
    float: left;
    margin-right: 0px;
}

img.inlinePhotoRight
{
	 float: right;
	 margin-left:  0px;
}
	
img.inlinePhotoCenter
{
	 float: center;
	 margin-left:  0px;
}