@charset "ISO-8859-1";

#canvasStretch
{
	/* Canvas Area - Centered on page  (stretchable)*/
	margin: auto;
	text-align: left;
	position: relative; 
	width: 900px;
	padding-top: 140px;
	background-image: url(../images/canvas.jpg);
	background-repeat: no-repeat;
}

#txt_news_title
{
	position: relative;
	left: 348px;
	width: 206px;
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	text-align: center;	
	color: #820100;
}

.bookmarkLink
{
	position:relative;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #820100;
	left: 50px;
}

#lnkNews{left: 100px;}
#lnkEvents{left: 120px;}
#lnkJobs{left: 140px;}
#lnkCamping{left: 160px;}

.subheading
{	
	width: 100%	;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #820100;
}

.viforceList
{
	margin-left: 70px;
	width: 750px;
}

.viforceRecord
{
	margin-bottom: 20px;
}

.articleTitle
{
	font-size: small;
	font-weight: bold;
	text-align: left;
}

.articleDate
{
	font-size: small;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

.articleBody
{
	font-size: small;
	font-weight: normal;
	text-align: left;
}


#txt_article_body
{
	left: 70px;
	width: 750px;
	height: 62px;
}

#txt_article_date
{
	left: 70px;
	width: 116px;
	height: 12px;
}

#txt_article_title
{
	left: 70px;
	width: 245px;
	height: 13px;
}

#footerHolder
{
	position: relative;
	margin-left: 47px;
	width: 806px;
	height: 41px;
}

#footerStretch
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 806px;
	height: 41px;
	background-image: url(../images/footer.png);
}

#footerItemsStretch
{
	postition: relative;
	left: 0px;
	top: 0px;
	width: 806px;
	height: 41px;
}

#campingProcedures
{
	margin-left: 70px;
	width: 750px;
	font-size: small;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

.backToTopLink
{
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #820100;
	left: 50px;
}



