/**** CSS DOCUMENT FOR VBSC INDOOR RANGE ***/

body {
	margin:0;
	padding:0;
//	background:#00B600 url(repeat-green.gif) repeat-y top center;
//	background:#10CF30 url(repeat-green-1000.gif) repeat-y top center;
//	background: url(backgroundtarget.gif) no-repeat center fixed;
//        background: url(backgroundtarget.gif) repeat-x center fixed;

        font-size:75%;
	font-family:Helvetica, Arial, Sans-serif;
}	
/**************** COMMON ELEMENTS ************/
/******** LINKS ********/
a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/******** HEADINGS ********/
h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.8em;
	color:#0000ff;
}
/******** PARAGRAPHS ********/
p {
	font-size:1.5em;
	text-indent:10px;
	padding-left:10px;
}

blockquote {
	font-size:1.5em;
	text-indent:0px;
	padding-left:16px;
}

/******** INDEPENDANT DIVS AND CLASSES ********/
/******** MAIN CONTAINER ********/
#container {
//	width:762px;
	width:952px;
	margin: 0 auto;
}

/******** HEADER ********/
#header {
	background:#00B600;
//	background: url(vbsc-logo.gif) no-repeat;
	height:200px;
	border-bottom:1px solid #00B600;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#header h1 {
	text-align:center;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:4.5em;
}	

#header h2 {
	text-align:center;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:2.2em;
	margin-top: 0px;
}

#header table {
	width:100%;
	border: 0px;
	border-collapse:collapse;
	margin-left:10px;
}

#header td {
	border-right:0px;
	border-bottom:0px;
}

#header th {	font-size:1.2em;
	color:#000;
	text-align: center;
	background:#e5e5e5;
}

/******** LEFT COLUMN ********/
#leftcol {
	float:left;
//	width:490px;
	width:690px;
}
#leftcol_small {
	font-size:1.0em;
	text-indent:0px;
	padding-left:10px;
}
#leftcol li {
	margin: 20px 5 0 5;
	padding-left:30px;
	font-size:1.5em;
	line-height:1.2em;
	list-style-type: square;
}
#byline {
	font-size: 1.2em;
	text-align:right;
font-style: italic;
}	



/******** RIGHT COLUMN ********/
#rightcol {
	width:240px;
	float:right;
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /** The main image in the sidebar **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	
img.reg {   /** Regular image in the sidebar **/
	padding:4px;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	
/******** NAVIGATION IN RIGHT COLUMN ********/
#nav {
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	width:210px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size:1.2em;
	margin:5px 0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:210px;
}	

#nav li a:hover {
	background:#00B600;
	color:#fff;
}
/******** EVENTS ********/
#events {

	color:#800000;
	text-align:left;
	background:#fff;
}		
#events p {
	font-size: 1.5em;
	text-indent: 0px;
	padding-left:12px;
}

#events table {
	width:100%;
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

#events td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#events th {	font-size:1.2em;
	color:#000;
	text-align: center;
	background:#e5e5e5;
}
/******** FOOTER ********/
#footer {
	font-size: 1.0em;
	text-align:center;
	background:#fff;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
}	
