h1{
	font: Georgia, Palatino, Times, Times New Roman, serif; 
	font-size:4em;
	color:#003333;
	 text-align: center; 
	 margin-top: 0px;
	 }
h2{
color:#999966;
font-family: arial, helvetica;
}

h3{
color:#999966;
font-family: arial, helvetica;
font-size: 1em;
font-weight: bold;
}
strong{
color:#003333;
}
p{
	font: Georgia, Palatino, Times, Times New Roman, serif; 
	line-height: 22px;
	font-size: 1.0em;
	margin-top: 0px; 
	text-align: justify;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}

li{
	font: Georgia, Palatino, Times, Times New Roman, serif; 
	line-height: 22px;
	font-size: 1.0em;
	margin-top: 0px; 
	text-align: justify;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336699;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999966;
	
	}
a:hover, {
	font-weight:bold;
	text-decoration: underline; 
	color: #6699cc;
	}
	
pre {
	font-family: arial, helvetica;
	font-size:0.5em;
}
.main{
	text-align:center;
	}
.col {font-weight: normal; 
	text-decoration: none; 
	color: #336699;
	}
	
/* header properties*/

div#header {
  margin-left: 2px;
	Margin-bottom:0px; 
	padding:0px,0px,0px,0px;
	border-bottom: 7px solid #ddd;
	width:800px; 
	}
/* navigation bar*/
div#navigation{
	text-align: left;
		width:120px;
	padding:0px,0px,0px,0px;
	margin-left:2px;
	float:left;
	line-height: 1.4em;
	font-family: arial, helvetica, sans-serif; 
font-weight: bold;
		}
div#navigation a{
display: block;
border-bottom: 1px dashed #ddd
color: #999966;
		}
		
div#navigation a:hover {
    background-color: #CCCC99;
		border-right: 5px solid #003333;
		color: black;

		}	
	
	/* to clear content from floats*/	
.spacer {
	clear: both;
	}
	
div#container{
	border-left: 1px solid rgb(221,221,221);
	text-align: left;
	width:530px;
	padding: 0px 0px 0px 10px;
	float:left;

			}
			

	/*footer properties*/

.footer {
	width:800px;
	color: #006;
	border-top: 1px solid rgb(221,221,221);
	font-size: 0.8em;
	text-align: right;
	padding: 0px 10px 0 0;
	clear: both;
	}
	
.small{
 font: Georgia, Palatino, Times, Times New Roman, serif; 
 font-size:0.8em
 }
.small_links{
font-family: arial, helvetica; 
 font-size:0.7em;
 text-align:center;
 }