/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	margin-bottom: 1px;
}


body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
}

#content {
	margin-left: 220px;
}

#footer, #push {
	height: 130px; /* #push must be the same height as #footer */
}

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 960px;
}

/* HEADER */

#header {
	background: url(img/header.jpg) no-repeat 0% 0%;
	height: 200px;
}

#header h1 {
	color: #fff;
	font-size: 272%;
	margin: 0;
	padding: 5px 0 0 120px;
}

#header h2 {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 0 120px;
}


#header h1 {
	margin: 18px 0 0 0;
}

#header h2 {
	font-size: 100%;
	margin: 0;
}

/* MENU 1 */

#tabs {
      float:left;
      width:100%;
      background:#3E3E3E;
      font-size:93%;
      line-height:normal;
	  border-bottom:25px solid #FFFFFF;
      }
    #tabs ul {
	margin:0;
	padding:15px 10px 0 0px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  font-weight: bold;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      font-weight: bold;
	  color:#000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


/* MENU 2 */

#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(img/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(img/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	background: url(img/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}

/* SIDEBAR */

.sidebar {
	margin: 0 0 18px 0;
	padding: 5px 5px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #708090;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 189%;
	color: #000;
}

h2 {
	font-size: 146.5%;
	color: #000;
	font-weight: bold;
	padding: 5px 25px;
}

h3 {
	font-size: 131%;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	padding: 5px 25px;
}

h4, h5, h6 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	padding: 5px 25px;
}

/* LINKS */

a, a:link {
	color: #85A7CA;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #228b22;
	text-decoration: none;
}

/* SITE STYLES */

body {
	background-color: #FFFFFF;
    background-image: url('img/bg.gif');
    background-repeat: repeat;
}

#wrapper {
	background-color: #fff;
}

p {
	margin-bottom: 18px;
	padding: 5px 30px;
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #85A7CA;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 1px 5px;
}

img.float_right { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #85A7CA;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 1px 5px;
}

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

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}