/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		background: #ffffff;
		font-size: 88%; font-family: Verdana, Arial, sans-serif;
		}


p         { font-family: Arial, Helvetica, sans-serif;
           font-weight: none; font-size: 13px; color: black; margin-top: 0.2em; margin-bottom: 0.2em;}		

A 		   { COLOR: blue; text-decoration: none}
A:link { COLOR: blue; FONT-WEIGHT: none; TEXT-DECORATION: none; }
A:visited { color: navy; font-weight: none; TEXT-DECORATION: none; }
A:hover { color: #333333; font-weight: none; text-decoration: underline }

/*  --------- 2. structure  --------- */
	   
		   
#wrapper {
		
		margin: 0 auto;
		background: #ffffff;
		padding-top: 2px;
		padding-right: 10px;
		padding-left: 80px;
		padding-bottom: 10px;
	
		}

#navigation {
		background: #f1efef;
		font: 14px Arial, sans-serif;
		height: 29px;
		margin-bottom: 0px;
		}

#navigation ul {
		list-style-type: none;
		}

#navigation li {
		display: inline;
		float: left;
		}

#navigation a {
		display: block;
		width: 133px;
		text-align: center;
		line-height: 29px;
		background: #f1efef;
		text-decoration: none;
		color: #000000;
		}
	
#navigation a:hover {
		background: #c9ccd3;
		}
				
#articleColumn {
		float: left;
		padding: 6px;
		}
		
#articleColumn {
		margin-right: 6px;
		margin-left: 6px;
		}
			
#articleColumn {
		width: 410px;
		background: #ffffff;
		border: solid; border-width: 0.05em; border-color: black;
		p: font-family: Arial, Helvetica, sans-serif;
        font-weight: none; font-size: 13px; color: black; margin-top: 0.2em; margin-bottom: 0.2em;
		}
#main {
	text-align: left;
	margin-left: 200px;
	width:675px;
	background: #ffffff;
	margin-right: 10px;
	color: #000000;
	padding-bottom:10px;
}

#articleColumn a {
		display: block;
		width: 400px;
		text-align: left;
		line-height: 18px;
		background: #ffffff;
		text-decoration: none;
		color: #000000;
		}
	
#articleColumn a:hover {
		background: #f1efef;
		}

#articleColumn a:visited { color: maroon; }

#linkmain {
	text-align: left;
	margin-left: 74px;
	width: 820px;
	background: #ffffff;
	margin-right: 10px;
	color: #000000;
	padding-bottom: 10px;
	padding-left: 20px;
}

#linkColumn {
		float: left;
		padding: 6px;
		}
		
#linkColumn {
		margin-right: 6px;
		margin-left: 2px;
		}
			
#linkColumn {
		width: 820px;
		background: #ffffff;
		p: font-family: Arial, Helvetica, sans-serif;
        font-weight: none; font-size: 13px; color: black;
		}


#linkColumn a {
		display: block;
		width: 800px;
		text-align: left;
		line-height: 18px;
		background: #ffffff;
		text-decoration: none;
		color: #000000;
		}
	
#linkColumn a:hover {
		color: #0000ff;
		}

#linkColumn a:visited { color: maroon; }
		
#footer {
        border-top: 1px solid #808080;
		clear: both;
		text-align: center;
		padding: 10px 0;
		}

#footer p {
		margin-bottom: 0;
		font-size: 77%;
		}

#footer a {
		text-decoration: none;
		color: #000000;
		}
	
#footer a:hover {
		background: #f1efef;
		}



/* ---------- 3. links and navigation ---------- */


		



/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		font: bold 105% Arial, sans-serif, helvetica;
		margin-bottom: 5px;
		color:blue;
		}

h2 {
		font: bold 97% Arial, sans-serif, helvetica;
		margin-bottom: 1px;
		color:blue;
		}
		
 h3       { font-family:  Arial, Helvetica, sans-serif, Verdana,;
             font-style: normal; font-weight: bold; font-size: 15px;  color: blue; margin-bottom: 3px}



	

