/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background: #fff url(bg2.gif); *//* Optional */
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 10;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff; /*url(dot_line.gif) repeat-y 25%;*/
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
background-image:url(VSlogo.jpg);
background-position:center;
background-repeat: no-repeat;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	min-height:100px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#menu{
word-spacing: 10px;
font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
font-size:18px;
color:#000000;
padding-top:0px;
padding-bottom:10px;

}
#menu a {
text-decoration:none;
color:#000000;
}
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
	width: 100%;
	position: relative;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	
	}	
#content img, #content img:a{
text-decoration:none;
border-bottom:none;
}	

#content p{
	
    padding-left:50px;
	padding-right:50px;
}
			
#content div { 
background: url(Fadeawaybackground.jpg) no-repeat; 
min-height:550px;
background-position:bottom;
;}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: # url() no-repeat 100% 0;
	
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	text-align: center;	
	color: #000000;
	font-size: 0.8em;
	margin-top:5px;
	margin-bottom:5px;
	padding: 10px;
	
	clear: both;
	
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
