
@charset "utf-8";
/* CSS Document */

body  {
	background-color:#CCCCCC;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/gradientbg.jpg);
	background-repeat:repeat-x;
	height:800px;
	background-color:#cbcccb;
	background-attachment:fixed;
	}

.style1 {
	color:#990099;
	font-style: italic;
}	
.bodytxt  {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#2c3e82;
	width:450px;
	}
.bodytxt1  {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
	width:680px;
/*	margin-left:auto;
	margin-right:auto; */
	margin-top:10px;
	font-style:italic;
	text-align:center;
	}	
.bodytxt2  {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#2c3e82;
	width:680px;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:10px;
	font-style:italic; */
	text-align:center;
	}				
#align1  {
/*	position:relative; */
	text-align:justify;
/*	font-size:18px; */
	float:left;
	width:248px;
	}		
#align2  {
/*	position:relative; */
	text-align:justify;
/*	font-size:18px; */
	float:left;
	margin-left:0px;
/*	width:400; */
/*	clear:right; */
	}
#align3  {
/*	position:static;  */
	top:540px;   
	margin-left:7px;
	padding:0px;
/*	float:left; */
/*	clear:right; */
	width:733px; 
/*	margin-left:auto;
	margin-right:auto; */
	}
#align4  {
	position:static;
	top:733px;  
	text-align:justify;
/*	font-size:18px; */
	width:700px;
	margin-left:15px; */
	 
	}	
#align5  {
/*	position:relative; */
	text-align:justify;
/*	font-size:18px; */
	float:left;
	margin-left:20px;
	width:450px;
/*	clear:right;  */
	}
#align6  {
/*	position:relative; */
	text-align:center;
	}			
.upper  {
	width:750px;
	}
.alignright  {
	text-align:right;
	font-style:normal;
	font-size:14px;
	}	
.footer  {
/*	width:746px;*/
	height:20px;
	background-color:#2c3e82;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
/*	margin-left:auto;
	margin-right:auto;  */
	}
	
		<!-- SHADOW STUFF -->
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;  
    margin-right: 3px;
    margin-bottom: 3px;  
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative; 
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;

    }	
				
