/* complete stylesheet */

body {
	font-family: Tahoma, Verdana, Arial;
	background-color:#fcfcfc;
	height: 100%; 
	margin-right: 0cm;
	margin-left: 0cm;
	margin-top: 0cm;
}

#container {
	width: 800px; 
	margin: 0 auto;
}

#header {
	background-color:#DDDDDD;
	background-image:url('images/header.jpg');
	background-position:top center;
	height: 200px;
	margin-right: 0cm;
	margin-left: 0cm;
	margin-top: 0cm;
}
	
#navbar {
	background-color:#555555;
	width: 100%; 
	line-height: 24px; 
	padding: 0px; 
	margin: 0px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#main {
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#555555;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#555555;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#555555;
	font-size:14px;
	text-align: justify;
	line-height: 20px; 
	color:#333333;
}

#main #title1 {
	height: 40px;
	text-align: top;
}

#main #title2 {
	height: 25px;
	text-align: top;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

a	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
}

a:hover	{
	font-family: Tahoma, Verdana, Arial;
	font-size:14px;
	color: #000000;
	text-decoration: underline;
}

#main #left {
	width:400px;
	float:left;
}

#main #right {
	width:400px;
	float:right;
}

#main #clear {
	clear:both;
}

#main #footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color:#555555;
	text-align:center;
	float: none;
}
a.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
	color:#555555;
}
a.footer:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
	color:#000000;
}

a.textlink {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#555555;
	text-decoration: underline;
}
a.textlink:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#000000;
	text-decoration: underline;
}



