/*link color*/
a:link{color:#790f10; 
}
a:hover{color:#c5351c;
}
a:active{color:#c5351c;
}
a:visited {color:#7c6a55;
}

/* page framework */ 

#pagewidth{
	width: expression(document.body.clientWidth < 872? "870px" : document.body.clientWidth > 1202? "1200px" : "auto");
	min-width:860px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	position: relative;

} 
 
#header{
 position:relative; 
 height:102px; 
 width:100%;
} 
 
#leftcol{
	width:15%;
	min-width:146px;
	float:left;
	background-color:#FFFFFF;
	padding-left: 10px;
	position: absolute;
 }
 #navbar {
	position: absolute;
	width: 400px;
	left: 296px;
	top: 51px;
	 
	 }
#twocols{
	width:83%;
	min-width:714px;
	float:right;
	position:relative;
	background-color: #FFFFFF;
  }
 
#rightcol{
	width:25%;
	min-width:165px;
	float:right;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 5px;
	border-left-width: 1px;
	width:18%;
	text-align: center;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:70%;
	min-width: 530px;
  }
  
#footer{
	height:100px;
	background-color:#efeae5;
	clear:both;
	padding-top: 10px;
	background-image: url(../images/footer-bknd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 }
 #e-services{
	background-color:#FFFFFF;
	background-image: url(../images/e-svc-bknd.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	margin-right: 10px;
	border: 1px dotted #CC0033;
	padding-left: 5px;
	font-family: Tahoma, Arial, san-serif;
	font-size: x-small;
	padding-right: 4px;
 }
 
 #media{
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: right top;
	height: 150px;
	width: 100%;
	padding-bottom: 10px;
	background-image: url(../images/home-images/new_swaps-corner2.jpg);
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/** formatted text **/
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:5;
	padding:5;
	background-color: #c8c5c3;
} 
 
p{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: normal;
}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-bottom: 10px;
}

h1 {
	font-size: 21px;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #790f10;
	padding-top: 20px;
	padding-left: 20px;
} 
h2{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	clip: rect(auto,auto,auto,auto);
	width: 80%;
	padding-left: 20px;
} 
h3{
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #941A1D;
	padding-left: 20px;
} 
td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

/*styled text */
/* Styled Text */
.navbar {
	background-color: #FFF;
	background-image: url(../images/znew-rollovers/nav-bar_line-y.gif);
	background-repeat: repeat-x;
	background-position: left 11px;
	
	}
 .acrobat-list {
	list-style-image: url(../images/znew-rollovers/acrobat.gif);
	font-family: Tahoma, Arial, "sans serif";
	font-size: 12px;
	font-weight: normal;
}
.also-of-interest {
	font-style: italic;
	font-weight: bold;
}
.blue-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.bodylarge{
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
    color : #000000; 
    font-size : medium;
    font-weight: normal;
}

.bodysmall{
    font-family : Arial, Helvetica, sans-serif; 
    color : #000000; 
    font-size : xx-small;
    font-weight: normal;
}
.breadcrumb{
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a.breadcrumb{
    color: #666666;

}
a.breadcrumb:hover{		
	text-decoration: underline;

}
a.breadcrumb:active{
    color: #990000;

}
a.breadcrumb:visited{
	color: #666666;

}
.bullet-arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/red_arrow.gif);
	list-style-type: square;
}
.bullet-plain {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/arrows.gif);
}	
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
 #e-services{
	background-color:#FFFFFF;
	background-image: url(../images/e-svc-bknd.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	margin-right: 10px;
	border: 1px dotted #CC0033;
	padding-left: 5px;
	font-family: Tahoma, Arial, san-serif;
	font-size: x-small;
	padding-right: 4px;
	text-indent: 0px;
 }
 
.footer {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c453d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.footer{
	color: #4c453d;
	text-decoration: none;
}

a.footer:hover{
	color: #790f10;
	text-decoration: underline;
}
a.footer:active{
	color: #790f10;
	text-decoration: underline;
}
a.footer:visited{
	color: #4c453d;
}	
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-top: 10px;
}

.home-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
}
.news-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
}

.news-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #790f10;
}

.news-headerW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
}
.small-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.news-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.news-small-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
}
.red-bold {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small; 
    font-weight: bold; 
    color: #790f10
}
		
.sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	line-height: normal;
	list-style-position: outside;
}

a.sidenav:link {  
    color:#006699;
	text-decoration:none;
}

a.sidenav:hover {  
    background-color: #FFCC99;
	color:#000000;
}

a.sidenav:active {
    color: #990000;
    background-color: #FFCC99;
}

a.sidenav:visited {
    color: #666666;
}
.sitetools {
    font-size: xx-small; 
    font-family: Arial, Helvetica, sans-serif;		
    color: #790f10;
    font-weight: normal;
    font-style: normal
}

a.sitetools:link{
    color: #790f10; 
    text-decoration: none;
}

a.sitetools:hover  {
    color: #c5351c; 
	text-decoration:underline
}
a.sitetools:active {
    color: #c5351c;
	text-decoration:underline
}

a.sitetools:visited {
	text-decoration: none;
	color: #790f10;
}

.subhead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

.subheadsmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

.tabletext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.top-bottom-nav {
	font-family: Tahoma, Tahoma, Helvetica, sans-serif;
	font-size: 93%;
	color: #666666;
	text-decoration: none;
}
a.top-bottom-nav {
	color: #666666;
	text-decoration: none;
}
a.top-bottom-nav: hover {
	color: #FF6600;
	text-decoration: underline;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #7c6a55;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.table-shade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #efeae5;
}
.home-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  x-small;
	line-height: 22px;
	color: #666666;
}

.home-date-header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 125% ems;
	color: #990000;
	padding-top: -10px;
}

.red-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.red-text{
	color: #CC0000;
	font-weight: bold;
	
}
a.red-text:link{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;	
}
a.red-text:hover{
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;	
}

.red-text:visited{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

.table-sidehead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #fce0c7;
	font-size: 12px;
	color: #333333;
}

