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

body {
	
	font-family: Georgia, Times, Courier, Serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;

}

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

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

a img { border: none; }

#menu {
    width: 350px;
    overflow: none;
    top: 0;
    bottom: 0;
	margin-left: 0px;
	padding-left: 25px;
    position: fixed;
    height: 100%;
	background-color: #F0F0F0;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	line-height: 28px;
	
	}

#menu ul li.section-title {font-style: bolder; color: #990000; line-height: 36px; }

#content {
    height: 100%;
	width: 550px;
    margin-left: 425px;
	margin-top: 10px;
    top: 0;

}

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

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

p {
    margin: 0 0 18px 0;
	   margin-top: 18px;
}
	.menu {margin-top: 42px; text-decoration: none; color: #990000; }
		.menu2 {margin-top: 0px; }


	.headline {width: 500px; font-size: 24px; style: bold; margin-top: 32px; line-height: 26px; margin-bottom: 0px;  }
	.pubication { width: 500px;font-size: 14px; line-height: 16px; }

	.extended {width: 500px; font-size: 11px; line-height: 16px; }
	.listing {font-family: Courier, OCR, Andale Mono, Monospace; font-size: 10px; line-height: 12px; margin-top: 20px; }
	.information {width: 500px; font-size: 11px; line-height: 16px; margin-top: 20px; letter-spacing: .875px}
	.download {width: 500px; font-size: 11px; line-height: 16px; margin-top: 20px; letter-spacing: 1px}
	.resname {width: 500px; font-size: 32px; line-height: 34px; margin-top: 30px; letter-spacing: 1px}



h1 { font-size: 36px; style: bolder; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

hr {width: 520px;
text-align: left;/*this will align it for IE*/
margin: 0 0 0 0; /*this will align it right for Mozilla*/
}

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

#once { clear: left; }