/**
* CSS

*/
* {
	margin: 0;
	padding: 0;
}

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

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

a:link {
    	color: #077C81;
	text-decoration: none;
}
a:active {
    	color: #077C81;
	text-decoration: none;
}
a:visited {
    	color: #077C81;
	text-decoration: none;
}

a:hover { 
	 color: #FF0090;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 12px 0px;
}


#menu ul li.section-title {
	font-weight: bold;
	color: black;
}


#menu ul li.active a { color: #FF0090; }


#content {
    height: 100%;
    margin: 0 0 0 215px;
    padding: 35px 0 0 0;
    top: 0;
width: 700px;
}

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

/**

#content p { width: 700px; }
*/
p {
	margin: 9px 0 9px 0;
}

hr {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #000000;

}

strong {
	font-weight: bold;
	color: black;
}

h1 {
  font-size: 35px;
  margin: 0 0 -5px 0;
  color: black;
  font-weight: normal;
  letter-spacing: 1px;
}


h2 { font-size: 24px; }
h3 { font-size: 16px;
	color: #990000;
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}
h4 { font-size: 12px; }
h5 { font-size: 32px;
	font-style: oblique;
	color: #ededed;			
	margin: 0 0 20px 0;
 }
 
 .white { color: #ffffff; }
 
.gross { font-size: 18px; }

.gross p { margin: 30px 0 30px 0; }

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

#once { clear: left; }


div#x {
    padding: 20px;
    max-width: 940px;
    margin: 0 auto;
}