/* CSS Document */
/******************************  Organizing Solutions CSS  ************************************************/

Body  /* Background Properties */
{
	Background:#d0d0d0;
	text-align:center;
	font-family:Arial, sans-serif;
	
}

H1
{
	color:#2F0000;
	font-size:48px;	

}

H2
{
	color:#800000;
	font-size:36px;
}
#BackLayer /* Layered Background Prroperties */
{
	z-index:1;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	/*height:100%;*/
	width:800px;
}

/************************************************** Header Div ********************************************/
#HeaderBG, #Header
{
	top:70px;
	height:165px;
	width:650px;
	left:320px;
	position:absolute;
	visibility: visible;
	
}
#HeaderBG
{
	background-image:url(./Images/bgTop2.png);
	background-repeat:no-repeat;
	filter:alpha(opacity=50);
	opacity: 0.5;
	z-index:109;		
}
#Header /* Header Style */
{
	text-align:center;	
	z-index:110;
	font-family:Geneva, Arial, sans-serif;
	text-shadow:#ffffff;
			
}

#Header img.top
{
	color:#4f0000;
	position:relative;
	margin:20px 20px 5px 20px;	
}
#Header img.bottom
{
	color:#4f0000;
	position:relative;
	margin:0px 0px 10px 0px;
}
/*************************************************** end Header *******************************************/
/*************************************************** Navigation Bar ***************************************/
#navBG, #nav
{
	text-align:center;
	width:175px;
	height:350px;
	position:absolute;
	left:125px;
	margin-top:175px;
	padding:10px;
}

#navBG /* Navigation Background */
{
	z-index:100;
	background-image:url(../Images/bg_nav.gif);
	/*filter:alpha(opacity=50);
	opacity: 0.5;*/
	
}
#SOS
{
	
	width:150px;
	height:200px;
	position:absolute;
	left:127px;
	Top:520px;
	z-index:102;
	text-align:center;
}
#SOS div
{
	font:Arial, sans-serif; 
	font-size:14px;
	font-weight:bold;
	width:150px;
	text-align:center;
	margin:0px 0px 0px 20px;
}
#nav  /*  Navigation Style  */
{
	z-index:101;
		
}

#nav a
{
		
	color:#ffffff;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, sans-serif;
	text-decoration: none;
	display:block;
	vertical-align:middle;
	padding:10px;
	margin:2px 0 2px 0;
	z-index:101;
	
}

#nav a:hover
{
	color:#FF00FF;
}
/******************************************************* End Nav - Begin Content *************************************/
.member
{
	margin:5px 10px 5px 10px;
}
#MemberLogo
{
	Top:554px;
	left:141px;
	width:1000px;
	text-align:center;
	position:absolute;
	z-index:91;
}
img
{
	border:none;
}
#content  /*  Page Content Background Styles  */
{
	background-repeat:no-repeat;
	z-index:90;
	text-align:left;
	font-size:18px;
	padding-left:150px;
	padding-top:100px;
	top:80px;
	left:140px;
	/*opacity:.5;
	filter:alpha(opacity=50);*/
	min-height:600px;
	min-width:400px;
	width:800px;
	position:absolute;
	height: 800px;
}

#contText /*  Page Content Styles  */
{
	background:none;
	font:Arial, sans-serif;
	z-index:95;
	position:absolute;
	top:220px;
	left:340px;
	Width:750px;
	text-align:left;
}
#contText a 
{
	color:#2A3F00;
	text-decoration:none;		
}
#contText a:hover
{
	color:#FF00FF;
	text-decoration:none;	
}
#contText img.smlogo
{
	height:121px;
}
#contText img.right
{
	float:right;
	hight:300px;
	margin:0px 0px 0px 10px;
}

#contText H1
{
	color:#4f0000;
	font-size:48px;	

}

#contText H2
{
	color:#4f0000;
	font-size:36px;
	z-index:100;
}
#contText .head
{
	color:#4f0000;
	font-size:36px;
	font-weight:bold;
	
}
#contText p.head2
{
	font-size:20px;
	color:#33FFFF;
	font-weight:bold;
	
}
#contText .intro
{
	font-size:18px;
	font-weight:bold;
	color:#4f0000;
	
}

#contText p
{
	color:#4f0000;
	font-size:18px;
	font-weight:normal;
	
}
#contText .ans
{
	color:#4f0000;
	font-size:18px;
	font-weight:bold;
}
#contText ul
{
	color:#4f0000;
	font-size:16px;
}
#contText table
{
	width:750px;
}
#conText td
{
	padding:0px 10px 0px 10px;
	text-align:center;
}
#conText tr
{
	padding:5px 0px 5px 0;
}
#contText img.rec1
{
	height:19px;
	border:none;
}
#contText img.rec2
{
	height:15px;
	border:none;
}
#contText .center
{
	text-align:center;
}
#ContBody .test
{
	font-weight:normal;
	font-size:16px;
	font-style:italic;
}
.fleft
{
	/*float:left;*/
	margin:10px 0px 10px 30px;
	height: 120px;
}
.fright
{
	/*float:right;*/
	margin:10px 30px 10px 300px;
	height:120px;
}
#ContBody
{
	z-index:200;
	padding-right:50px;
	opacity: 1;
	filter:alpha(opacity=100);
	font-family:Arial, sans-serif;
	font-size:16px;
}
#BCont
{
	
	z-index:200;
	
}

#Bottom
{
	z-index:50;
}

/************************************************* Footer **************************************************************/
#Footer
{
	z-index:110;
	position:relative;
	padding:10px;
	Margin-top:200px;
}
