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

body {
	font-size: 11px;
	font-family:"OCR A Std", "OCR-A BT", "OCR A Extended", "OCR-B 10 BT", Courier, "Courier New", Arial;
        font-style: Normal;
	background-color: #FFFFFF;
	color: #000000;
/*	letter-spacing: .025em;*/
	line-height: 15px;
}

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

a:link {
	text-decoration: underline;
	color: #000;
	background-color: #FFFFFF;
        border-bottom:    dashed 0px #000;
}

a:active {
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
        border-bottom:    dashed 0px #000;
}

a:visited {
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
        border-bottom:    dashed 0px #000;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #fff;
/*       	background-color: #77e7ac;*/
        border-bottom:    dashed 0px #fff;
}

a img {
	border: none;
/*	float: left;*/

}

#menu {
	width: 250px;
	overflow: auto;
	bottom: 0;
	height: 100%;
	z-index:4;
        top: 0px;
        padding-top: 0px;
	padding-left: 0px;
        padding-bottom: 20px;
	margin-top: 5px;
        margin-left: 15px;
	background-color: #fff;
        position: fixed;
}

#menu ul {
	list-style: none;
	margin: -10px 0 25px 0;
        line-height: 15px;
/*border-bottom: 1px dashed #000;
width: 205px;*/
}

#menu ul li.section-title {
	text-decoration: none; /* Side Menu Title */
	line-height: 15px;
	background: white;
	width: 230px;
	font-weight: normal;
	text-transform: uppercase;
        color: #000;
        border-bottom:    dashed 1px #000;
}

#menu ul li a:link {
	text-transform: uppercase;
        text-decoration: none;
	color: #000;
        border-bottom:    dashed 0px #000000;
        background-color: #FFF;
        padding: 1px 100px 1px 1px;
}

#menu ul li a:active {
	text-transform: uppercase;
        text-decoration: none;
	color: #000;
        border-bottom:    dashed 0px #000000;
        background-color: #FFF;
        padding: 1px 100px 1px 1px;
}

#menu ul li a:visited {
	text-transform: uppercase;
        text-decoration: none;
	color: #000;
        border-bottom:    dashed 0px #000000;
        background-color: #FFF; /*#11EDC4;*/
        padding: 1px 100px 1px 1px;
}

#menu ul li a:hover {
	color: #fff; /*#2fdf94;*/
        text-decoration: none;
        border-bottom:    dashed 0px #000000;
        background-color: #fff;
        padding: 1px 100px 1px 1px;
}

#content {
	height: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
}

.container {
	padding-top: 2px; /*25px;*/
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 0px;
    padding-top: 5px;
}

p {
    margin: 0px 0px 0px 0px;
}

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

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

#once { clear: left; }