/**
* CSS
* 
* @version 1.0
* @author bartpolle 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #000000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #fe0303; }
a:active { text-decoration: none; color: #080808; }
a:visited { text-decoration: none; color: #e00000; }
a:hover { color: #080808; background: #ffffff; }
a:selected { text-decoration: none; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
}

#menubg {
    width: 198px;
    background: transparent scroll 0 0;
}

#menu ul {
	line-height: 18px;
	width: 100%;
	padding-top: 5px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0 25px 220px;
    top: 0;
}

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

#content p { width: 750px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}

a.h1 {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}
a.h1:hover {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}


h2 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

}
	
h3 { 
	font-size: 16px;
	color: #0006FF;
}
	
h4 { 
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #000000;

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

#once { clear: left; }


