/*General styling*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link{
	color : #A7A7A7;
	text-decoration : none;
}
a:visited{
	color : #A7A7A7;
	text-decoration : none;
}
a:hover{
	color : #A7A7A7;
	text-decoration : underline;
}
a:active{
	color : #A7A7A7;
	text-decoration : none;
}

/**********************************BEGIN LAYOUT STYLING**********************************/
/*div container for all content*/
div#LayoutContainer{
	position:absolute;
	/*border:#CCCCCC 2px dashed;*/
	top:0px;
	left:0px;
	width:1000px;
	min-height:1000px;
}

/*Begin HeaderArea layout style*/
div#LayoutHeader{
	position:relative;
	/*border:#CC3300 2px dashed;*/
	top:0px;
	left:0px;
	width:1000px;
	height:290px;
}


/*Begin Box layout styles*/
div#LayoutBox1{
	position:relative;
	/*background-image:url(../images/GreyLine.png);*/
	background-repeat:repeat-y;
	background-position:280px;
	/*border:#0066CC 2px dashed;*/
	top:0px;
	left:0px;
	width:330px;
	min-height:100px;
	height:auto;
	/*display:inline;*/
	float:left;
}
div#LayoutBox2{
	position:relative;
	/*border:#0066FF 2px dashed;*/
	width:630px;
	min-height:100px;
	height:auto;
	/*display:inline;*/
	float:left;
}
div#LayoutContainer1{
	position:relative;
	background-image:url(../images/GreyLine.png);
	background-repeat:repeat-y;
	background-position:280px;
	/*border:#00FF00 2px dashed;*/
	margin-bottom:90px;
	top:0px;
	left:0px;
	width:1000px;
	min-height:100px;
	height:auto;
}


div#LayoutFooter{
	position:relative;
	/*border:#FF9900 2px dashed;*/
	top:0px;
	left:opx;
	width:1000px;
	min-height:50px;
	height:auto;
	/*clear:left;*/
}
table.FloatStop{
	clear:both;
}
/**********************************END LAYOUT STYLING**********************************/


/**********************************BEGIN CONTENT STYLING**********************************/
/*HeaderArea content styling*/
div#ConHeaderContainer{
	position:relative;
	top:120px;
	left:100px;
	width:820px;
	height:170px;
}
div#ConHeader{
	position:relative;
	background-image:url(../images/Header.png);
	width:100%;
	height:100%;
}
div#LoginButton{
	position:absolute;
	top:60px;
	left:700px;
	width:120px;
	height:20px;
}
.Tabs{
	position:absolute;
	background:url(../images/Tab2.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	left:35px;
	top:60px;
	width:102px;
	height:42px;
	padding-top:15px;
	color:#CC0000;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14pt;
	text-align:center;
}

/*LayoutBox1 content styling*/
div#NavBar1{
	position:relative;
	top:0px;
	left:60px;
	width:220px;
	min-height:600px;
	/*float:left;*/
}
div.Buttons{
	position:relative;
	top:5px;
	background:url(../images/Button_wShadow.png);
	background-repeat:no-repeat;
	color:#666666;
	font-size:12px;
	text-align:center;
	padding-top:2px;
	width:220px;
	height:28px;
	margin-top:15px;
}
div.SubButtons{
	position:relative;
	left:19px;
	background:url(../images/SubButton.png);
	background-repeat:no-repeat;
	color:#A7A7A7;
	font-size:12px;
	padding-top:2px;
	padding-left:30px;
	width:171px;
	height:23px;
}
div.SubButtonsTail{
	position:relative;
	left:19px;
	width:201px;
	height:25px;
	background:url(../images/SubButtonTail.png);
	background-repeat:no-repeat;
}
div#RedLine{
	position:absolute;
	left:210px;
	top:-15px;
	width:50px;
	height:620px;
}

/*LayoutBox2 content styling*/
div.ContentBox{
	position:relative;
	/*margin-top:10px;
	margin-left:10px;*/
	margin-bottom:10px;
	left:0px;
	top:0px;
	width:620px;
	min-height:520px;
}
div.ContentBoxShadow{
	position:absolute;
	background:url(../images/ContentBoxShadow.png);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:620px;
	height:520px;
}
div.ContentBoxGrad{
	position:relative;
	background:url(../images/ContentBoxGrad_Stroke.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	/*border:1px solid #f0f0f0;*/
	left:10px;
	top:10px;
	width:600px;
	min-height:500px;
	z-index:1;
}
div.ContentBoxHeader{
	position:relative;
	background:url(../images/ContentBoxHeader_Grad.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:5px;
	padding-left:30px;
	font-size:13px;
	font-weight:600;
	left:20px;
	top:0px;
	width:530px;
	height:25px;
}
div.ContentBoxContent{
	position:relative;
	padding-top:15px;
	padding-left:30px;
	font-size:12px;
	font-weight:600;
	left:20px;
	top:0px;
	width:530px;
	height:520px;
}

/*Begin FooterArea content styling*/
div#Footer{
	position:relative;
	background:url(../images/Footer.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#be4949;
	padding-top:12px;
	left:100px;
	top:0px;
	width:780px;
	height:40px;
}
span.FooterCopyright {color: #000000}
/**********************************END CONTENT STYLING**********************************/