/**************************************************************************************************
******************************************** Font Styles ******************************************
**************************************************************************************************/

h1 {
color: #7e3389;
font-size:1.7em;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
color: #5f889e;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
}

#content ul {
margin-left: 1.5em;
}

div#footer ul
{
	list-style: none;
}
div#footer ul li
{
	display: inline;
}

/* ---------------- Defaults --------------------- */

.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* ---------------- Forms ------------------------ */

#contactform label b {
float:left;
width:25%;
}

div.separator {
height:5px;
}

input.image {
margin: 5px 0 0 25%;
}

span.form_data input, span.form_data textarea{
width:50%;
}