/* GLOBAL */

	BODY { margin: 0px; background: #FFFFFF url(notebook.jpg) repeat scroll 0 0 }
	FORM { margin: 0px }
	INPUT { font-size: 11px;  font-family: Verdana, Arial, sans-serif }
	SELECT { font-size: 11px;  font-family: Verdana, Arial, sans-serif }
	
	a { text-decoration: none; color: #00497a; }
	
	a:hover { text-decoration: underline }

	h1 { font: 36px verdana, arial; color: #ade0dd; }
	
	h2 { font: 24px Verdana, arial; color: #f5f8c3; }
	
	h3 { font: 28px verdana, arial; color: #000000; }
	
	h4 { font: 18px verdana, arial; color: #000000; margin: 10px 0; }

	p { font-size: 14px; font-family: Verdana, Arial, sans-serif; line-height: 24px; margin-bottom: 14px; }
	
	td { font-size: 14px; font-family: Verdana, Arial, sans-serif; line-height: 24px; padding: 0 10px 10px 0; }

	li { font-size: 14px; font-family: Verdana, Arial, sans-serif; margin-left: 20px; margin-right: 20px; margin-bottom: 10px; }
	
	img { border: none; }
	
	strong { font-weight: bold; }
	
	ul { margin-bottom: 20px; }

#container {margin: 15px auto; width: 960px; }

#header { border: 5px solid #62ac5c; background-color: #00497a; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; padding: 15px; }

#nav { height: auto; width: 960px; background-color: #62ac5c; font: bold 16px Arial;  }

.navTab { margin: 4px 0 0 15px; padding: 8px 22px 4px; background-color:#fff; border-bottom: 2px solid #62ac5c; float: left; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }

.navTab.selected { border-bottom: 2px solid #fff; }

#content { border-left: 5px solid #62ac5c; border-right: 5px solid #62ac5c; background-color: #ffffff; padding: 15px; }




	

