*{
    color: #000000 !important;
}

body{
    font-family: Georgia, Helvetica, Arial, sans-serif;
    font-size: 87%;
    line-height: 1.4em;
}

h1{
    color: #00639c;
    font-size: 220%;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4em;
}

h2{
    font-size: 150%;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4em;
}

a{
    color: #00639c;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
}

a:hover{
    text-decoration: none;
}

#wrapper{
    height: 100%;
    min-width: 800px;
    margin: 30px 40px 50px 60px;
}

#header,
#contentWrapper,
#footer{
    width: 100%;
}

#header{
    padding-bottom: 150px;
}

#footer{
	color: #bbbbbb;
	padding-top: 180px;
}

#footerContainer{
    float: left;
	width: 600px;
    padding-bottom: 50px;
}

#footerContainerAd{
    float: right;
    width: 200px;
    padding-bottom: 50px;
}

#contentWrapperFull{
    min-height: 250px;
}

#contentWrapper h1,
#contentWrapper h2,
#contentWrapperFull h1{
	border-bottom: 1px solid #bbbbbb;
    margin-bottom: 5px;
}

#newsContainer{
    float: right;
    width: 415px;
}

#articlesWrapper{
    float: left;
    margin-right: -55%;
    width: 100%;
}

#articlesContainer{
    margin-right: 55%;
    z-index: 5;
}

#articlesContainerFull{

}

#headerLeft{
    float: left;
}

#headerRight{
    float: right;
}

#logo{
    background: url('../images/logo.png') no-repeat;
    height: 90px;
    width: 211px;
	display: block;
}

#searchInput span{
	color: #cccccc;
	font-style: italic;
	padding-right: 10px;
}

#searchInput input{
    border: 1px solid #cccccc;
    color: #cccccc;
    font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-size: 100%;
    width: 200px;
    padding: 3px 5px 3px 5px;
    margin-right: 50px;
}

.archiveLink{
	padding-bottom: 50px;
}

.archiveLink a{
	font-size: 120%;
}

.archiveLink span{
	color: #aaaaaa;
	font-style: italic;
}

.archiveContainer{
    -moz-box-shadow: 5px 5px 10px #aaaaaa;
    -webkit-box-shadow: 5px 5px 10px #aaaaaa;
    background: #ffffff;
    position: absolute;
    width: 340px;
    height: 90px;
    display: block;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    top: 260px;
    z-index: 10;
}

.archiveContainer a{
    margin-right: 35px;
    line-height: 2em;
    text-decoration: underline;
    border: 0;
}

.archiveContainer a:hover,
.newsContainer a:hover{
    text-decoration: none;
}

#archiveDater{
    margin: 100px 0;
    text-align: center;
}

#archiveDater span{
    margin: 0 20px 0 20px;
}

#archiveDater span a{
    color: #CC0000;
    font-size: 300%;
    border-bottom: 2px dotted;
    text-decoration: none;
}

#archiveDater span a:hover{
    border-bottom: 0;
}

#archiveDaterLeft{
    float: left;
}

#archiveDaterRight{
    float: right;
}

#archiveDaterLeft a,
#archiveDaterRight a{
    font-size: 180%;
}

#archiveCounter{
    font-size: 150%;
    font-style: italic;
    margin-bottom: 40px;
    position: relative;
}

#articlesArchive,
#newsArchive{
    display: none;
}

#ajaxLoader{
    background: url('../images/ajaxLoader.gif') no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    left: 340px;
    top: -16px;
    visibility: hidden;
}

.article{
    margin-bottom: 85px;
}

.articleArchive{
    margin-bottom: 35px;
}

.news{

}

.linkDashed a{
    border-bottom: 1px dotted;
    text-decoration: none;
}

.linkDashed a:hover{
    border-bottom: 0px;
}

.linkTop{
    float: right;
}

.linkMain{
    margin-bottom: 20px;
}

.article a,
.news a{
    font-size: 90%;
}

.article a:hover,
.news a:hover{
    text-decoration: none;
}

.articleTitle a,
.newsTitle a{
    color: #000000;
    font-size: 140%;
    font-style: normal;
}

.articleTitle .articleTitleCategory{
    font-size: 120%;
}

.articleText{
	line-height: 1.8em;
    margin: 15px 16px 20px 0px;
}

.newsText{
	line-height: 1.8em;
    margin: -5px 16px 20px 0px;
}

.articleText p{
	margin-bottom: 20px;
}

.articleText strong,
.newsText strong{
    font-weight: normal;
    font-style: italic;
}

.articleSpace{
	float: left;
	background: #cccccc;
	width: 40px;
	height: 10px;
}


.articleReadMore,
.newsReadMore{
    margin-top: 5px;
}

.articleLine{
    border-top: 1px solid #bbbbbb;
    margin-bottom: 5px;
}

.articleInformation,
.articleInformationHeader,
.newsDateMonth{
    color: #aaaaaa;
    font-size: 87%;
    font-style: italic;
}

.articleInformationHeader{
	margin-bottom: 40px;
}

.articleDate{
    float: left;
}

.articleDateView{
	border-top:1px solid #BBBBBB;
	margin-top:5px;
    float: left;
	width: 100%;
}

.articleAuthor{
    float: right;
}

.newsDate{
    float: left;
    width: 50px;
	padding-bottom: 3px;
    margin-top: -10px;
}

.newsDateNumber{
    color: #cc0000;
    font-size: 200%;
    font-style: italic;
    line-height: 1.4em;
}

.newsTextWrapper{
    float: right;
    margin-left: -70px;
    width: 100%;
}

.newsTextContainer{
    margin-left: 70px;
}

.bannerIndex1,
.bannerIndex2{
    background: #dddddd;
    border: 1px solid #cccccc;
    width: 260px;
    height: 200px;
    display: block;
    margin: 40px 0 40px 70px;
	cursor: pointer;
}

.bannerHeaderClean{
    background: #dddddd;
    border: 1px solid #cccccc;
    height: 80px;
    display: block;
}
 
.bannerHeader{
    background: #ed1e26;
    height: 60px;
    display: block;
}

#bannerHeaderHide{
    font-size: 12px;
    font-style: normal;
    margin-right: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.bannerHeader,
.bannerIndex1,
.bannerIndex2{
    text-align: center;
    font-size: 180%;
	font-style: normal;
    font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

.bannerHeader span{
	position: relative;
	top: 25px;
}

.bannerIndex1 span,
.bannerIndex2 span{
	position: relative;
	top: 90px;
	text-decoration: none;
}

#klinks{
	background: #eeeeee;
	padding: 10px;
	width: 260px;
	margin-left: 70px;
	margin-bottom: 50px;
}

#klinks p{
	margin-bottom: 10px;
}

#photoReport{
    width: 100%;
}

.photo{
    width: 100px;
    height: 66px;
    padding: 10px;
    float: left;
    border: 1px solid #ffffff;
}

.photo:hover{
    border: 1px solid #bbbbbb;
}