/* CSS Document */

/* BANNER */
#banner {
	color: #4b4b4b;
	font-size: 150%;
	width: 750px;
	text-align: center;
}

/* NAVIGATION 1 */

#nav {
    background-color: #ffffff;
	width: 750px;	
	font-family: century gothic, veranda, arial;
    font-size: 100%;
    color: #cbb124;
    text-align: center;
    margin-top: 5px;
	margin-bottom: 5px; 
}

#nav a{ 
	color: #cbb124;
	text-decoration:none;
	}

#nav a:hover{ 
	color: #83e306; 
	text-decoration:none;
	}

/* NAVIGATION SECOND*/

#nav_sec {
    background-color: #ffffff;
    text-align: center;
	width: 750px;
    font-family: century gothic, veranda, arial;
    font-size: 90%;
    color: #2b4d03;
    margin-top: 5px;
	margin-bottom: 5px; 
}

#nav_sec a{ 
	color:#2b4d03;
	text-decoration:none;
	}

#nav_sec a:hover{ 
	color: #83e306; 
	text-decoration:none;
	}

/* BODY */
#content {
	width: 750px;
	border: 10px;	
	text-align: center;
}

body {
	margin: 5px;
	padding: 5px;
	font-family: century gothic, veranda, arial;
	background: #ffffff;
	text-align: center;
}

hr {
	width: 60%;
}

a:link {
	color: #83e306;
	text-decoration:none;
	}
a:visited {
	color: #2b4d03;
	text-decoration:none;
	}
a:hover {
	color: #83e306;
    text-decoration:none;
	}

h1 {
	font-size: 120%;
	font-weight: normal;
	color: #cbb124;
	text-align: left;
	padding-left: 50px;
	}

h2 {
	font-size: 100%;
	font-weight: normal;
	color: #cbb124; 
	text-align: left;
	padding-left: 50px;
	}
	
p	{
	font-size: 80%;
	color:#4b4b4b;
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
	}
	
p a:link {
	color: #83e306;
	text-decoration:none;
	}
p a:visited {
	color: #83e306;
	text-decoration:none;
	}
p a:hover {
	color: e39d06;
    text-decoration:none;
	}

ul	{
	font:size: 60%;
	color:#4b4b4b;
	}

vl  {
	color: #4b4b4b;
	size: 60%;
	}
	
#footer {
	font-size: 70%;
	color: #333333;
	width: 750px;

}
	
