/* ---------------------------------------------
VanDamme Associates Printmaster Style Sheet
Version: 2006-03-15
------------------------------------------------ */

/* CSS users, please refer to http://www.w3schools.com/css/css_reference.asp for details */

body
{
	border: 0px solid #000;
	font: normal normal normal small Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: -1px 5px 5px 5px;
	height: 100%;
	min-height: 100%;
}

.normal
{
	font-size: small;
}

.acute
{
	font-size: x-small;
}

.signature
{
	font-size: xx-small;
}

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}

h4, h5, h6
{
	padding: 0px;
	margin: 0px;
}

li
{
	font-size: small;
}

hr
{
	size: 1px; /* not in all browsers */
	width: 720px;
}

.importantText /* normal size, red */
{
	color:#900;
}

.importantNote /* x-small, red */
{
	font-size: x-small;
	color:#900;
}


/* Linkage */
a:link
{
	color: #8685c0;
	text-decoration: none;
}

a:visited
{
	color: #8685c0;
	text-decoration: none;
}

a:hover
{
	color: #8685c0;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:active
{
	color: #8685c0;
	text-decoration: none;
}


/* VanGo Framework Template Styles */
#template-container
{
	position: relative;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	width: 750px;
	top:5px;
}
* html #template-container {display:inline-block;}

#headerhide
{
	display:none;
}

#template-footer
{
	/*position:relative;*/
	display:none;
}

#template-leftMenu
{
}

#template-content
{
	width:650px;
}
#template-content_inner
{
	width:650px;
}
#template-rightMenu
{
}

#bodyTable{
	width:600px;
	margin: 0 auto;
}

.bodyContent
{
	width:600px;
}
#bodyContent
{
	width:600px;
}


/* standard tables */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: small;
}

.tableHeader
{
	background-color: #ececec;
	font-size: medium;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #cdcdff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #e4e4ff;
}
/* forms */
.formField
{
	vertical-align: top;
	white-space: nowrap;
}

.formFieldRequired /* for color changes */
{
	/*color:#990000;*/
	font-weight:bold;
}
#displayActionButtons
{
	display:none;
}
#displayHotLinkBody{
	width:490px;
}
#displayHotLinkMenu{
	width:100px;
	border-right:1px solid black;
}
#newsreaderActionRow
{
	display:none;
}
#newsreaderActiveArticle
{
	overflow:visible;	
	padding:2px;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderNewsArticle  /*The content section of the main article*/
{
	padding-left:6px; 
	padding-right:2px
}
#newsreaderActiveArticleALT   /*Will be used if the archives are showing*/
{
	overflow:visible;
	/*
	OR USE
	overflow:visible;
	*/
}
/*
Don't forget to take into consideration
--the height of the newsreaderActionRow  (24  + top and bottom padding)
--the height of the "by-line" and padding  ( size of acute class(6) + 4)
*/
#newsreaderCurrentNews   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderCurrentNewsALT   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNews   /*Will be used if the archives are showing*/
{
	display:none;
	/*
	OR USE
	overflow:visible;
	*/
}
#newsreaderArchivedNewsALT   /*Will be used if the archives are NOT showing*/
{
	display:none;
}