﻿@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0;
	font-family:Arial;
	font-size: 16px;
	background-color:#d4d0c8;
}

h2 h3 h4{
	font-size:24px;
}
/** page content**/
#page{
	width:975px;
	padding-left:200px;
}



/**header**/
#logo {
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
}
#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#logo h1 {
	font-size: 48px;
}
#logo p {
	margin-top: -4px;
	font-size: 13px;
	color: #F6F9FB;
}
#logo a {
	text-decoration: none;
	color: #F6F9FB;
}

#logo h1 a {
	text-decoration: none;
	color: #000000;
}

#logo em{
	font-size: 48px;
	color:#008000;
	font-style:normal;
	font-weight:bold;
}

#scrolltext{
	height:55px;
	background-image:url(img/bar4.bmp);
}

/*** menu ***/
#menu {
	height: 30px;
	/*background-image:url(img/bar4.bmp);*/
	background-color:#d4d0c8;
	/*padding-left:130px;*/
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	color: #008000;
}

#menu a:hover { 
	text-decoration:underline; 
}

#menu .current_page_item a {
	text-decoration:underline;
}

#menu .first {
}


/**** content***/
#content{
	
}

#content-other-page{
	padding:20px;
}

#content-other-page h1{
	font-size:20px;
	color:#005100;
}

#content-other-page h2{
	color:#005100;
}

#content-other-page h3{
	color:#005100;
	font-style:italic;
	font:"Monotype Corsiva";
}

#content-other-page h4{
	color:#005100;
}

#content-other-page h5{
	color:#005100;
	font-size:18px;
	font-weight:bold;
}


#content-other-page p{
	text-align:justify;
	color:#000000;
}


#content-other-page ul li{
	color:#000000;
	padding:5px;
}

#content-other-page ol li{
	color:#005100;
	font-size:20px;
}


#content-header{
	
}

#vision{
	font-size:18px;
	color:#005100;
}

#green-bar{
	background-color:#008000;
	padding:0px;
	height:30px;
}

#green-bar p{
	padding:5px 0px 0px 270px;
	font-size:18px;
	color:#ffffff;
}

#content-paragraph{
	float:left;
	width: 740px;
	padding:10px;
	text-align:justify;
}

#content-paragraph h1{
	color:#005100;
	font-size:20px;
}

#content-paragraph ul li{
	font-family:Arial;
}



#vision{
	font-size:24px;
	font-weight:bold;
}

#content-header a{
	font-size:24px;
}

#vision a:hover{
	text-decoration:underline;
}
/** sidebar***/
#content-sidebar{
	width:210px;
	height:900px;
	padding-left:740px;
}

#scrollimg{
	padding-left:50px;
	padding-top:0px;
	text-align:justify;
}

#scrollimg img{
	padding: 15px 0px;
}

#vt{
	font-size:22px;
	color:#008000;
}


/***** footer *****/
#footer {
	width: 975px;
	height: 52px;
	margin: 0 auto;
	padding-left: 200;
	background: #6e6e6e;
}

#footer p {
	margin: 0;
	padding: 21px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #C7DAE5;
}
