@charset "utf-8";
/*  PAGE DEFAULTS AND STYLES  */
body  
{
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	font-size: small;
	background: #7D0020;
	margin: 0;
	padding: 0;
	text-align: center;
}
.basicallyBalloons #container 
{ 
	width: 1000px;
	margin: 0;
	border: 1px solid #000000;
	text-align: left;
}
a:link {
	color: #FF0;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FF0;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a[href]:hover {
	color: #F99;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
}
a:active {
	color: #F99;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*  HEADER STYLES  */
.basicallyBalloons #header 
{ 
	height:190px;
	background-image:url(../images/top-bar2.jpg);
} 

/*  LEFT NAVIGATION STYLES  */
.basicallyBalloons #leftNavigation 
{
	float: left;
	width: 200px;
}

/*  BODY CONTENT STYLES  */
.basicallyBalloons #mainContent 
{ 
	margin: 0 0 0 200px;
	padding: 0 20px;
	text-align:center;
} 

h1
{
	font-family:'Comic Sans MS', cursive;
	font-weight:900;
	text-decoration:underline;
}

h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	margin-bottom:0;
}

h4
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	margin-top:0;
	text-indent:25px;
	color:#F9C;
}

li.indent
{
	margin-left: 15px;
	
}

dt
{
	font-weight:600;	
}

/*  FOOTER STYLES  */
.basicallyBalloons #footer 
{ 
	margin-left:200px;
	padding: 0 10px 0 20px;
	text-align:center;
} 
.basicallyBalloons #footer p 
{
	margin: 0;
	padding: 10px 0;
}

/*  REUSEABLE STYLES  */
.fltrt 
{
	float: right;
	margin-left: 8px;
}
.fltlft 
{
	float: left;
	margin-right: 8px;
}
.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

