@charset "utf-8";
/* CSS Document */

/*----------------- General -----------------------------------------------*/
/* tags definitions */
html{direction:ltr; }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color:#ffffff;
	color:#16429f;
	line-height: 1.5;
	padding:0; margin:0; border:0;
}

h1{ font-size: 2.85em; line-height: 1; margin-top:0;}
h2{ font-size: 1.71em; line-height: 1;}
h3{ padding:0; margin:0.7em 0em;}

p{
	text-align:justify;
	padding:0; margin:0.3em 0em;
}

a {  color:#a43b30; }
a:hover{color:#666666;}

/*========= Classes ==============*/
/* list - the left menu */

a.list{
	color:#666666;
	display:block;
	font-weight:bold;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border: thin outset;

}
a.list:hover{
	color:#FFFFFF;
	background-color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border: thin inset;

}

a.list2{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	background-color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border: thin inset;
	font-size:20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
a.list2:hover{
	color:#666666;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border: thin outset;
	font-size:20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

hr.withspace{
 	margin-top:1.5em;
 	margin-bottom:1.5em; 
}

.clear{clear:both;}

/*-------------------------------ID DEFINITIONS-------------------------------*/
#container { background: url(../images/bg-left.gif) repeat-y;}
#content {
/*	border-left:none; */
	padding-left:10px;
	padding-right:10px;
	margin-left:240px;
/*	margin-top:2em;*/
	height:100%;
	min-height:100%;	
	background-color: #ffffff;
}



#main{
	text-align:justify;
	line-height: 2;
	/*border:1px solid green;*/
	width: 95%;
	margin: auto;
}

#left{
	float:left;
	padding:20px;
	width:200px;
	/*background-color: #CADCEE;*/
	height:1000px;
	min-height:1000px;
}

#left a {  text-decoration:none; }

#menu{
	font-size:16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	float: none;
	margin-top: 15px;
	text-align:left;
	width: 100%;
}


div#menu p{
	line-height: 1;
}


#page_title{
	font-family:"Times New Roman", Times, serif;
	font-size: 0.95em;
	text-align:center;
	color: #003399;
	line-height:1;
	padding-top:2em;

}

#footer{
	text-align:center;
	padding-bottom: 1em;
	line-height: 1.5;
}
hr {
	border: thin dotted #6699CC;
}
