body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Arial;
}

img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #2C3E8B;  
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
	margin: 0;
}

h3
{
	font-size: 1.0em;
	margin: 0;
}

p
{
	margin-top: 5px;
}

div#topmenu a
{
	margin: 0 5px;
}

div#topmenu a, div#footer a, .breadcrumb a
{
	color: #7F7F7F;
	text-decoration: none;
}

div#topmenu a:hover, div#footer a:hover, .breadcrumb a:hover
{
	text-decoration: underline;
}

div#container
{
    width: 100%;
    margin: 0;
}
 
 div#top
 {
    width: 100%;
 }
 
 div#logobox
 {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: url('/templates/images/top_purple_block.gif') no-repeat right bottom;   
 }
 
div#logobox p
{
	margin-left: 44px;
}

.breadcrumb
{
	text-transform: lowercase;
	font-size: 0.8em;
}


span.breadcrumbCurrent
{
	color: #2C3E8B; 
}
 
 div#topmenu
 {
    float: right;
    text-align: right;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font-size: 0.8em;
 }
 
 div#searchbox input
 {
    height: 16px;
    border: #B3B3B3 solid 1px;
 }
 
 div#searchbox
 {
    padding-top: 10px;
    float: right;
    width: 240px;
    margin-bottom: 10px;
        
 }
 
 
div#center
{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

div#left
{
	padding: 0;
    float: left; 
    clear: both;
    width: 269px;
}



div#leftPurpleBlock
{
	width: 44px; 
	height:180px; 
	background-color: #B1ABD4; 
	float: left;
}

div#logocontainer
{
	clear:both;
	padding: 20px 0 0 44px;
}

div.logoeditbox
{
	clear: left; 
	width: 200px; 
	height: 70px;
	margin: 0;
	padding: 0; 
}



div.leftImageDiv
{
	width: 225px;
	height: 180px;
	float: left;
}

div#mainbottom
{
    background-color: #fff;
    margin-left: 330px;
    min-height: 88px;
}

div#footer
{
    clear: both;
    margin-left: 44px;
    padding-bottom: 16px;
    color: #2C3E8B; 
    text-transform: lowercase;
    font-size: 0.8em;
    border-bottom: 18px solid #2C3E8B;  
}



div#footer a.textSize img
{
	margin-top: 10px;
	width: 1.0em;
	height: 1.0em;
}

