html,body,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {outline: 0;}

img {vertical-align:middle; outline:0}

html {
	height: 100%;
}

body {
	font:normal 12px Helvetica, Arial, Tahoma;
	background-color:#ffffff;
}

input {
	font:normal 12px Helvetica, Arial, Tahoma;
	background-color:#ffffff;
}


select, textarea {
	font:normal 12px Helvetica, Arial, Tahoma;
	background-color:#ffffff;
}

html,
body {
   min-height:100%;
   margin:0;
   padding:0;
   height:100%;
}

body {
    margin: 0 auto;
    padding: 0;
    min-width: 1100px;
}
img {
    border: 0px;
}
a, a:active, a:visited {
	color:#333;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.1;
    text-decoration: underline;
}
a:hover {
     text-decoration: none;
}
.clear {
    clear: both;
    height: 1px;
}
#wrapper {
    margin-top: 5px;
}
#top {
    height: 150px;
}
#top-left {
    height: 150px;
    width: 125px;
    float: left;
}
#top-logo {
    height: 150px;
    text-align: center;
}
#top-right {
    height: 150px;
    width: 150px;
    float: right;
}
#menu-left {
    margin: 40px 10px;
}

#menu-left ul {
    margin: 0px;
    padding: 0px;
}
#menu-left ul li {
    list-style: none;
    margin: 6px;
    height: 24px;
}
.may_9 {
    background-image: url(../images/9.png);
    background-repeat: no-repeat;
}
.contacts {
    background-image: url(../images/contacts.png);
    background-repeat: no-repeat;
}
.email {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
}
#menu-left ul li a {
    padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-decoration:underline;
}
#menu-left ul li span {
    padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#900;
}
#menu-right {
    float: right;
    margin: 40px 10px;
}
#menu-right ul {
    margin: 0px;
    padding: 0px;
}
#menu-right ul li {
    list-style: none;
    margin: 6px;
    height: 24px;
}
.home {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.map {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center right;
}
#menu-right ul li a {
    padding-right: 30px;
	width:80px;
	display:block;
    text-align: right;
	height: 24px;
	line-height:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	text-decoration:underline;
}
#content {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #E4E4C9;
    /*border: 1px solid;*/
}
#content-left {
    width: 198px;
    height:65000px;
    /*float: left;*/
    position: absolute;
    top:0px;
    left: 0px;
}
#content-center{
    margin: 0 198px;
    width: auto;
    height:99%;
    min-height:1000px;
}
#content-right {
    width: 198px;
    height:65000px;
    /*float: right;*/
    position: absolute;
    top:0px;
    right: 0px;
    background-image: url('../images/line.png');
}
#area {
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 5px 0px 0px 30px;
    overflow: hidden;
}
#search-area input {
    color:#666666;
    font-family: Georgia;
    font-size: 16px;
    height: 26px;
    width: 332px;
    margin-top: 5px;
	padding-left:30px;
	border:none;
}

.item{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
	margin-bottom: 30px;
	height:350px;
}

.titles{
	float:left;
	width:60%;
}
.links{
	float:right;
	width:35%;
	text-align:right;
}

.item-complete{
    margin-top: 20px;
    margin-right: 20px;
	margin-bottom: 30px;
}
.item-compact{
    margin-top: 10px;
    margin-right: 20px;
	margin-bottom: 15px;
}
.item-compact a {
	color:#000000;
    font-family: Georgia,Times New Roman, sans-serif;
    font-size: 14px;
	font-style:normal;
	margin-top:5px;
	text-decoration:underline;
}
.item-compact a:hover {
	text-decoration:none;
}
.item-title {
	color:#8b0000;
    font-family: Georgia,Times New Roman, sans-serif;
    font-size: 18px;
	margin-top:5px;
	line-height:1.0;
}
.item-subtitle {
	color:#666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.1;
}
.item-author {
	color:#333;
    font-family: Georgia,Times New Roman, sans-serif;
    font-size: 12px;
	font-style:italic;
	margin-top:5px;
}

.item-content {
    padding-top: 10px;
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.item-content img {
    float:left;
	margin: 0 15px 15px 0;
}
.item-more {
	margin:0;
	width:130px;
	height:24px;
}
.item-more a {
	background: url(../images/more.png) 0 0 no-repeat;
	display:block;
	padding-left:28px;
	width:130px;
	height:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-decoration:underline;
}

#archive-content{}
#archive-title {
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 16px;
    padding: 10px 0px 0px 20px;
    overflow: hidden;
}
#archive-area {
    /*background-image: url('../uploads/images/line.png');*/
    position: relative;
    top:-3px;
    margin-left: 1px;
	padding:15px;
}
#archive-footer {
    background-image: url('../images/footer-left.png');
    height: 43px;
}
#archive-year{
    padding: 10px 0px 0px 15px
}
.year {
    font-family: Times New Roman;
    font-size: 18px;
    color: #990000;
}
#archive-area ul {
    padding: 15px 0px 15px 0px;
    margin: 0;
}
#archive-area ul li {
    list-style: none;
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.1;
}
#archive-area ul li a {
    color: #333;
    padding: 0px;
    padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.1;
	text-decoration:underline;
}
#archive-area ul li a:hover {
	text-decoration:none;
}

.copyright {
	/*border-top: 2px solid #CCC;*/
	margin-top:20px;
	padding-top:20px;
	margin-bottom:20px;
	margin-right:30px;
	line-height: 1.2;
}

.title {
    color:#0F0D0C;
    font-family: Georgia,Times New Roman, sans-serif;
    font-size: 16px;
}
.plain{
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:normal;
}
.small {
    color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
}

ul {
	margin-top:2px;
	margin-left:20px;
	margin-bottom:0px;
	padding-left:0px
}

li {
	list-style-type:square;
}


