/*clean up browser default inconsistancy*/

* {border:0; margin:0; padding:0}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
li { display:inline; }


/*stylesheet proper begins*/

body
	{
	background-color:rgb(140,170,240);	font-family:Verdana, Tahoma, Arial, sans-serif;	font-size:10px;	color:rgb(0,0,0);
	width:1000px;
	text-align:left;
	}

	h1 { font-family:Copperplate, Verdana, serif;font-size:60px;font-weight:normal;margin-left:0;margin-top:22px; }
	
	.white { font-size:38px;color:rgb(255,255,255); }

	h2 { font-size:10px; padding:5px 0;}

	h3 { font-family:Georgia, serif;font-size:22px;font-style:italic;font-weight:normal;margin-left:245px;margin-top:0px;}

	h4 { font-size:11px;width:140px;text-transform:uppercase;text-align:center;padding:10px 0; }
	
	p { margin:5px 0; }

/***************DIV ID HINTS: ************************************************************************************************************* 
Do NOT leave spaces between the property value and the units! If you use "margin-left: 20 px" instead of "margin-left: 20px" it will only work properly in 
IE6 but it will not work in Mozilla/Firefox or Netscape.*/

.topcontent 
	{
	position:absolute;
	top:0;
	left:22px;
	width:997px;
	height:170px; 
	z-index:6;
	border-bottom:3px solid rgb(230,230,230);
	}  
 
	.topcontent a { font-weight:bold;font-size:12px;margin-left:5px; }

	.topcontent ul { margin-left:255px;margin-top:20px; }
	
.navigation 
	{
	background-color:rgb(230,230,230);
	position:absolute;
	top:0;
	left:0;
	width:235px; 
	z-index:4;
	}
	
	.navigation a { color:rgb(0,0,0);font-size:11px;height:35px;display:block; }
	
	.navigation a:hover { color:rgb(0,0,200); }
	
	.navigation ul {margin-left:35px;margin-top:200px;margin-bottom:200px;}

.maincontent 
	{
	position:absolute;
	top:210px;
	left:270px;
	width:525px;
	z-index:2;
	}
	
	.maincontent a { color:rgb(0,0,130); }
	
	.maincontent a:hover { color:rgb(0,0,255); }

.rightcontent 
	{
	background-color:rgb(150,180,240);
	position:absolute;
	top:0;
	left:830px;
	width:190px;
	margin-top:200px;
	z-index:0;
	}

	.rightcontent a { padding:5px 10px;display:block; } 
	
	.rightcontent a:hover { background-color:rgb(180,200,250); }
	
	.rightcontent ul { margin-bottom:40px; }

.address
	{
	margin:20px;
	float:left;
	}

.footer 
	{
	margin-top:70px;
	margin-left:-5px;
	}

.currentdate
	{
	position:absolute;
	top:10px;
	left:840px;
	z-index:8;
	}
 

 


