
html,body {
height:100%;
text-align:center;
}

#body {
		background-color: #b7d4e2;
		margin: 0px 0px 20px 0px;
		font-family: Trebuchet MS, Verdana, Arial, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
		color:#202020;
		font-size: 13px;
}

#wrap {
		width:780px;
		margin: 0 auto;
		background-color: #ffffff;
		padding: 3px;
		text-align: left;
		min-height:100%;
}

#header {
		width:750px;
		height:100px;
		margin: 5px 0px 0px 5px;
		background-image: url(../images/header.gif);
 		padding: 0px 10px 0px 10px;
 		background-color: #fff;
 		text-align:left;
}

#footer {
		clear:both;
		width:710px;
		border-top:1px dotted #ccc;
		margin: 0px 0px 5px 5px;
		padding: 10px 0px 5px 50px;
		color: #666;
		font-size: 11px;
		text-align: left;
}

#content {
		width:750px;
		margin: 0;
		padding: 0px;
}

.normal_column {
		margin: 0;
		padding-left: 10px;
        float: left;

}

#top_image {
		margin: 15px 0px 0px 7px;
 		padding: 0;
}


P {
        margin: 6px 0 10px 0;
        line-height: 1.3em;
        padding: 0;
}
h1 {
        font-family: Trebuchet MS, Arial, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
        font-size: 22px;
        font-weight: normal;
        color: #202020; margin: 20px 0px 0px 0px;
}
h2 {
        font-family: Trebuchet MS, Arial, Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 17px; font-weight: normal; color: #ff6600; margin: 20px 0px 0px 0px;
}
h3 {
        font-family: Trebuchet MS, Arial, Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 15px; font-style:italic; color: #404040; margin: 6px 0px 15px 0px;  font-weight: normal; line-height: 1.3em;
}


a {
        color: #105090;
        text-decoration: none;
}
a:visited { color:#105090; text-decoration: none;  }
a:hover, a:visited:hover { color:#A04040;}
.normal_column {
		border-left:dashed 1px #ccc;
}

.normal_column a:hover, .normal_column a:visited:hover {
        color:#f60;
        background: #fc6;
        border-bottom: 1px dotted #f60;
}

img {border-style:none;}

td
{
		background:#F9F9F9;
		border-style: solid;
		border-color: #EFEFEF;
		border-top-width: 0px;
		border-right-width: 4px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		vertical-align: top;
}

#navTop {
		width:770px;
		height: 42px;
		margin: 0 auto 0 auto;
		padding: 0px 0px 10px 0px;
		background-image:url(../images/navigation_bg.gif);
		background-repeat : no-repeat;
}

#navTop ul {
		margin:1px 0px 0px 2px;
		padding: 0px;
 		list-style:none;
}

#navTop ul li {
		float:left;
		margin:0px 1px 0px 1px;
		padding:0px 0px 0px 0px;
		display: block;
}

#navTop ul li a {
  		float:left;
  		display:block;
  		margin:0;
  		padding:11px 20px 10px 20px;
  		font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif, Verdana;
  		text-decoration:none;
		color: #606060;
 		font-size: 12px;
  		font-weight: bold;
  		margin:0;
  }

 #navTop ul li a:hover{
		background-color: #f9f9f9;
		color:#3383cd;
		border-top:solid 1px #f90;
}


#navLeft {
		display: block;
		float:left;
  		margin:0;
		padding: 20px 2px 0px 10px;
        height: 100%;
}

#navLeft ul {
	  	margin:0;
		padding: 0;
 		font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 		font-size: 11px;
		list-style: none;
		border-top:solid 1px #dedede;
}

#navLeft li a{
		display: block;
	  	margin:0;
	 	padding:6px 0px 4px 14px;
		width:161px;
		height: 16px;
		background-image: url(../images/nav_left_lev1.gif);
		background-repeat : no-repeat;
		text-decoration: none;
		color: #606060;
}

#navLeft li a:hover{
		background-image: url(../images/nav_left_lev1_over.gif);
        color: #2c71b5;
}

#navLeft li.active a{
		background-image: url(../images/nav_left_lev1_over.gif);
  		font-weight: bold;
}


