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

body {
	color: #333;
	font-size: 13px;
	font-family: Courier New, sans-serif;
	line-height: 13pt;
	background-color: #fff;
}

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

a:link { color: #333; text-decoration:none; border-bottom-color:#CDC9A1; border-bottom-style:solid; border-bottom-width:1px; }
a:active { color: #333; background-color:#CDC9A1; border-bottom-color:#CDC9A1; border-bottom-style:solid; border-bottom-width:1px;}
a:visited { color: #333; text-decoration:none; border-bottom-color:#CDC9A1; border-bottom-style:solid; border-bottom-width:1px; }
a:hover { color: #333; background-color:#CDC9A1; border-bottom-color:#CDC9A1; border-bottom-style:solid; border-bottom-width:1px; }

a img { border: none; }
 

#index { color: #333; line-height: 26pt; width: 176px; overflow: auto; top: 10px; left: 30px; position: fixed; padding: 10px 0 0 0px; background-image:url(menu.png); background-repeat:repeat; }
#index ul { color: #333; list-style: none; margin: 0 0 0px; }
#index ul a:link { color: #333; text-decoration: none; list-style: none; margin: 0 0 12px; border-bottom-style:none; }
#index ul a:visited { color: #333; text-decoration: none; list-style: none; margin: 0 0 12px; border-bottom-style:none; }
#index ul a:active { color: #333; background-color:#CDC9A1; text-decoration:none; list-style: none; margin: 0 0 12px; }
#index ul a:hover { color: #333; background-color:#CDC9A1; text-decoration:none; list-style: none; margin: 0 0 12px; }
#index ul li.section-title {
	color: #900;
	text-decoration: none;
	line-height: 20px;
}
#index li { line-height: 26px }

#index ul li.active {
	list-style: disc;
	color:#CDC9A1;
	font-style:italic;
	li.a:active;
	}

#exhibit {
	height: 100%;
	margin: 24px 0 0 250px;
	top: 0;
}

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

#exhibit p { width: 640px; margin-bottom: 9px; }

p { margin: 0 0 9px 0; }

h1 { font-size: 13px; }
h2 { font-size: 13px; }
h3 { font-size: 16px; text-decoration: none; }
h4 { font-size: 13px; }

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

#once { clear: left; }
.b { color: #333; font-size: 18px; font-weight: bold; text-decoration: none; }
b a:link { color: #333; font-size: 18px; font-weight: bold; background-color: #fdfd59; text-decoration: none; }
b a:active { color: #333; font-size: 18px; font-weight: bold; background-color: #fdfd59; text-decoration: none; }
b a:visited { color: #333; font-size: 18px; font-weight: bold; background-color: #fdfd59; text-decoration: none; }
b a:hover { color: #333; font-size: 18px; font-weight: bold; background-color: #fdfd59; text-decoration: none; }
