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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff repeat;
	line-height: 1.2em;
}

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

a:link { text-decoration: none; color: #838383;  }
a:highlight {
	color: #000;
}
a:visited { text-decoration: none; color: #e6cd2b; }
a:hover {
	
	color: #424242;
}

#menu a:hover {
	border: 1px solid #d9d9d9;
	padding-right: 2px;
	padding-left: 1px;
	margin-left: 0px;
	color: #424242;
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%; 
	background-color: #fff;
	border-right: 0px ridge #ff003c;
}

ul.txt {
	list-style-type: square;
	list-style-position: inside;
	width: 400px;
}

#hist {
	margin-top: 10px;
}

#menu ul {
	
	list-style: none;
	margin: 0 0 12px 0;
	background-color: #fff;
	margin-left: 2px;
}


#menu ul li.section-title:hover {
	color: #05132c;
}


#menu li a{ 
	margin-left: 2px;
}

#menu li.active a{ color: #000;
	border: 1px solid #000;
	padding-right: 2px;
	padding-left: 1px;
	margin-left: 0px;
}

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
	color: #091f44;
}

#content i {
	color: #1f6ded;
}

#content a:hover {
	background-color: #fff;
}

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

#content p { width: 400px; margin-bottom: 9px; background-color: white; color: #091f44;}

p {
    margin: 0 0 9px 0;
    color: #091f44;
}

h1 { font-size: 37px;
	margin-top: 6px;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h3.m { 
	font-size: 14px;
	border: 1px solid #000;
	padding: 2px;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
}

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; }


