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

body {
	font-size: 9pt;
	font-family: "open-sans", 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: 275px;
	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;
	padding-left: 30px;
	
}

/*
#menu ul {
list-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 12px;
margin-left: 0px;
padding-right: 25px;
padding-left: 50px;
*/



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

#content {
    height: 100%;
    margin: 45px 0 0 275px;
    top: 0;
    padding: 0px 0px 0px 30px;
}

.container {
	padding: 15px 5px 25px 10px;
	font-size:8pt;
	font-family: "open-sans", 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: "open-sans", 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. ??
*/


#newintro {
font-size: 3pt;
color: #666666;



}




p {
	color: #333333;
}

h1 {
	font-size: 36pt;
	font-family: "open-sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	letter-spacing: -1px;
	margin-bottom: 10px;
	width: 900px;
}
h2 {
	font-size: 20pt;
	font-family: "open-sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	letter-spacing: -.5px;
}
h3 {
	font-size: 14pt;
	font-family: "open-sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: -.5px;
	margin-bottom: 30px;
}
h4 {
	font-size: 11pt;
	font-family: "open-sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	letter-spacing: -.5px;
	margin-bottom: 10px;
}

#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; }