
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.wrapper{
	width: 960px;
	margin: auto;
}
.header{
	background-image: url(../imgs/header_back_rep.gif);
	background-repeat: repeat-x;
}
.nav{
	text-transform: uppercase;
}
.topNav{

}
.mainCont{
	padding: 20px;
}
.mainCont a{
	color: #000000;
}
.mainCont a:hover{
	color: #FF0000;
}
.breadcrumb a{
	color: #000000;
}
.breadcrumb a:hover{
	color: #FF0000;
}
.textCont{
	float: left;
	width: 375px;
	padding: 0px 20px;
	font-size: 67%;
	line-height: 1.8em;
}
.textCont02{
	float: left;
	width: 185px;
	padding: 0px 20px;
	font-size: 67%;
	line-height: 1.8em;
}
.textCont03{
	float: left;
	width: 30%;
	padding: 0px 20px;
	font-size: 67%;
	line-height: 1.8em;
}
.picCont{
	float: right;
}
.footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00427A;
	padding-top: 5px;
	margin-top: 10px;
	font-size: 60%;
}
.clear{
	clear:both
}

.logo{
	float: left;
}

.btn_currentIssue{
	float: right;
}

/*-----------------sliding doors nav-----*/

    .nav {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  padding: 5px 23px 15px 12px;
      }
    .nav ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    .nav li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(../imgs/nav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    .nav a {
      display:block;
      background:url(../imgs/nav_right.gif) no-repeat right top;
      padding:6px 12px 15px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#00427A;
	  margin-right: 20px;
	  font-size: 75%;

      }
    .nav a:hover {
      color:#B01116;
      }
/*-----------------sliding doors nav END-----*/


.leftNav{
	background-image: url(../imgs/nav_left_back.gif);
	background-repeat: repeat-x;
	width: 125px;
	text-transform: uppercase;
	padding-bottom: 50px;
	float: left;
}
.leftNav a{
	padding: 10px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 53%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.largePicCont{
	float: right;
}
.backIssueCont{
	float: left;
	width: 85%;
	margin-left: 10px;
}
.issueCont{
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.issueTitle{
	font-size: 70%;
}
.contactCont{
	float: left;
	font-size: 67%;
	line-height: 1.8em;
	width: 50%;
	background-color: #D7E1E7;
}
.contactInt{
	padding: 30px;
}
.nw{
	float: left;
}
.ne{
	float: right;
}
.sw{
	float: left;
}
.se{
	float: right;
}
.breadcrumb{
	font-size: 60%;
	padding-left: 20px;
}