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

body {
	font-size: 15px;
	font-family: helvetica, Arial;
	/*font-family: Monaco, Courier, monospace;*/
	line-height: 18px;
	background: #fff;
	color: black;
	letter-spacing: 1px;
}

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

a:link { text-decoration: none; color: blue; }
a:active { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; color: blue; }

a img { border: none; }

img {
	padding-bottom: 10px;
}

.under {
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
	margin: 0px;
}

#menu {
    width: 245px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	/*background-color: #fff;*/
}

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

#menu ul li.section-title { 
/*font-weight: bold;*/
}


#content {
    position: absolute;
    height: 90%;
    width: 1000px;
    margin: 0 0 0 270px;
    top: 5px;
    background-color: white;
}

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

#content p { 
	width: 500px; 
	text-align: left;
	margin-bottom: 0px;
	color: black;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 15px; font-weight: normal; }
h2 { font-size: 15px; font-weight: normal; }
h3 { font-size: 16px; }
h4 {
color: black;
font-weight: normal;
font-size: 16px; }

h4 a {
	color: red;
}

h4 a:hover {
	color: red;
}

h4 a:visited {
	color: red;
}

#img-container	{ 
margin: 0; 
padding: 0;
}

img {
	margin: 0;
	padding: 0;
	
}

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

#once { clear: left; }

.red {
	color: red;
	font-family: Times;
	font-size: 20px;
	line-height: 22px;
}

.under2 {
	text-decoration: underline;	
	color: blue;
}

.frame1 {
	width: 550px;
}

.frame2 {
	padding-left: 40px;
	text-align: left;
}

.spacer {
	padding: 20px;
}

.small {
	font-size: 10px;
	line-height: 12px;
	padding-left: 40px;
}


