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

body {
	font-size: 11px;
	color: #383838;
	line-height: 18px;
	font-family: Courier, Arial, Helvetica, sans-serif;
	width: 450px;
}

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

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

a img { border: none; }

#menu {
	width: 390px;
	overflow: auto;
	top: 0;
	bottom: 0;
	margin-left: 15px;
	margin-top: 7px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}

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

#menu ul li.section-title { 
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-color: #383838;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
	width: 350px;
}

#menu ul.smallmenu {
	margin-left: 40px;
}
#menu ul.smallmenu li.section-title {
	font-size: 14px; 
	border-bottom-color: #383838;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	width: 310px;
}

#content {
	height: 100%;
	margin: 0 0 0 390px;
	margin-top: 20px;
	width: 650px;
}

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

p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;

	border-bottom-color: #000000;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
}

p.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: -5px;
	border-bottom-color: #000000;
	border-bottom-style: solid; 
	border-bottom-width: 2px;
}

p.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -5px;
}

p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -10px;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin-top: -10px;
}

p.wide {
	width: 650px;
}

p.textwhite {
	color: #FFFFFF;
}

#content {
	padding-left: 22px;
	z-index: 10;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -10px;
}

#img-container	{
	margin-bottom: 0;
	padding: 0;
	z-index: 20;
}
#img-container p {
	width: 650px;
	margin-top: -400;
	padding: 0 0 12px 0;
}

#once {
	clear: left;
}


/* for copyright */
.copyright {
	font-size: 11px;
	color: #878787;
	line-height: 18px;
}

