@charset "UTF-8";
/* CSS Document */
h1 {font-size:16pt; font-family: Times New Roman, serif; text-align:center; }

h2 {font-size:14pt; font-family: Times New Roman, serif; text-align:center; }

h3 {font-size:12pt; font-family: Times New Roman, serif; text-align:justify; }

h4 {font-size:12pt; font-family: Times New Roman, serif; text-align:center; }

h5 {font-size:10pt; font-family: Times New Roman, serif; text-align:justify; }

h6 {font-size:10pt; font-family: Times New Roman, serif; text-align:center; }

li.apro{list-style-position:inside; }

A:link {font-size: 12pt; font-family: Times New Roman, serif; color:#336699; align:center;}

A:visited {font-size:12pt; font-family: Times New Roman, serif; color:black;}

A:hover {font-size:12pt; font-family: Times New Roman, serif; color:#003399;}

A:active {font-size:12pt; font-family: Times New Roman, serif; color:#3366FF;}


body {
		width:1000px; 
		left: 10%;
		}
		
#header {
		width:1000px;
		}
		
#navigation{
		float:left; 
		width:165px; 
		height:500px; 
		margin:0px; 
		margin-right:0px; 
		padding:0px; 
		padding-bottom:100px; 
		background: url(Images/navbar.gif) repeat-y top right;
		}
		
#content{
		padding:10px; 
		margin-left:165px;
		}

#footer {
		 text-align:center;
		 font-size: 70%;
		 padding: 0;
		 margin-top: 36px;
		 margin-left:165px;
		 background-color: #fff;
		}