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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	color: #0033CC;
	}

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

a:link { text-decoration: none; background-color:transparent; color: #0033CC;}
a:active { text-decoration: none; background-color:transparent; color: #0033CC;}
a:visited { text-decoration: none; color: #666; background-color: transparent; color: #0033CC;}
a:hover { text-decoration: underline; background-color: #99CCFF; color: #0033CC; }

a img { border: none; }





.img-bot {}



.vidClick{background-color:transparent;}
.vidClick:hover{background-color:#99CCFF; cursor:pointer;}

#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	position:fixed;
    height: 100%;
	margin-left:810px;

	
	z-index:100;
}

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

#menu ul li.section-title { }

#content {
   
    margin: 0 0 0 0px;
    top: 0;
	float:left;
	z-index:0;
}

.container {
    padding: 2px;
}

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

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; color: #0033CC; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#prev {color: #0033CC;}
#next {color: #0033CC;}

.nav {position:fixed;  z-index:100; top:32px; left:35px; float:left; }
#s1 { z-index:0; cursor:pointer;  margin:0px;}
.theTxt { z-index:100px; float:left; margin-left:40px; margin-top:10px; text-align:justify;}
