/* basics for every page */
body {
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #E4E2E4;
	padding-bottom: 20px;
	scrollbar-face-color: #E4E2E4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #333366;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #504E55;
}
/* specifics - lightBarAtTop is the div which gives the light grey at the top of every page */
.lightBarAtTop {
	height: 45px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEEEF;
}
/* specifics - red title at the top of every page */
H1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 25px;
	margin: 0px;
	font-size: 18px;
	color: #CC3340;
	font-weight: bold;
}
/* specifics - title image at top of page if needed */
.titleImage {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-right-width: 1px;
	border-right-color: #BBB9BB;
	border-right-style: solid;
	margin: 0px;
}
.mainImage {
	margin: 0px;
	text-align: left;
	padding: 15px 15px 0px;
}

/* style for various links, the simple A is for the left popup menu links
the A.right are for secondary links on the right of the page if needed */
A {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #333366;
}
A.right {
	font-size: 11px;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
A.right:hover {
	color: #FFFFFF;
}
A.left {
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
A.left:hover {
	color: #FFFFFF;
}
/* these are the positioning and layout styles for the left side pop up menus */
.leftMenu {
	background-color: #BFBEC1;
	position: absolute;
	visibility: hidden;
	left: -1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border--color: 3D465F;
}

.leftMenuDiv{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}
.leftMenuBotDiv{
	padding-top:5px;
	padding-bottom:5px;
}

/* styles for the main pages, left content is positioning for main text
right Links are optional links on right */
.leftContent {
	width: 390px;
}
.rightContent {
	padding: 0px 0px 0px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	vertical-align: middle;
}
.mainText {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 15px;
}
.mainText2 {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

/* classes for the asp result pages */
A.result {
	font-size: 11px;
	color: #CC3340;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
A:hover.result {
	text-decoration: underline;
	color: #CC3340;
}
.resultText {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-top:20px;
}
.resultBullet {
	padding-right: 10px;
	margin-left: 20px;
	border: 0px;

}
.resultTable {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #BFBEC1;
	background-position: center;
	margin-left: 25px;
}
.firstText {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: auto;
}

.articleTitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
}