body, td, th, .bod, font, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
    color: #343434;
    font-weight: normal;
}
h2 {
  line-height: 14px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999999;
}
body {
	background-color: #DEE9EF;
}

b, strong {
    font-weight: bold;
}

img {
    border:0;
}

a:link, a:active, a:visited {
    color: #3B5998;
}

a:hover,
.headernav a:hover,
.footer a:hover {
    color: #3B5998;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.lf { float: left; }
.rf { float: right; }
.cf {
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0px;
    clear: both;
}


/* COLUMNS */

#header {
	background:#DEE9EF url(img/header_bg_blue.png) repeat-x;
	width: 100%;
	height: 90px;
	text-align: center;
}

#content {
    width: 100%;
    background: transparent url(./img/tile_content.jpg) repeat-x top center;
}

#content-in {
    margin: 0 auto;
    width: 820px;
	
}
.sidebar {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	float:right;
	width: 170px;
	padding:5px 5px 50px 10px;
	background:#FFF;
	height: 100%;
	margin-bottom:10px;
}

.content-pad {
	padding: 10px 20px 80px 15px;
}


/* NAV */

.headernav {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin:0 auto;
	border:2px solid #C6CFD4;
	width:790px;
	background:#FFFFFF;
	height: 25px;
	padding:3px 0px 0px 35px;
	color:#3B5998;
}

.headernav a {
 color:#3B5998;
 font-weight:bold;
}

.headernav a:hover {
	text-decoration:underline;
    color: #3B5998;
}
.headernav a.navsel {
    text-decoration: none !Important;
    color: #3B5998 !Important;
}
.headernav li {
    float: left;
    margin-right: 6px;
    line-height: 25px;
    font-size: 14px;
}

.anayazi {
padding-bottom:15px;
padding-left:12px;
}
/* TEXT */

h1 {
    font-size: 14px;
    color: #2a4d90;
    line-height: 17px;
    margin: 0 35px 2px 0px;
	font-weight:bold;
	text-decoration:underline;
}


h3 {
    font-size: 11px;
    color: #b3b3b3;
    margin-bottom: 10px;
    margin-top: -3px;
}


.introduction {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	font-size: 14px;
	padding: 10px 15px 0 10px;
	float: left;
	width: 570px;
	background-color: #FFF;
	margin-bottom:5px;

}
.introduction img{
	background:#F6F6F6;
	padding:5px;
	border:1px solid #DDDDDD;
}


/* FOOTER */

.footer {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #a9a6a6;
	width:840px;
	clear:both;
	margin:25px 0 0 0;
	border:2px solid #C6CFD4;
	background:#FFFFFF;

}

.footer a {
    color: #9db2c8;
}

.sponsor {
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:4px;
	padding-left:5px;
}
