* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000000;
	background-color: #FFFFFF;

}

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

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { color: #000000; font-size: 16px; }
h4 { color: #000000; font-size: 12px; font-weight: bold; }
h5 { color: #000000; font-size: 10px; margin: 0px 0px 0px 0px;}

.bodyheader { 
       color: #000000; 
       font-family: Georgia, serif;
       font-style: italic;
       font-size: 20px;
}

li a { 
    font-size: 12px; 
    font-style: italic;
} 

a:link {  color: #333333; text-decoration: none; }
a:active {  color: #333333; text-decoration: none; }
a:visited {  color: #333333; text-decoration: none; }
a:hover {  color: #999999; text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 75px;
    filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;

}

#menu ul {
	list-style: none;
	font-size: 10pt;
	margin: 0px 0px 15px 14px;
}

//.sIFR-hasFlash .section-title {
//       //visibility: hidden;
//       font-family: Georgia;
//       font-style: italic; 
//       font-size: 16pt;
//       color: 333333;
//       padding: 3px 0 0 0;
//}

#menu ul li.section-title {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 12px;
        padding-top: 4px;
	//font-weight: bold;
	//border-top-color: #CCCCCC;
	//border-top-style: dotted;
	//border-top-width: 1px;

}


#content {
    height: 100%;
    margin: 86px 10px 10px 290px;
    top: 0;
}

.container {
    padding:  0px 20px 0px 35px;
    background: #FFFFFF;
}

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

p {
    margin: 0 0 9px 0px;
}


#menufooter { font-size: 10px; margin: 50px 0px 0px 14px;}

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

#once { clear: left; }
