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

#iframed {
	margin-bottom: 5px;
	min-height: 600px;
	height: 90%;
	width: 90%;
}


body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	text-align: left;
	line-height: 14px;

}
h1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: 0.9em;
	font-weight: bold;	
	font-family: Helvetica, Arial, sans-serif;
	color: #9B2C98;

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

a:link {
	color: #000;
}
a:visited {
	color: #666;
	
}
a:hover {
	color: #999;
	
}
a:active {
	color: #CCC;
	
}


a img { border: none; }

#menu {
	width: 210px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 30px;
	position: fixed;
	height: 100%;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}
#logo_topright {
	top: 0px;
	left: 45px;
	right: 0;
	position: fixed;
	margin: 0;
}


.container {
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 21px;
}

#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: 0 0 12px 0; }

#once { clear: left; }

