﻿/**** Imports ****/
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	background: url(../images/back.gif) repeat-x top #D7DDCF; 
	font-family:Georgia,'Times New Roman',serif;
	font-size:80%;
	line-height:165%;
	color:#333 !important;
	text-align:center;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
letter-spacing:1px;
width:95%;
font:600 190%/140% Tahoma, Geneva, sans-serif !important;
margin:15px 0 15px 0 !important;
border-bottom:solid 2px #999 !important;

}
 
h2 {
letter-spacing:1px;
width:95%;
font:600 170%/140% Tahoma, Geneva, sans-serif !important;
margin:15px 0 15px 0 !important;
border-bottom:solid 2px #999 !important;
}
 
h3 {
font:140% Tahoma, Geneva, sans-serif;
font-weight:bold !important;
margin:10px 0 5px 0 !important;
}

h3.inline {
font:900 105% Tahoma, Geneva, sans-serif;
display:inline;
}

h4 {
font:11px Tahoma, Geneva, sans-serif;
font-weight:bold;
}

 
p, ul, ol, div.paragraph{
margin:0;
padding:0 0 15px 0 !important;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/
 
a, a:visited {
}

a, a:visited {
	color:#0066CC;
	text-decoration:underline; 
	}

a:hover{
	color:#339900;
	text-decoration:none; 
	}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.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:bolder; font-size:105%; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 15px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0 !important; }
.noindent      { margin-left:0;padding-left:0; }





.nobullet li{ 
	list-style:none;
	list-style-image:none; 
	padding:2px 0 2px 0px;
	}
	
.bullet li{ 
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding:2px 0 2px 20px;
	list-style-type:none;
	}

/**** Clearfix ****/

.clearfix {
display:block;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}

* html .clearfix {
height:1%;
}

