* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 10px;
}

a:link, a:visited, a:active {
	color:#999999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:750px;
	margin:10px auto;
	margin-bottom:0px;	
}

#logo {
	float:right;
	margin-bottom:5px;
}

#menu {
	margin-top:70px;
	float:left;
	
	
}

#menu ul li {
	color:#000;
	list-style-type:none;
	float:left;
	margin-right:8px;
	font-weight:bold;
	font-size:14px;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
	color:#0055a5;
}

#menu a:hover {
	text-decoration:underline;
}

#content {
	clear:both;
	line-height:19px;
padding-top:15px;
	border-top:10px solid #0055a5;
}

#content p, #side ul, #content ul {
	margin-bottom:10px;
}

#text-pages ul {
	margin-left:30px;
}

img.border {
	border:3px solid #ccc;
}

.right {
	float:right;
	margin-left:5px;
}

.right-pages {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#text {
	width:520px;
	float:right;
margin-bottom:15px;

}

#text-pages {
	margin-bottom:15px;
	padding:0 5px;
}

#side {
	float:left;
margin-bottom:15px;
}

#side p {
	margin-bottom:0;
}

#side ul {
	margin-left:10px;
	list-style-type:none;
}

#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	background-color:#0055a5;
	color:#fff;
	width:750px;
	margin:0 auto;
	height:30px;
	padding:5px 0;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover,
#footer-pages a:link, #footer-pages a:visited, #footer-pages a:active, #footer-pages a:hover {
	color:#fff;
}

#footer-pages {
	clear:both;
	text-align:center;
	font-size:11px;
	background-color:#0055a5;
	color:#fff;
	width:750px;
	margin:0 auto;
	line-height:40px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}

h2 {
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:2px;
}
