/* Standard Tag Settings */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	color:inherit;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#000000;
}
form, div {
	margin: 0px;
	padding: 0px; 
}
input, select, textarea {
	background-color: #FFFFFF;
	color:#000000;
}
img {
	border:0px solid #FFFFFF;
}
a {
	color: #0000FF;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration : none;
}

/* Usefull Settings */

div.horizontalline {
	display: block;
	height: 1px;
	font: 1px/1px sans-serif;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color:#0000CC;
}
.nospace {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.clearing {
	display: block;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Text Settings */

p,h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 10px;
	padding: 0px; 
}
p {
	font-size: 12px;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
.verylarge {
	font-size: 200%;
}
.extralarge {
	font-size: 150%;
}
.large {
	font-size: 120%;
}
.small {
	font-size: 90%;
}
.extrasmall {
	font-size: 70%;
}
.verysmall {
	font-size: 50%;
}
.warning {
	color: #FF0000;
}
.highlight {
	color: #00FFFF;
}

/* Menu Settings */

/* Right Links */

#rightcontent ul {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#rightcontent li {
	margin:0px;
	padding:0px;
	border-left:0px solid #CCCCCC;
}
#rightcontent div.header {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:20px;
	margin-bottom:5px;
	font-weight:bold;
	background:#FFFFFF;
	color:#13498F;
}
#rightcontent ul li a {
	display:block;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#999999;
	border-left:1px solid #999999;
	padding-left:5px;
	padding-right:30px;
	padding-top:5px;
	margin-top:5px;
	width:150px;
	height:auto;
}
#rightcontent ul li a:hover {
	color:#FF0000;
}

/* Footer Links */

#footercontent ul {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:25px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#footercontent li {
	margin:0px;
	padding:0px;
	border-left:0px solid #CCCCCC;
}

/* Left Links */

#leftcontent div.header {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:20px;
	margin-bottom:5px;
	font-weight:bold;
	background:#FFFFFF;
	color:#13498F;
}
#leftcontent ul.menu {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#leftcontent ul.submenu {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF;
	margin-left:0px;
	margin-bottom:10px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(images/spacer.gif);
}
#leftcontent ul li {
	margin:0px;
	padding:0px;
	border-left:0px solid #FFFFFF;
}
#leftcontent ul li a {
	display:block;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#999999;
	border-left:1px solid #999999;
	padding-left:5px;
	padding-top:5px;
	width:140px;
	height:auto;
}
#leftcontent ul li a:hover {
	color:#FF0000;
}
#leftcontent ul li.selected a {
	font-weight:bold;
	color:#000000;
}
#leftcontent ul li ul li a {
	color:#CCCCCC;
}
#leftcontent ul.submenu ul.submenu {
	margin-bottom:0px;
}
#leftcontent ul.submenu ul.submenu li a {
	padding-left:10px;
	font-weight:100;
}
#headercontent a {
	color:#999999;
	font-weight:bold;
}
#headercontent a:hover {
	color:#FF0000;
	font-weight:bold;
}

/* Website Settings */

.pagetitle {
	font-size:300%;
	color:#06A3B4;
}
.inputbox {
}
.button {
	background-color:#06A3B4;
	color:#FFFFFF;
}

/******************************** Fat Frog Logo *********************************/

#fatfrog {
	text-indent: -9999px;
	width: 150px;
	height: 26px;
	margin-left: 350px;
	background: transparent url(/images/fatfrog.gif) top center no-repeat;
}
#fatfrog a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
}

