/**
* CSS
* 
* edited 2008-03 by Project Projects
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	background: #fff;
}

#topline {
	border-top: 3px solid #22b24c;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 100;
	}
	
#logo {
    position: fixed;
    top: 26px;
    right: 23px;
	left: 675px;
    height: 72px;
	float: right;
	z-index: 90;
	}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #22b24c; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #22b24c; }
a:hover { text-decoration: underline; color: #22b24c; }
	
a.objname:link { text-decoration: none; color: #000000; }
a.objname:active { text-decoration: none; }
a.objname:visited { text-decoration: none; color: #000000; }
a.objname:hover { text-decoration: underline; color: #000000; }

a img { border: none; }

#menu {
    width: 160px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin: 0 0 0 5px;
	
/*
* this is a stupid workaround (left position: 5px + margin-left: 5px)
* because IE 6.0 doesn't seem to accept the left position value
* but makes a margin of 10px look like a 20px margin! stupid stuff!
*/

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;

}

#menu ul li.section-title {
	color: #000000;
}



	
#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;

}

.container {
    padding: 5px 5px 25px 5px;
}

.container2 {
    padding: 20px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 18px; 
}

p {
    margin: 0 0 9px 0;
}


.bigfont {

	font-family: Times New Roman, Times, serif;
	font-size: 32px;
	word-spacing: -.1em;
	letter-spacing: .5px;
	line-height: 36px;
	width: 800px;
	color: #22b24c;
	}
	
	

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }