﻿/* the default spacing on headings does not match nor align with
normal interline spacing at all, so lets get rid of it. */
/* zero out the spacing around pre, form, body, html as well */
img, ul,ol,li,pre,form,body,html, * { margin:0; padding:0; outline: none;}
body {
  font-family: Arial;
  background: url('images/body-back.jpg') repeat-y top center;
}

img {
	border: 0px solid black;
	}

h1 h2 h3 {
  margin: 0px;  
  font-family: Arial;
  font-size: 20px;
  padding-top:5px;
  padding-bottom:5px;
  }


p {
    font-size: 12px;
    padding-bottom:10px;
    padding-left:10px;
}

li {
  list-style-type: disc;
  list-style-position: inside;
  }

a {
	margin: 0px;
	padding: 0px;
	
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
	border: 0px solid #000;
	color:Blue;
	}
	
a:hover {
	color: #64a7eb;
	background: transparent;
	border: 0px solid #000;
	}

#main_wrap {
  margin: 0 auto;
  padding: 0px;
  width: 970px;
  border: 0px solid black;

}

#header {
  margin: 0px;  
  padding: 0px;
  height: 105px;
  background: White url(../images/header.png) no-repeat top left;
  border: 0px solid black;
}

.threecol {
	padding-left:50px;
	font-size:12px;
	font-weight:normal;
}
.navigation-wrap {
  height:25px;
  background: #364558 url('images/menu-background.png') no-repeat top left;
  border: 0px solid black;
}

.menu {
    margin: 0px;
    padding: 0px;
    height: 25px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #284E98; 
  }

.menu a {
    margin: 0px 20px 0px 20px;
    padding: 0px;
    height: 25px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: white; 
  } 

.menu a:hover {
    margin: 0px 20px 0px 20px;
    padding: 0px;
    height: 25px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: Red;
    text-decoration: none;
  } 

.menuItem {
  text-align:center;
  border-right: 1px solid black;
  color: white;
}

.menuItem a {
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
	background: transparent;
	border: 2px solid #000;
	}

#content_wrap {
  padding: 0px;
  margin: 0px;
  width: 690px;
  float: left;
  border: 0px solid orange;
  padding-left:5px;
  padding-right:5px;
}

.sidebar {
  padding: 0px;
  margin: 0px;
  width: 249px;
  float: right;
  background-color:White;
  border: 0px solid black;
}
#footer {
  height: 105px;
  border: 0px solid black;
  text-align: center;
  font-size: 10px;
  background: url('images/footer.jpg') no-repeat bottom center;
  clear: both;
}
.DynamicHoverStyle
{
    background-color: white;
    color:Black;
}
.DynamicMenuItemStyle
{
    width: 153px;
    height:23px;
    padding-left: 3px;
    background-color:White;
    color:Black;
    text-decoration:none;
    border: 1px solid #B2D9D9;
    text-align:left;
    font-size:12px;
}
.StaticHoverStyle
{
	height:23px;
    color: #494949;
    text-decoration: none;
    border-right: 0px solid #DADADA;
    background: url(../images/chromebg-over.gif) center center repeat-x;
}
.adjustedZIndex { z-index: 100; }
.anormal-arial11 {
	font-family:Arial;
	font-size:12px;
	text-align:left;

}

.bullets {
	padding-left:35px;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	margin-top: 0;
	margin-bottom: 0;

}