/* --------------------------------------------------------------- */
/* ---------------------My first CSS web site--------------------- */
/* ---------------------------Basic Code-------------------------- */
		html {
			margin: 0px;
			padding: 0px;
		}
		body {
			font-family: Verdana, Geneva, sans-serif;
			color: #FFFFFF;
			background: #036;
			margin: 70px;
			padding: 0px;
			text-align: center;
			font-size:10px;
		}
		img {
			vertical-align:top;
		}
		a img {
			border:none;
		}
		a {
			color: #666;
			text-decoration: none;
		}
		a:hover {
			color: #333;
			text-decoration: none;
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
		}
		ul {
			margin-top:0px;
			color:#333333;
			list-style-type:none;
		}
		h3 {
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 18px;
			line-height: 20px;
			color: #FF3300;
			
		}
		p, li {
			font-size: 10px;
			line-height: 14px;
			font-weight: normal;
			color: #333333;
			padding: 0px 0px 10px 0px;
			margin: 0px;
		}
		
/* --------------------------------------------------------------- */
/* ----------------------------DIV tags--------------------------- */

		#logo {
			height: 76px;
			padding: 30px;
			background-color: #FFFFFF;
			width: 800px;
			text-align: left;
		}
		#content {
			width: 860px;
			padding: 0;
			height: 630px;
			background-color: #FFF;
		}
		#nav {
			width: 180px;
			padding: 0 px;
			background-color: #FFFFFF;
			text-align: left;
		}
		#nav .on {
			color: #036;
			text-decoration: none;
			font-weight: bold;
		}
		#text_center {
			width:600px;
			float:right;
			background-color:#FFF;
			text-align: left;
			margin-top: 0px;
			margin-right: 30px;
			margin-bottom: 0px;
			margin-left: 0px;
		}
		#text_center a {
			text-decoration: underline;
			font-weight: normal;
		}
		#text_center a:hover {
			text-decoration: underline;
			font-weight: normal;
		}
		#headline {
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size: 18px;
			color: #FF3300;			
		}
		#content #nav sublinks a:hover {
					color: #333;
		}
		#footer {
			font-family: Verdana, Geneva, sans-serif;
			font-weight: normal;
			text-decoration: none;
			clear: both;
			width: 830px;
			text-align: right;
			padding-top: 5px;
}


/* --------------------------------------------------------------- */
/* ---------------------------class tags-------------------------- */
		
		.on {
			color: #F30;
			text-decoration: none;
		}
	
		.sublinks {
	  		font-family: Verdana, Geneva, sans-serif;
	  		color: #666;
	  		text-decoration: none;
	  		padding-left: 8px;
		  }
		.orange {
			color: #F30;
		}
		.projectbg {
			background-color: #306;
		}
		.continue {
			text-align: right;
		}