@charset "utf-8";
/* CSS Document */
body {
/*margin: 0px;*/
font: 10pt Helvetica;
background-color:#ffffff;
margin:30px auto 0;
width: 1024px;
}

.top{
	height:60px;
}
img.logo{
width: 200px;
}



/********************** NAVIGATION ***************************/

.tagstyle_small 
{
  text-decoration:none;
  font-size:small;
}

.tagstyle_medium 
{
  text-decoration: none;
  font-size: medium;
}

.tagstyle_large 
{
  text-decoration: none;
  font-size: large;
}



/********************** NAVIGATION ***************************/
.topnav{

border-bottom:solid 1px #f06721;
border-top:solid 1px #f06721;
	width:994px;
 height:44px;
 margin:0;
}

.topnav li{
list-style-type: none;
	display: inline;
}
ul.topnav li a{
	color: #5c5c5c;
	padding:10px 20px 0 20px;
	text-decoration: none;
	float: left;
	text-align: bottom;
}
 ul.topnav li a.selected,  ul.topnav li a.active:visited {
	border-bottom: 4px solid #f06721;
	color: #000;
	}

  ul.topnav li a:hover
  {
color: #000;
  }
  
  /******************************************************/
  
.left-column{
float: left;
width: 400px;
margin: 0 auto;

}
  .long-column{
float: center;
width: 600px;
margin:10px auto;
text-align:left;

}
.right-column{
width: 450px;
float: right;
margin: 0 auto;
text-align:left;
padding-right:50px;
}


img.left{
 float: left; 
    margin-right: 30px; 
	margin-left:50px;
 border:solid thin;
} 

.main{
	padding-top:10px;	
}
.box {
 padding:10px; 
}

.box1 {
 padding:20px;
 padding-bottom: 25px
}

.ulNews {
list-style-image: url(images/bullet.gif);
}
.news {
font-size : 12pt;
list-style-image: url(images/bullet.gif);
}

/************ FOOTER ***********/
 .wrapper {
     min-height: 100%;
     height: auto;
     height: 100%;
     margin: 0 auto -1em;
 }
 
 .footer, .push {
     height: 6em;
 }
 
 .push1{
 height:auto;
 }
 .container{
 height:30px;
  border-bottom:solid 1px #000;
	border-top:solid 1px #000;
 }

p.right
{
	text-align: right;
	font-color: #000;
	font-weight:bold;
	font-size: 9pt;
	padding-right:25px;
		padding-top:5px;
	
}

a.foot
{
	text-decoration: none;
	color: #000;
	padding: 10px 10px 0 10px;
	border-left: solid 1px;
	
}

/*
a
{
	color: #000;
	
}
*/

/*****************BOXES**************/

.tagmain{
margin:30px auto 2px auto;
width: 1024px;
background-color:#d8edf4;

}

.tagt {background: url(images/tagdot.gif) 0 0 repeat-x;}
.tagb {background: url(images/tagdot.gif) 0 100% repeat-x}
.tagl {background: url(images/tagdot.gif) 0 0 repeat-y}
.tagr {background: url(images/tagdot.gif) 100% 0 repeat-y}
.tagbl {background: url(images/tagbl.gif) 0 100% no-repeat}
.tagbr {background: url(images/tagbr.gif) 100% 100% no-repeat}
.tagtl {background: url(images/tagtl.gif) 0 0 no-repeat
}
.tagtr {background: url(images/tagtr.gif) 100% 0 no-repeat; padding:1px;} 

p.tag{
text-align: center;
	font-color: #000;
	font-weight:bold;
	font-size: 14pt;
	padding-left: 10px;
}

.boxLeft{
margin:10px auto 10px auto;
width: 400px;
margin-left:0;
float: left; 
}


.boxCenter{
margin:10px auto 10px auto;
width: 600px;
margin-left:0;
float: center; 
}

.boxRight{
margin:10px 0 10px auto;
width: 600px;
float: right ; 
}


.boxInherit{
margin:10px 0 10px auto;
width: 600px;
float: inherit; 
}


.t {background: url(images/dot.gif) 0 0 repeat-x;

}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat
}
.tl {background: url(images/tl.gif) 0 0 no-repeat
}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:5px;
} 

.boxHead{

font-size: 12pt;
 background-color: #f06721;
 text-align: center;
 font-weight:bold;
}

.boxFoot{

font-size: 10pt;
border-top: solid 1px #f06721;
 text-align: right;
 font-weight:bold;
 padding: 5px 20px;
}

p.boxMain{
text-align: left;
	font-color: #000;
	font-weight:bold;
	font-size: 9pt;
	padding: 10px;
}

.sqHead{

 text-align: center;
 font-weight:bold;
 border-bottom: solid 1px #f06721;
 padding:3px;
}

.sqboxleft {
  border: 1px solid #f06721;
  float:left;
  padding: 0;
  width: 47%;
}

.sqboxright {
  border: 1px solid #f06721;
  float:right;
  padding: 0;
  width: 47%;
}