/* CSS Document */
*{margin:0px;padding:0px}
 
 
body {
background-image:url(images/main_back.gif);
background-repeat:repeat-x;
font-family:"Times New Roman", Times, serif;
}
 
 
#invis { 
width: 700px;
margin: 0px auto 0 auto;
}
 
 
/* Container */ 
#container {
background-color: #ffffff;
width: 650px;
margin: 105px auto 0 auto;
border: solid 2px #000000;
}
/* Container */  

/* Header */
#header {
background-color: #ffffff;
width: 640px;
height: 140px;
margin-top: 5px;
margin-left: 5px;
}

* html #header {
margin-top: 5px;
margin-bottom: -150px;
}

.head {
background: url(images/header.jpg);
background-repeat:no-repeat;
width: 640px;
height: 140px;
position: relative;
top: 0px;
left: 0px;
z-index: 2;
}

#header .balloon {
background:url(ballon.png);
background-repeat: no-repeat;
behavior: url(iepngfix.htc);
height: 140px;
width: 140px;
position: relative;
top: -255px;
left: 595px;
z-index: 1;
}
 
#headernav {
float: left;
list-style: none;
margin-top: -2px;
margin-bottom: 3px;
margin-left: 0px;
width: 650px;
background-color: #fffff;
}
 

/* End Header */
 
#content {
width: 650px;
margin-top: 2px;
margin-right: 0px;
margin-left: 0px;
font-size: 12px;
padding: 0px;
}
 
/* Begin Main */ 
#main {
background-image:url(images/dashed.gif);
background-repeat:repeat-y;
color: #fffff; 
margin: 15px 4px 5px 4px; 
padding:0px; 
}



/* End Main */ 
  
  /* Left Column */
#lcolumn {
color:#000000; 
margin:0px 1px 5px 5px;
padding:0px; 
width:180px; 
float:left;
}

#lcolumn ul {
list-style: none;
padding: 5px;                                        
}

#lcolumn li {
margin: 0 auto; 
font-size: 1.2em;
}

#lcolumn a:link {
color: #000000;
text-decoration: none;
}

#lcolumn a:visited {
color: #000000;
text-decoration: none;
}

#lcolumn a:hover {
color: #000000;
text-decoration: underline;
}

#lcolumn a:active {
color: #000000;
text-decoration: none;
}

 /* End Left Column */
 
 /* Right Column */
#rcolumn {
color:#000000; 
margin:0px 5px 5px 1px; 
padding:0px; 
width:420px; 
float:right;
}

#rcolumn a:link {
color: #000000;
text-decoration: none;
}

#rcolumn a:visited {
color: #000000;
text-decoration: none;
}

#rcolumn a:hover {
color: #000000;
text-decoration: underline;
}

#rcolumn a:active {
color: #000000;
text-decoration: none;
}

#rcolumn ul {
list-style: disc;
padding: 5px;                                        
}

#rcolumn li {
margin: 0 auto 0 25px; 
font-size: 1.2em;
}

#rcolumn ul li ul {
font-size: 0.8em;
}

 /* End Right Column */
 
/* End Special Menu Setup */

#ccolumn {
background-color:#f5f4d6; 
color:#000000; 
margin:0px auto 5px auto; 
padding:0px; 
width:340px; 
overflow: none;
}

/* Footer Properties */ 
#footer {
background-image:url(images/footer.gif);
background-repeat: none;
width: 640px;
height: 90px;
clear: both;
background-color: #3277b8;
margin-left: 5px;
margin-bottom: 5px;
}
 
#footer p {
font-size: 0.7em;
color: #ffffff;
margin-top: 5px;
padding: 30px 10px 9px 10px;
}

#footer a:link {
color: #ffffff;
text-decoration: none;
}

#footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

#footer a:active {
color: #ffffff;
text-decoration: none;
}

.linker a:link {
color: #3277b8;
text-decoration: underline;	
}

.linker a:visited {
color: #3277b8;
text-decoration: none;	
}

.linker a:hover {
color: #3277b8;
text-decoration: underline;	
}

.linker a:active {
color: #3277b8;
text-decoration: none;	
}

.bluey {
color: #367dc1;	
}
/* End Footer Properties */  

.balloon {
background:url(images/ballon.png);
background-repeat:no-repeat;
height: 170px;
width: 170px;
position: relative;
top: 50px;
left: 1000px;
z-index: -1;
}

h4 {
font-size: 1.6em;
color: #000000;
}

h5 {
font-size: 1.4em;
color: #000000;
padding: 2px;
}

p {
padding: 2px;
font-size: 1.2em;
} 

 
 /* Image & Float Properties */
.clear {
clear: both;
}

#thumb {
float: left;
width: 167px;
margin: 0px 0px 15px 5px;
}

.image {
float: left;
margin: 0;
padding: 5px;
} 

img {
border: 0px;
} 
/* End Image & Float Properties */

/* Contact Form */


/* End Contact Form */

