/* BODY AND CONTAINER */

*
{
margin: 0px;
padding: 0px;
}

		body{
			margin:  auto;
			width: 959px;
			font-size: 12px;
			}

th, td, input, textarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666665;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white smoke;
	text-align:justify;
}


			h1, h2 {
	color: #246034;
}

h1 {
	font-size: 1.5em;
        
}

#right{
	float: right;
	width: 685px;
}


h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #246034;
    padding-left: 5px;
}


h3 {
        padding-left: 25px;
		font-size: 1em;
        color:	#6B8E23;
}

a{
	color: #246034;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #246034;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #246034;
}

		
/* GENERAL STYLES */

		a {
			color: green;
			text-decoration: none;
		}

		a:hover {
			color: red;
			text-decoration: underline;
		}

		ul{
           	margin-left: 3em;
           	text-decoration: none;
        }
		ul1{
           	margin-left: 2em;
           	text-decoration:underline;
        }
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		

		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		

/* HEADER */

#header {
	width: 959px;
	height: 100px;
	background: url(images/head.jpg);
	background-repeat:repeat;
	background-position: left;
}

/* Logo */
#logo {
	width: 930px;
	height: 96px;
        background: url(images/PCSLogo111.gif) no-repeat ;

        background-position: 20px; 
       
}
 

#logo h1 {
	padding-top: 15px;
	padding-left: 120px;
	color: green;
	font-weight: bold;
	font-size: 48px;
        font-family: Times new Roman;
        margin-bottom: -0.4cm;
}

#logo h3 {
	padding-left: 560px;
	color: red;
	font-weight: bold;
	font-size: 22px;
        font-family: Times new Roman;
        margin-top: -0.8cm;
}

#logo h2 {
        padding-top: 2px;
        padding-left: 135px;
	font-size: 15px;
}

#logo a {
	color: blue;
}
#logo a:hover {
	color: red;
	text-decoration: underline;
}
                 
#list {
	width: 323px;
	margin: 0 auto;
	height: 110px;
        background: url(images/but_list.jpg) repeat-y;
}

#list a {
	font-size: 19px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
               
#list a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#lineheader
{
background-image:url(images/h4.png);
width:959px;
height:30px;
}



/* NAVIGATION */

#menu{
	width: 100%;
	height: 67px;
	margin: 0 auto;
	background: url(images/ncs.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul {
	list-style: none;
	padding-top: 4px;
	padding-left: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	float: left;
	width: 19.9%;
	height: 34px;
	display: block;
	margin-top:6px;
	padding-top: 15px;
}

#menu a:hover{
	height: 34px;
	color: #ffffff;
	font-size: 25px;

}

		ul ol{
			list-style: none;


		}


#h31
{
background-image:url(images/head111.jpg);
height:25px;
width:547px;
}
		

/* SIDEBAR */



/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background:url(images/footer.jpg);
             height :50px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer a {
			color: #000000;
			font-size:14px;
		}
		
		#footer a:hover {
			color: red;
			text-decoration:underline;
		}

