.noScreen {
	display: none;
}






/* common styles */


.edgeL{
	background-image: url(images/edge_l.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.edgeR{
	background-image: url(images/edge_r.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.edgeB{
	background-image: url(images/edge_b.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.edgeBL{
	background-image: url(images/edge_bl.gif);
	background-repeat: repeat-y;
	background-position: right;
}


.edgeBR{
	background-image: url(images/edge_br.gif);
	background-repeat: repeat-y;
	background-position: left;
}



.mainWidth {
	width: 930px;

}

.mainContentWidth {
	width: 847px;
}


.link {
	color: #666698;
	text-decoration: none;
}

.link:hover {
	color: #666698;
	text-decoration: underline;
}


.navPadding{
	padding-left: 7px;
	padding-right: 7px;
}


.headerBacking {
	background-image: url(images/header_backing.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.menuShadow {
	background-image: url(images/nav_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}






.bodyTxt {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #636363;

	float: right;
	width: 590px;
	margin-left: 45px;
}

.header {
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #98CB01;
}


.sidebarTxt {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;

	float: left;
	width: 211px;
	background: #E6E6E6;
}

.lcolInside {
	padding: 0px;
}

.liSpacing {
	margin-bottom: 10px;
}



.floatRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.floatLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}



.calloutBox {
	display: block;
	position: relative;
	top: 0px;

	width: 140px;
	padding: 10px;
	background: #EDF0FA;

	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
	color: #656565;
}


.box {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.elementHead {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #98CB01;
}

.supFix{
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}


.caption {
	color: #65669A;
}




/* sidebar styles */

.sidebar{
	color: #65669A;
	line-height: 28px;
}


.sbCurrent{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #656565;
}

.sbHeadSelect{
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 16px;
	list-style-type: none !important;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
}

.sbHead{
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 16px;
	list-style-type: none !important;

	font-weight: bold;
	color: #65669A;
	text-decoration: none;
}

.sbHead:hover{
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 16px;
	list-style-type: none !important;
	font-weight: bold;
	color: #98CB01;
	text-decoration: none;
}


.sbLine{
	margin-left: 30px !important;
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


.sbSelLine{
	color: #656565;
}


.sbLink{
	color: #65669A;
	text-decoration: none;
}


.sbLink:hover{
	color: #98CB01;
	text-decoration: none;
}






.sbLinkSelect {
	color: #656565 !important;
}


















/* footer styles */


.footerTxt{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.lcolInside {
	padding: 15px;
}

.footerLink {
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* main page styles */

.mainIntro {
	font-family: Myriad, Myriad Roman, Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}



.mainIntroBig {
	font-size: 22px;
	color: #98CB01;
	font-weight: bold;
}

