@charset "UTF-8";
/* CSS Document */

/********************************/
/* Global Browser Reset */
/********************************/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { 
list-style-type: square; 
}

img { border: 0px; }


body {
	background-color: #707F99;
	margin: 30px;
}

body, td, th {color: #000000;
	font-family: Georgia, Garamond, Times, serif;
	font-size:16px;
}


/********************************************/
/******structure page Article******/
/********************************************/

/***************bottom nav******************/
	#bottomnav { 
		margin : 0;
		text-align:center;	
		padding:5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 80%;
		color : #666;
	} 
#bottomnav a { 
padding : 5px;
color : #003399;
text-decoration:none;
} 
#bottomnav a:hover{ 
padding : 5px;
color : #CC9966;
text-decoration: none;
} 

/*******************************************************************/

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





h1 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 17px;
	font-style: regular;
	font-weight: bold;
	color: #336633;
}

.csc-firstHeader {
	font-family: Georgia, Garamond, Times, serif;
	font-size: inherit;
	font-style: regular;
	font-weight: bold;
	color: #336633;
}


h2{
font-size:16px;
color: #993300;   
}
h3{
font-size:1em;
color: #993300;   
}
h4{
font-size:1em;
color: #993300;   
}
h5{
font-size:0.9em;
color: #993300;   
}
h6{
font-size:1em;
color: #000000;   
}





.Style1 {color: #000000;
    font-family: Georgia, Garamond, Times, serif;
	font-size: 15px;
}

.Style11 {color: #000000;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 12px;
}

.Style12 {color: #000000;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.Style13 {color: #000000;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
	font-weight: bold;
}


.Style2 {color: #993300;
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.Style21 {color: #993300;
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.Style22 {color: #993300;
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 15px;
}

.Style23 {color: #993300;
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

.Style24 {color: #993300;
	font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.Style25 {color: #993300;
    font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.Style26 {color: #993300;
    font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 20px;
}

.Style27 {color: #993300;
    font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.Style28 {color: #993300;
    font-family: Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
}


.Style3 {color: #003399;
    font-family: Georgia, Garamond, Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.Style31 {color: #003399;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.Style32 {color: #003399;
    font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.Style33 {color: #003399;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 15px;
	font-weight: bold;
}

.Style34 {color: #003399;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.Style35 {color: #003399;
    font-family: Georgia, Garamond, Times, serif;
	font-size: 10px;
	font-style: italic;
}

.Style5 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Style51 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.Style52 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



/****************************************************/

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;
	background-repeat : no-repeat;
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: #003399;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: none;
	color: #996666;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-right:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-right:20px;
}


/********************************************/
/********Horizontal Menu Styles ***********/
/********************************************/ 
/*
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */
/*		------	Basic style	------		*/

#menu {
display: block;
}

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

#menu li {
margin: 0 2px 0 0;
display: block;
float:left;
position: relative;
z-index: 500;
}

#menu a {
display: block;
}

#menu li li {
width: 100%;
z-index: 510;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
top: 0;
left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
display: none;
position: absolute;
z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}


/* - - - ADxMenu: DESIGN styles - - - */
/*		------   Make-up	--------			*/

#menu {
font-family: Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight: bold;
}

#menu:after{
content:'.';
display:block;
height:1px;
line-height:1px;
clear:both;
visibility:hidden;
} 

#menu li li {
width: 150px;
}

#menu li a {
text-decoration: none;
text-align: center;
color: #003399;
padding: 8px 2px;
margin:0;
border: 1px solid #fff;
}

#menu li a:hover {
color:#993300;
background-color:#F5F0DA;
border: 1px solid #ddd;
}

#menu li:hover>a {
color:#993300;
background-color:#F5F0DA;
border: 1px solid #ddd;
}

#menu li li a {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 8px;
border: 1px solid #ddd;
color:#993300;
background-color:#F5F0DA;
}

#menu li ul li a:hover {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 8px;
color:#003399;
background-color:#E9F7F8;
border: 1px solid #ddd;
}

#menu li li:hover>a {
text-transform: none;
text-decoration: none;
text-align:left;
color: #003399;
padding: 8px;
background-color:#E9F7F8;
border: 1px solid #ddd;
}

#menu li ul {
width: 150px;

}

#menu li li ul {
border-top-width: 0px;
margin: -8px 0 0 -8px;
}

#menu li li li:first-child {
}

#menu li li.submenu>a:after {
content: "";
}

/*********************************************************/



