/*Set default margin's and padding*/
* { margin: 0; padding: 0; }


/* Set generic img and link tags */
img {
	margin-bottom:0px;
}


a {
	color:#00c000;
	background-color:#68f2c3;
	text-decoration:none;
}
a:hover {
	color:#43BA36;
	background-color:#c0ffc0;
}


/*Set general Container type stuff like font, font size and set margins to allow everything to be centered*/
#container {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: comic sans ms;
	font-size: 12px;
	color: #C0FFC0;
	line-height: 1.6em;
}


}
#header h1 {
    font-family:croobie;
	font-weight:bold;
	font-size: 42px;
	line-height:130%;
	color:#0bab7c;
	margin-top:10px;
	margin-bottom: 10px;
	background-color: #0bab7c;
}
#header p {
	font-family:croobie;
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	margin-top: -5px;
	margin-left: 40px;
	margin-bottom:5px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color:#0bab7c;
}	

effect.pulsate {
asterick
}

acronym {
	font-variant:small-caps;
	cursor:help;
	letter-spacing:2px;
	font-weight:bold;
}



/* Left - Holds Navigation and extra content */
#left {
	background-color: #005108;
	float: left;
	clear:both;
	width: 202px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#005108;
	color: #05dd7a;
}


/*Right Side Stuff*/
#right {
	float: right;
	clear:right;
	width: 548px;
	background-color:#005108;
}
#right h1 {
	clear:both;
	font-family:croobie;
	font-weight: normal;
	font-size: 32px;
	line-height:120%;
	color:#1eff33;
	margin-top:15px;
	margin-bottom: 30px;
	background-color: #0bab7c;
	margin-left: 1px;
}

#right p {
	font-size:115%;
	color:#43BA36;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}

#right b {
   font-family:Arial Rounded MT Bold; 
   color:#8DF678;
   font-size:125%;
   font-weight:bold;
}


/* Navigation */
#navigation {
	color: #8cfefd;
	background-color: #00b610; 
	margin-top: 13px;
	margin-left: 11px;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 154px;
}
#navigation a {
    color: #8cfefd;
	display: block;
	padding: 5px;
	width: 170px;
	border-bottom: 1px solid #000000;
}
#navigation a:link, #navlist a:visited {
	color:#00b610;
	background-color:#b4fefd;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #00b610;
	color:#46eef8;
}


/* Extra Content */
#extra_content {
	background-color: #31c7f7;
	color:#f7f2e3;
	float: left;
	clear:both;
	width: 180px;
	margin-top: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005108;
	font-size: 95%;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #005108;
}
#extra_content p {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
	font-size: inherit;
	clear:both;
}
#extra_content h1 {
	font-size:110%;
	color:#635910;
	background-color:#b5ffff;
	margin-top:5px;
	margin-left:2px;
	margin-bottom:2px;
}

#extra_content ul {
	margin:0 0 2px;
	padding:0;
	text-align: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#extra_content li {
  margin:0;
  padding-left:3px;
  line-height:1.4em;
}

/* Thumbnails */
#thumbnails {
	float: left;
	width: 200px;
	padding: 0;
	clear:both;
}
#thumbnails a, a:hover{
	padding:0;
	margin:0;
	text-decoration:none;
}
#thumbnails img {
	float: left;
	margin: 0;
	border:none;
}


/* Footer */
#footer {
	width:750px;
	font-size: 90%;
	color: #00b610;
	background-color: #005108;
	clear:both;
}
#footer p {
	margin: 0px;
	padding: 2px;
}
#footer p a {
	color:#08a008;
	border-bottom: 1px dotted #FEF9E9;
}		
#footer p a:hover {
	color:#00b610; 
	background-color:#c0ffc0;
}
