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

body {
	font-size: 11px;
	font-weight: normal;
	font-family: helvetica, arial, sans serif;
	background-color: #000000;
/**	background-image: url(trame9.png); **/
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; background-color: none; color: #000000; }

a img { border: none;}
a:hover img { text-decoration: none; background-color: none; color: #ffffff; }

#sitetitle {
    width: 910px;
    height: 25px;
    padding-top: 8px;
	margin-left: 0px;
	padding-left: 10px;
    float: left;
	/** background-image: url(out.png); **/
	background-repeat: no-repeat;
	background-color: #ffffff;
    display: block;

}

.sitetitleleft{
    padding-left:8px;
    padding-top: 3px;
    float: left;
    display: inline;
}

.sitetitleright{
    float: right;
    padding-right:8px;
    padding-top: 3px;
    vertical-align: text-top; 
    display: inline;
    font-size: 11px; font-family: helvetica, arial, sans serif; font-weight: bold; color:#000000;
}


#wrapper {
   	background-color: #000000;
    /** background-image: url(trame9.png); **/
   	width: 904px;
    left:40px;
    /** margin-left: -470px; **/
    top:0px;
    position: absolute;
}



#menu {
    width: 904px;
   /** height: 19px; **/
    overflow: none;
    margin-top: 2px;
	margin-left: 0px;
    float: left;
	background-color: #ffffff; 
	color: #000000;
    font-weight: bold;
    font-size: 10px;
    font-family: helvetica, arial, sans serif;
    display: block;

}

table#menutop {
    vertical-align: top;
    border: none;   
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;

}

table#menutop td {
    padding-right: 60px;
    vertical-align: top;
    border-collapse: collapse;
}

table#menutop td.right {
    float: right;
    vertical-align: top;
    border-collapse: collapse;
}


#menu p { font-size: 11px; font-family: helvetica, arial, sans serif; color: #979797;}
#menu img { padding-top:0px; padding-bottom:0px;}

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

#menu ul li.section-title { font-size: 11px; font-weight: normal; font-family: helvetica, arial, sans serif }


#menu ul li { font-family: helvetica, arial, sans serif; font-weight: normal; }
#menu ul li.active a { color: #000000; font-family: helvetica, arial, sans serif; font-weight: normal; text-decoration:underline; }

#content {
    height: 100%;
    float: left;
    font-family: georgia;
	font-style: italic;
    font-size: 13px;
}

#content p{
    font-family: georgia;
	font-style: italic;
    margin: 0 0 0px 0;
    font-size: 13px;
}

.container {
}

#img-container	{
 }

/** .container p {
    font-weight: bold;
   padding-top: 0px; 
} **/

/** #content p { margin-bottom: 4px; font-weight: normal; } **/

/** p {
    margin: 0 0 9px 0;
}**/


/** #d-col1 { background-color: #ffffff; opacity: 0.8; filter:alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; padding-left:3px; padding-right:3px; height: 500px; padding-bottom: 0px; } **/
/**#d-col2 { background-color: #ffffff; padding-left:10px; width: 910px; height: 730px; padding-bottom: 0px; color:#000000; float: left; display: block; margin-top:10px; padding-top:10px;}**/

/** #info { background-color: #ffffff; opacity: 0.8; filter:alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; padding-left:3px; width: 335px; height: 193px; padding-bottom: 0px; top: 429px; left: 20px; position: absolute; overflow: none; }
#info p { width: 332px; } **/

#d-col1 a {text-decoration:underline;} 

h1 { font-size: 11px; font-family: helvetica, arial, sans serif; font-style:normal; font-weight: normal; }
h2 { font-size: 17px; font-family: helvetica, arial, sans serif; color:#000000; }
h3 { font-size: 20px; margin-top:6px; margin-bottom: 2px; font-style: normal; font-weight: bold; font-family: helvetica, arial, sans serif; color:#000000; }
h5 { font-size: 13px; margin-top:8px; margin-bottom: 2px; font-style: italic; font-weight: bold; font-family:georgia, times, serif;  color:#000000; }
h6 { font-size: 13px; line-height:25px; margin-bottom: 2px; font-style: italic; font-weight: bold; font-family:georgia, times, serif; color:#000000; text-decoration: none; }
h7 { font-size: 13px; line-height:28px; font-style: italic; font-weight: bold; font-family: georgia, times, serif; color:#000000; text-decoration: none; }

/** #img-container p	{ width: auto; margin: 0;   padding: 0 0 12px 0; } **/

#once { clear: left; }