*{
 	padding: 0;
  	margin: 0;
} 

body {
	background-color: #E5E5E5;
}

#container {
	background-color: #fff;
  	margin: 15px auto;
  	width: 1024px;
  	overflow: hidden;
	border: 1px solid #0784B5;
}

#header {
    background-color: #fff;
	height: 60px;

}

#header img{
	margin: 0;
	padding: 12px;
	border: none;
	float: left;
}

#header h1 { 
	font-family: verdana;
	font-size: 20pt;
	font-weight: 300;
	color: #000;
	margin-top: 16px;
	margin-left: 13px;
	letter-spacing: 2px;
}

#header h2 { 
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin-left: 15px;
}

#first-menu{
	background-color: #E3E3E3;
	font-family: verdana;
	font-size: 8pt;
	height:27px;
}


#first-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#first-menu li {
	display: inline;
}

#first-menu a {
	float: left;
	display: inline;
	padding: 6px 12px 7px 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	text-align: center;
}

#first-menu a:hover {
	background: #f4f4f4;
	color: #000;
	padding-bottom: 7px;
}

#first-menu .selected a {
	background-color: #f4f4f4;
	color: #000;
	border: none;
}


#contentr {
	float: right;
	width: 495px;
	padding: 4px 8px 4px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
#contentl {
	float: left;
	width: 496px;
	padding: 4px 8px 4px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
#content img{
	margin-right: 16px;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 2px;
	float: left;
	}
	
#content p{
	font-family: verdana;
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
	line-height: 12pt;
	}
.banner{
	width: 468px;
	padding: 6px;
	border: 1px solid #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
        height: 60px;
	}
.description{
	width: 468px;
	height: auto;
	padding: 6px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
        font-family: verdana;
	font-size: 10pt;

	}
.title{
        color: #454545;
        font: 15px/1.2 verdana;
        padding: 4px 4px;
        text-align: center;
}

.sitetitle{
        color: #333;
        font: 13px/1.2 verdana;
        text-align: left;
        }
#footer {
	float: right;
	border-top: 1px solid #999;
	width: 1024px;
	height: 40px;
	}
	
#footer p{
	font-family: verdana;
	font-size: 8pt;
	padding: 11px;
	}

#footer a{
	color: #505050;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #505050;
	}
	
#footer a:hover{
	color: #505050;
	text-decoration: underline;
	border: none;
	}