@charset "UTF-8";
/* CSS Document */

body {
	margin		: 0;
	padding		: 0;
	font-family	: Tahoma, "Trebuchet MS", "Times New Roman", Arial;
	font-size	: 11px;
	letter-spacing: 1.5px;
	color		: #333333;
	margin-left	: auto;
	margin-right: auto;
	width		: 800px; 
}

content {
	padding 	: 0 0px;
	margin 		: 0 auto;
	text-align	: justify;
}

h1 {
	font-size	: 18pt;
	line-height	: 29px;	color		: #cc3300; 
	font-family : Arial; 
	margin		: 5px 0; 
}

p { 	margin 		: 11px 0;	line-height	: 18px;
}

a {
	color 		: #663300;
	text-decoration : none;
}

a:hover {
	text-decoration : underline; 
}

.content a {
	font-weight : bold;
	color 		: #ff0033; 
}

.content ul {
	list-style-type : none;
}

a img {	
	border 	: none; 
}

.navbar {
	margin-top : 30px;
	text-align : center;
	margin-bottom: 10px;
}

.navbar li {
	margin : 0 23px;
	display : inline; }

.content {
	width : 540px;
	padding : 0 20px;
	margin : 0 auto;
	text-align: justify;
}

.logo {
	margin-bottom : -10px;
	margin-top : 25px;
	float : right;
}

.clear {
	clear : both; 
}
