/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


* {
	margin: 0;
	padding: 0;
}

body {
	
	
	
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	letter-spacing:0;
	line-height:140%;
	background-image:url(../../../RichBACKground.jpg)
	
	
	 
	
	
	
	
}

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

a:link { text-decoration: none; color:#999;}
a:active { text-decoration: color:#66CCFF}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none;  color:#CCCCCC;}



a.myname:link { color:#66CCFF; }
a.myname:visited { color:#66CCFF; }
a.myname:hover {color:#CCCCCC; }
a.myname:active {color:#66CCFF; }





a img { border: none; }

#menu {
padding-left: 25px;


    width: 215px;
    overflow:auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	
	font-size: 10.5px;

}

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

#menu ul li.active a:link,
#menu ul li.active a:visited { color:#66CCFF; }
#menu ul li.active a:hover { color:#CCCCCC; }
#menu ul li.active a:active { color:#66CCFF; }

#menu ul li.section-title { margin-bottom: 2.75px; padding-top:3px; padding-bottom:1px;border-bottom: 1px dotted #66CCFF; border-top: 1px dotted #66CCFF; font-size: 13px; font-weight:lighter; width:186px;
	display:block; }

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

.container {
    padding: 20px 0px 15px 0px; color: #999;;
	 
}



#content p { width: 467px; margin-bottom: 8px; 
color:#999; font-size:11.25px; line-height:135%; }

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

h1 { font-size: 11.25px; color: #66CCFF; font-weight:lighter; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.orange { color:#66CCFF; }

.tenpoint { font-size:11.25px;
word-spacing: .75px;  font-weight:lighter; }

#img-container	{ margin-right: 0;  padding: 0 0 0px 0; }
#img-container p	{ width: 730px; margin: 0;  padding: 0 0 10px 0; }

#once { clear: left; }

.indexhibit { font-size: 8px; padding: 0 0 0 0; margin-top: -7px; line-height:80%}
.indexhibit2 { font-size: 8.5px;  font-weight: bold; padding: 0 0 0 0; margin: 0;margin-top: 200px; line-height:200%}



/* custom stuff */

#img-container p img {
	margin-bottom: 3px;
	
	
}

#img-container p span {
	font-size: 11.25px;
	width:467px;
	display:block;
	line-height:145%;
	
	
	
}

#img-container p span.title {
	font-weight: bold;
	color: #999;
	padding-right: 1em;
	font-size: 10px;
	
}


#num {
	font-weight: bold;
	color: #999;
	
	font-size: 11px;
	}
	
	
