body{
	margin: 0 auto 0 auto;
	width: 780px;
	background: transparent url("images/bg.png") repeat-y center top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding: 0 5px 0 5px;
	}
	
ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	
form{
	margin: 0;
	}
	
h1,h2,h3,h4,h5,h6,p{
		margin: 0;
		}
		
h1{
		font-size: 10pt;
		font-family: Verdana, Arial, sans-serif;

		}
		
a:link,a:visited{
			color: #000;
			}
			
a:hover{
		color: #FF9900;
		}
	
#header{
		background: url("images/pathway.jpg") no-repeat center top;
		height: 150px;
		}
		
#header h1{
		padding: 30px 0 0 20px;
		color: #FFF;
		background: transparent;
		font-weight: bold;
		font-size: 24px;
		}
		
#header span{
		margin: 0 0 0 20px;
		color: #FFF;
		background: transparent;
		font-weight: bold;
		font-size: 14px;
		}		
		

#top{	
		background: url("images/bgmenu.jpg") repeat-x left top;
		height: 30px;
		text-align: right;
		}
		
#top div#menu{
		float: left;
		}
		
#top div#menu ul li.first{
			background: none;
			}		
		
#top div#menu ul li{
			float: left;
			width: 80px;
			text-align: center;
			background: url("images/vrline.jpg") no-repeat left top;
			height: 22px;
			font-size: 12px;
			padding: 8px 0 0 0;
			}
			
			
#top div#menu ul li a{
			text-decoration: none;
			color: #000000;
			}			
			
#top div#menu ul li a:hover{
			text-decoration: underline;
			color: RGB(217,217,217);
			}				
		
#top input{	
		width: 100px;
		height: 15px;
		margin: 3px 5px 0 0;
		border: RGB(190,190,190) 1px solid;
		background-color: #FFF;
		padding: 2px 2px 2px 2px;
		color: #000;
		}		
		
			
		
#topline{
		background: url("images/bgmenu.jpg") repeat-x left top;
		height: 20px;
		}
		
#box{
		float: right;
		width: 310px;
		}
				
#leftbox{
	background-color: RGB(230,230,230);
	background-position: left;
	width: 130px;
	padding: 5px 5px 0 5px;
	color: RGB(50,50,50);
	border: RGB(210,210,210) 1px solid;
	}
	
#leftbox div{
		margin: 0 0 10px 0;
		}
	
#leftbox ul.polling{
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		
		
#leftbox div#links ul li{
		background: url("images/external.gif") no-repeat left top;
		background-position: left ;
		padding: 0 0 0 15px;
		line-height: 20px;
		}
		
#rightbox{
		float: right;
		width: 145px;
		padding: 5px 5px 0 5px;
		}

#rightbox div#navigation{
		background: url("images/bgmenu.jpg") repeat-x left top;
		}
		
#container{
			width: 450px;
			padding: 5px 5px 5px 5px;
			}
			
#container p{
				text-align: justify;
				}
			
#footer{
		  text-align: center;
		  border-top: RGB(210,210,210) 1px solid;
		  padding: 10px 0 10px 0;
		  }