/***********************************************/
/* Vigilix */
/***********************************************/

/***********************************************/
/* HTML tag styles */
/***********************************************/

.contentRightside{
	background-image: url(graphics/top_right_span.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.contentLeftside{
	background-image: url(graphics/top_left_span.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.subNav{
	width: 165px;
	padding-top: 70px;
}

.noNav{
	width: 90px;
	padding-top: 70px;
}

.sectionName{
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .4em;
}

.pagenName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .4em;
	line-height: 25px;
}

.contentText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight: normal;
}

.subColumn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	padding-top: 55px;
	width: 150px;
}

.newsSubColumn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	padding-top: 7px;
	width: 150px;
}

.newslink{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.eventslink{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}

.trainingHeader{
	background-color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
}

.trainingInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	text-align: left;
}

.trainingLIne{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	margin: 0px;
	padding: 0px;
	height: 4px;
}

.links{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #3366CC;
	margin: 2px;
}

.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.links a:hover{
	background-color: #234991;
}

/***********************************************/
/* Layout Divs */
/***********************************************/

#banner{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	visibility: visible;
}


#whitebar{
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 89px;
	background-color: #FFFFFF;
}

#master{
	position: absolute;
	left:0px;
	width:100%;
	top: 109px;
	visibility: visible;
	background-color: #FFFFFF;
	background-image: url(graphics/noid.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
}

