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

* { 
	margin: 0; 
	border: 0;
	} 
html, body { 
	height: 100%; 
	} 
body {
	text-align: center;
	background: url(http://www.vcoz.org/images/bodyBG.jpg) repeat-x top left #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ol, ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	}
h2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #999999;
	font-weight: normal;
	}
.pageContainer { 
	width: 973px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -100px; /* bottom margin must match header size */
	background: url(http://www.vcoz.org/images/pageContainerBG.jpg) repeat-y top center #CCCCCC;
	}
.block {
	width: 953px;
	margin: 0 auto;
	}
#menu {
	background: url(http://www.vcoz.org/images/menubg.jpg) repeat-x #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 20px 0;
	width: 953px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	}
#menu a:hover, .menuActive{
	border-bottom: 2px solid #FFFFFF;
	}
#menu span {
	padding: 0 20px;
	}
#contentContainer {
	text-align: left;
	}
#rightColumn {
	float: right;
	width: 250px;
	padding: 0 0 20px;
	}
#leftColumn {
	margin-right: 260px;
	padding: 20px 0;
	}
#content {
	padding: 10px 50px 40px 40px;
	}
#content p, #content ul, #content ol {
	margin-bottom: 20px;
	line-height: 18px;
	}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin-bottom: 20px;
	border-bottom: 1px solid #006699;
	}
.byline {
	color: #666666;
	font-style: italic;
	padding-top: 5px;
	margin-bottom: 40px;
	margin-left: 20px;
	}
#content ol li {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0;
	}
#content ol li ul li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.rcSection {
	margin-top: 20px;
	width: 230px;
	border: 1px solid #81A192;
	background-color: #FFFFFF;
	}
.rcSectionHeader {
	background: url(http://www.vcoz.org/images/rcSectionBG.jpg) no-repeat;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	}
.rcSectionHeader p {
	padding: 7px 10px 0;
	}
.rcSectionContent p {
	padding: 20px;
	}
.boldGreen {
	font-weight: bold;
	color: #81A192;
	}
.footer, .push { 
	width: 953px;
	height: 100px;  /* height must match container's bottom margin */
	margin: 0 auto;
	} 
.footer { 
	background: #EFEFEF;
	border-top: 3px solid #DDDDDD;
	} 
.footer p {
	padding: 10px;
	}
.footer a {
	text-decoration: none;
	color: #333333
	}
.footer a:hover, .footerActive {
	border-bottom: 2px solid #333333;
	}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}