* {
 	padding: 0;
  	margin: 0;
} 

body {
	background-image: url(../images/bg_site.gif);
	font-size: 12px;
	Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#container {
  	margin: 0px  auto;
	margin-top: 50px;
  	width: 960px;
  	overflow: hidden;
}

#header {
	padding-left: 15px;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 600px;
	padding: 5px 0px 0px 0px;
}
				
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px;
	text-align: left;
	line-height: 12pt;
}
	
#content h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#content h2 a {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

#content h2 a:hover {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #003399;
	text-decoration:underline;
}		
	
#content a {
	text-decoration: none;
	color: #003399;
}
	
#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content h2 a {
	line-height: 1.2em;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

#content h2 a:hover {
	line-height: 1.2em;
	font-weight: bold;
	color: #003399;
	text-decoration:underline;
}
	
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float: right;
	width: 350px;
	padding: 0px;
	margin-top: -5px;
	text-align: ;
}
		
#sidebar p{
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 12pt;
}
	
#sidebar img{
	border: none;
}

#sidebar h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px dashed #d9d9d9;
	color: #FFFFFF;
}
	
#sidebar ul li{
	margin: 0px 7px 8px;
	list-style-type: square;
	list-style-position: inherit;
	color: #CCC;
}

#sidebar a {
	text-decoration: none;
	color: #003399;
	
}

#sidebar a:hover {	
	color: #000;
	text-decoration: underline;
}
		
#footer {
	float: right;
	border-top: 1px solid #999;
	width: 960px;
	height: 40px;
}
	
#footer p{
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 11px;
	color: #FFFFFF;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #505050;
}
	
#footer a:hover{	
	color: #FF0000;
	text-decoration: underline;
	border: none;
}
