img {
	border: 0;
}

body
{
	font-size: 14px;
	text-align: center;
	background-color: #3d6cb2;
	
	font-family: Arial, Helvetica, Sans-Serif;
}

#logo
{
    background-color: white;
    text-align:left;
	margin-left: auto;
	margin-right: auto;
    width: 799px;
    height: 124px;    
	vertical-align: bottom;
	border-width: 1px; 
	border-style: solid; 
	border-color: #214a8c; 
	
}

div#picbanner
{
    width: 799px;
    height: 50px;
    float: left;
    background-image: url(../images/banner.jpg);    
}

div#pic_center
{
	text-align: center;
	float: center;
}

div#pic_right
{
	float: right;
}

div#pic_left
{
	float: left;
}

#main
{
    width: 800px;
    height: 600px;
    background-color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    border-width: 1px; 
	border-style: solid; 
	border-color: #214a8c; 
}

#sidebar
{
    float: left;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
    background-color: #3d6cb2;
    width: 188px;    
    height: 472px;
    border-width: 1px; 
	border-style: solid; 
	border-color: #214a8c; 
	background-image: url(../images/sidebar.jpg);    
    background-repeat: no-repeat;
    background-position: 0% 100%;

}
	
#menu
{
    float: right;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
    background-color: white;
    width: 610px;    
	vertical-align: bottom;
	border-width: 1px 0px 1px 0px; 
	border-style: solid; 
	border-color: #214a8c; 
	height: 20px; 
	color: #214a8c;
	font-size: 14px;
	font-weight: bold;
}

#menu a:link, a:visited
{
	color: #214a8c;
	text-decoration: none;
}

#menu a:hover, a:active
{
	color: grey;
	text-decoration: none;
}

a:link, a:visited
{
	color: #2d4099;
	text-decoration: none;
}

a:hover, a:active
{
	color: #9A9A8C;
	text-decoration: none;
}

	
#content
{
    float:right;
	text-align:center;
    width: 608px;
    height: 450px;
	color: black;
    overflow: auto;
	font-size: 14px;
  	background-image: url(../images/back.jpg);    
    background-repeat: no-repeat;
    background-position: 0% 100%;

}

#content h1
{
    color: #214a8c;
}
