html, body {
	background-color: #006600;
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #006600;
	background-image: url(../images/istockphoto_2893545-croc-online%20copy.gif);
	background-repeat: no-repeat;
}
 
#content {
	margin:0;
	padding:0;
	height:auto;
	padding-bottom:0px;
}

/* BLOCK DEFINITIONS =================================== */
#top {
	margin:0;
	line-height:100px;
	padding-left:220px;
	vertical-align:middle;
	font-size:200%;
	font-weight:bold;
	font-style: italic;
	color:#CCCC00;
}
#main {
	padding:0px 20px 20px 20px;
	font-size:12px;
}
#bottom {
	padding:0;
	padding-top:5px;
	margin:0;
	background-color: #006600;
	height:20px;
	text-align:center;
	font-size:10px;
	color: #CCCC00;
	vertical-align:middle;
}

/* MENU STYLES =================================== */
#blockmenu {
	float:left;
	padding:0px 10px 0px 15px;
	margin-top:45px;
	font-size:12px;
}
  
#blockmenu div.menutitle {
	color: #CCCC00;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 1px;
	height: 100%;
	font-size:120%;
}

#blockmenu div.menutitle a {
	color:#CCCC00;
	text-decoration:underline;
}
#blockmenu div.menutitle a:hover {
	color:white;
	text-decoration:none;
}
/* BLOCK STYLES =================================== */

#main h1 {
	color: #006600;
	font-size:150%;
	font-weight:bold;
}
#main p, form, input, td {
	color: #006600;
	font-size:100%;
}
#main a {
	color: #006600;
	text-decoration:underline;
	font-weight:bold;
}
#main hr {
	height:1px;
	margin-top: 5px;
	margin-bottom:5px;
	color:#CCCCCC;
	border:0px;
}
#main .tborder {
	border:double 3px #666666;
}

#bottom a {
	color: #CCCC00;
	text-decoration:underline;
}
#main a:hover, #bottom a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#main img {
	margin-right:20px;
	border:solid 1px #006600;
}
#main ul {
}

.topleft {
 	background-image:url(../images/cornertl.gif);
	background-repeat:no-repeat;
	height:10px;
 }
 .bottomleft {
 	background-image:url(../images/cornerbl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
 }