html {
        overflow-y: scroll;
}

body  {
		margin:0px 0px; padding:0px;
		text-align:center;
		font-family: Verdana, Tahoma, Arial, sans-serif;
}
	
#wrapper{
		position:relative;
		z-index:2;
		width:1000px;
		margin:0px auto;
		text-align:left;
		padding: 0 100px;
		color: #8e8d8d;
}

#top {  
		height:247px;
		width:1007px;
}

#logo {
		height:247px;
		text-align:left;
		float:left;
		width: 745px;
margin: 37px 0 0 0;
}

#logo IMG {
}

#login {
		float:right;
		padding-top:5px;
		padding-left:30px;
		padding-right:50px;
		width:200px;
		position:relative; bottom:60px;
		background-color: #F0F0F0;
		text-align:left;
}

#login h2 {
		color: #6B6A6A;
		font-size:13pt;
		font-weight:normal;
		letter-spacing:1px;
}


#login INPUT {
        font-weight:bold;
        color:#2B2000;
        width:190px;
        border: solid 1px #B3B3B3;
        margin-top:10px;
        padding:4px;
        background-color:#f7f7f7;
}

#login LABEL, #login SPAN {
        padding-top:4px;
        font-size:0.8em;
        color:#252525;
        float:right;
        vertical-align:middle;
}

#login A {
        color:#252525;
        text-decoration:none;
}


#login A:hover {
        color:#ffa200;
        text-decoration:none;
}

#submitbutton {
        position: absolute; 
        width: 1px; 
        height: 1px; 
        left: -9999px;
}

#topright {     
		float:right;
		width:400px;
}

#top-background {
		background-color:#C0C0C0;
		z-index:1;
		position:absolute; 
		top:0; 
		left:0; 
		width:50%; 
		height:180px;
}

#top-right {
float: right;
}

#content {
		padding: 0 0 0 8px;
		float:left;
		width:1000px;
}

#content A {
		text-decoration:underline;
color: #8e8d8d;
}

#content A:HOVER {
}

#content h1 {
		padding-top:10px;
		font-weight:normal;
		font-size:13pt;
}

#content ul {
       list-style-image:url("../images/list_image.png");
       list-style-type:round;
}

#content li {
	    padding-bottom:10px;
}

#topmenu {
	float: left;
	clear: both;
	width: 100%;
}

#topmenu ul.menu {
		font-size:11pt;
		line-height: 20px;
		float:left;
		list-style-type: none;
		padding-top:30px;
		color: #f98615;
		margin: 0;
		padding: 0;
		list-style-image: none;
		text-transform: uppercase;
-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#topmenu ul.menu li {
		float:left;
		padding: 0 25px;
		border-right: 1px solid #8E8D8D;
}

#topmenu A {
		color: #f98615;
		text-decoration:none;
		display: block;
		height: 20px;
		font-weight: bold;
}

#topmenu ul.menu li:first-child{
	padding: 0 25px 0 0;
}


#topmenu ul.menu li:last-child{
	padding: 0 0 0 25px;
	border-right: none;
}

#topmenu A:HOVER {
		color: #8e8d8d;
}


#topmenu .active A{
		color: #8e8d8d;
}
.blog {
	margin: 0 0 0 -4px;
}