/* ie5 win start */
body { 
	font: small sans-serif;
  	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #ffffff;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */

/* start of the real css */




/* basic elements */

body { 
	color: #ffffff; 
	background-color: #ffffff;
	font-size: 18px; 
	line-height: 18px;
	font-family: Arial, sans-serif; 
	text-align: left;
  	margin: 0px; 
	padding: 0px;
	}
p {
	font-size: 18px; 
	line-height: 24px;
	font-family: Arial, sans-serif; 
	color: #333333; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}
	
h1	{
	font-size: 22px; 
	line-height: 25px;
	font-weight: normal; 
	font-family: Arial, sans-serif; 
	text-align: left; 
	margin: 0px; 
	color: #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	

	
hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	





	
/* link styles */

a:visited,	
a:link { 
	font-size: 18px;
	font-weight: normal; 
	color: #0099cc;
	}
 
a:visited:hover { 
	font-size: 18px;
	font-weight: normal;  
	color: #333333;
	}
a:hover, 
a:active { 
	font-size: 18px;
	font-weight: normal; 
	color: #333333;
	}
	

	
	
	






/* major divs */

#container { 
	width: 900px;
	background-repeat: repeat-y; 
	position: relative;
	background-color: #ffffff;  
	margin: 20px auto 20px auto;
	padding: 0px 40px 0px 40px;
	}

#intro {
 	width: 900px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#header {
 	width: 900px;
 	height: 112px;
 	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}	
		
	
	
	

/* top navigation */	
	
	
#navbar {
 	width: 900px;
	margin: 30px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#navbar td {
	text-align: center;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	}	
	
#navbar ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}	
	
#navbar li {
	display: inline;
	list-style-type: none;
	}
	
	
	


	
/* inside pages main */

#preamble2 {
 	float:left;
	background-position: top center;
	background-repeat: no-repeat;
 	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#textblock {
 	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	}
	
#textblock p {
	color: #333333;
	font-size: 18px; 
	line-height: 24px;
	font-family: Arial, sans-serif; 
	text-align: left;
	}

#textblock ul {
	margin: 0px 0px 0px 30px; 
	padding: 0px 0px 0px 0px;
	}		
	
#textblock li {
	list-style-type: square;
	font-size: 18px; 
	line-height: 18px;
	font-weight: normal; 
	font-family: Arial, sans-serif; 
	text-align: left;
	color: #333333;
	margin: 0px 0px 0px 0px; 
	padding: 7px 0px 0px 0px;
	}
	
#textblock img {
	margin: 6px 5px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: 0px;
	}	
	
	
	


/* footer */

#bottom {
 	width: 900px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#bottom img { 
	padding: 0px 0px 0px 0px;
	border: 0px;
	}	
	
	
	
	
	
	
	
	
	
	
