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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color:#000000;
	background-image: url(../img/pat.gif);
}

body.section-1 { }
body.section-2 { font-weight: bold;}
body.section-3 { }

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	font-weight: bold;
	background-image: url(../img/pat.gif);	
}

a img { border: none; }

#menu {
    width: 135px;
    overflow: auto;
	top: 10px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    text-align:center;
	margin: 0 0 0 15px;
	background-image:url(../images/c005.gif)	
}

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

#menu ul li.section-title { }

li.section-title {
	text-decoration: none;
	color: #00FF00;
	font-weight: bolder;
	font-size: 12px;
}

#content {
	height: 100%;
	margin: 10px 0 0 180px;
	top: 0;
}

.container {
	padding: 25px 0 5px 0;
	background-color:#000000;
}

.container1 {
	top: 10px;
	padding: 10px 0 5px 10px;	
	background-color:#cfcfcf;	
}


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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}