/**
 *################################################################
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *################################################################
 */
/*********************************
** Default page styles
*********************************/
html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: "Bodoni MT", Papyrus, Verdana, Arial, sans-serif;
   font-size: 14px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #555555;
}
.pageBody {
   padding-top: 0px;
   padding-bottom: 10px;
   padding-left: 15px;  
   padding-right: 10px;
   font-size: 14px;
   font-weight: normal;
   border-left: 1px dotted #E55090;
   border-right: 1px dotted #E55090;
   border-bottom: 1px dotted #E55090;
   color: #555555;
   text-align: left;
}
.pageTable {
	width: 900px;
}

h1 {
   margin: 0px;
   padding: 0px;
}
h2 {
   font-size: 20px;
   text-align: left;
   margin: 0px;
   padding: 0px;
}
h3 {
   font-size: 18px;
   text-align: center;
}
h4 {
   font-size: 16px;
   text-align: center;
}
form {
   display: inline;
}
td {
   font-family: "Bodoni MT", Papyrus, Verdana, Arial, sans-serif;
   font-size: 14px;
}
INPUT {
   border: 1px dotted #82D8D5;
   background-color: #EEEEEE;
}
TEXTAREA {
   border: 1px dotted #82D8D5;
   background-color: #EEEEEE;
}

.header {
  background: darkorange;
}
/*
.logo {
  background: #FFFFFF url(/image/topSwirl.gif) top right no-repeat;
}
*/

.leftCol {
 padding-top: 10px;
 padding-bottom: 20px;
 width: 180px;
 background: dodgerblue;
}

/* EOF Default page styles*/

/******************************
** Link styles
******************************/
a {color: #008BCC; text-decoration: underline}
a:visited {color: #82D8D5; text-decoration: underline}
a:hover {color: blue; text-decoration: none}

/* EOF Link styles*/


/******************************
** Footer styles
******************************/
.footerCopy {
   font-size: 10px;
   color: #008BCC;
   text-align: center;
   padding-left: 30px;
}
.footerSep {
   color: #008BCC;
   font-weight: bold;
}
a.footerLink {color: #008BCC; text-decoration: none;}
a.footerLink:visited {color: #008BCC; text-decoration: none;}
a.footerLink:hover {color: #00B4AE; text-decoration: underline;}

/* ***** EOF Footer styles ***** */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}
.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}

.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: #aaaaaa solid 1px;
}
.strong {
  font-weight: bold;
}

.requiredStar {
  color: #ff0000;
  vertical-align: sup;
}
.contactField {
  font-weight: bold;
  text-align: right;
  width: 100px;
}

/****** Macromedia style buttons ********/
.btn {
    background: #fefefe url(/image/background_form_element.gif) repeat-x;
    border: 3px double;
    border-color: #E55090 #E55090 #E55090 #E55090;
    width: 80px;
}
.btn:hover,
.btn:focus {
 border: 3px double;
 border-color: #008BCC #008BAA #008BCC #008BAA;
}

input.btn {
    cursor: pointer !important;
    /* Used for early versions of ie. Not standard CSS */
    cursor: hand;
}
/*********************/

.mainPhoto {
   /*border-left: 10px solid #E55090;
   border-right: 10px solid #E55090;*/
   background: #E55090;
}

#padleft {
	padding-left: 20px;
}
.menu {
   padding-top: 1px;
   padding-bottom: 3px;
   background: #E55090 url('/image/menuCorner.gif') bottom left no-repeat;
   line