/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
.credit  { color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px }
.creditlink { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; text-decoration: underline }
* {
	margin: 0;
	padding: 0;
}

body     { color: white; font-size: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 15px; background: #000000; padding: 0px }

body.section-1  { color: white }
body.section-2  { color: white }
body.section-3  { color: white }

a:link   { color: white; text-decoration: none; background-color: black; background-position: -1px -1px }
a:active   { color: gray; text-decoration: none; background-color: black }
a:visited    { color: #696969; text-decoration: none; background-color: black }
a:hover { 
text-decoration: italic;
color: #ffffff;
}

a img { border: none; }

#menu {
	width: 220px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	overflow: auto;
	top: 10px;
	bottom: 10px;
	left: 20px;
	position: fixed; /* this make the menu stay in place while the content section scrolls*/
	height: 90%;
	background-color: #000000;
	padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
	padding-bottom: 25px;
	/* padding-left & right can be changed in #menu ul - below */
	font-size: 10px;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; /* sets the space between each section */
	margin-left: 0px;
	/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
	padding-right: 10px;
	padding-left: 10px;
}

#menu ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#menu ul li.section-title {
	font-family: helvetica, serif;
	font-style: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #ffffff;
	/* Following lines adds a line about each section */
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width: 2px;
    border-left-color:#fffff;
	border-left-style:solid;
	border-left-width: 0px;
	border-right-color:#fffff;
	border-right-style:solid;
	border-right-width: 0px;
}

#content  { color: white; padding: 0px;
        margin: 0px 0 0 240px; 
x-overflow: hidden;}

 .container {
        padding: 0px 0px 0px 0px;
        margin: 0px 0 0 0px;
}

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


h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
Text { color: black; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; line-height: 11pt; background-color: silver }
.class { color: black; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; text-decoration: none }
.class1 { color: white; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; background-color: black }
.class2 { color: white; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 1.35; font-stretch: normal; background-color: black; background-position: 2px 2px; padding: 3px }
.headline  { color: white; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-style: italic; line-height: 1; background-color: black; text-align: left }
