/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

body.section-1 {

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

}

a:link { text-decoration: none; color:#000000; }
a:active {
	text-decoration: none;
	font-weight: normal;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal; }
a:visited { text-decoration: none; color:#333333; }
a:hover { text-decoration: underline; }

a.second:link { text-decoration: none; color:#990000; }
a.second:active { text-decoration: none; }
a.second:visited { text-decoration: none; color: #990000; }
a.second:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 225px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: inherit;
	background-color: #CCCCCC;
}

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

#menu ul li.section-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

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

.container {
	padding: 15px 5px 25px 10px;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	color: #000000;
}

#content p li.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

/**
The next line (p) changes the "Copyright..." text and the body copy in the main frame. 
But so does the code above, minus the Copyright info. ??
*/

p {
	color: #333333;
}

h1 {
	font-size: 42pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	letter-spacing: -1px;
}
h2 {
	font-size: 22pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: -.5px;
}
h3 {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: -.5px;
}
h4 {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	letter-spacing: -.5px;
}

#img-container	{
	margin: 0;
	padding: 0;
}
/**
The next line (#img-container p) controls the image area including the titles and captions ??
*/
#img-container p	{
	width: 500px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }