@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background.gif) top center repeat-y;  /*   white */
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

#wrapper { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
} 

#container {
	width: 648px;
/*	background: #0c30ff;
	margin: 0 auto; 
	text-align: left;  */
}

#containerx {
	width: 646px;
	background: #c30ff0;
	height:300px;
/*	margin: 0 auto; 
	text-align: left;  */
}
 

#header { 
	background: #DDDDDD; 
	padding: 0 0px;  
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#leftbar {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	height:500px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#rightbar {
	float: right; 
	width: 11em; 
	background: #EBEBEB; 
	padding: 15px 0; 
}

#sidebar2 h3 {
	text-align:center;
}


#column01 {
	background:#99FF00;
	float:left;
	width:175px;	
	margin:1px 5px 5px 10px ;
	padding:1px 3px 3px 0px;
}

#column01a {
	
	background:#999900;
	float:left;
	width:202px;	
	margin:1px 2px 5px 2px ;
	padding:1px 3px 2px 3px; /* top right bottom left */
/*	border: 1px #dae9e2 solid;	*/ /* If a border is to be used then the left */
								/* and right padding need to be reduced by the */
								/* same number of pixels.    */
}

#column02 {
	background:#666666;
	float:left;
	width:165px;
	margin-left:10px;
		
}


#column03 {
	background:#cccccc;
	float:right;
	width:165px;
	margin:0px 20px 2px 2px;
	padding:5px;	
}

#box01 {
	background:#ffFF00; 
	float:left;
	height:185px;	
	width:202px;	
	margin:1px 2px 5px 2px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #7c7c7c;
	border: 1px #dae9e2 solid;}


#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:auto;
	background:#DDDDDD;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#vicnetwrap {
	width: 1000px;
	margin: 0 auto; 
	text-align: center;	
	background: url(../images/background.gif) top center repeat-y;  /*   white */
}

#vnbox01 {
	background:#ffffff; 
	float:left;
/*	height:185px;	*/
	width:202px;	
	margin:1px 2px 5px 90px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #7c7c7c;
 }
	
#vnbox02 {
	background:#ffffff; 
	float:left;
/*	height:185px;	*/
	width:402px;	
	margin:1px 2px 5px 2px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #7c7c7c;
}

#vnbox03 {
	background:#ffffff; 
	float:left;
/*	height:185px;	*/
	width:202px;	
	margin:1px 2px 5px 2px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #7c7c7c;
}

#link01{
	float:left;
	width:100px;	
	margin:10px 2px 5px 100px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	text-align:center;
}

#link02{
	float:left;
	width:100px;	
	margin:10px 2px 5px 10px ;
	padding:1px 2px 2px 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	text-align:center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

