/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					font-size: 16px;
					font-family:Arial, Helvetica, sans-serif;
					color:#e8e8e8;
					background:url(images/body_bg.jpg) no-repeat #01070c top center;
					line-height:1.4em;
					}
			


a:hover 			{color:#e8e8e8;}

a:visited			{color:#9076AD}	

a 					{
					text-decoration:underline;
					color:#9076AD;
					font-weight:normal}

/* PARAGRAPH FORMAT */
					
p					{
					margin-left:25px;
					margin-right:25px;
					margin-top:10px;
					margin-bottom:10px;
					}

/* LIST FORMAT */

ul					{line-height: 1.5em;}	

li 					{padding-left:-10px;
					margin-left:-20px;}


/* IMAGES */

img					{border: none;}
					
img.bordered		{border: #FFFFFF solid 2px;}

.float_right		{float:right}

.float_left			{float:left}



					

/* FORMATTING OF MAIN CONTENTS */

div#wrap			{
					width:950px;
					background:url(images/wrap_bg.jpg) repeat-y;
					left:50%;
					margin-left:-475px;
					margin: 0 auto;
					margin-top:225px;
					xmargin-left:30px;
					}


#content_area		{
					width:950px;
					xmargin-left:50px;
					min-height:300px;
					float:none;						
					margin: 0 auto;
					padding-top:0px;
					padding-left:0px;
					clear:both;
					background:url(images/content_bg.jpg) bottom no-repeat;
					}			

					
							
				
#nav_bar			{
					height:30px;
					width:950px;
					float:none;
					}

#left_column		{
					width:720px;
					min-height:300px;
					float:left;
					margin: 0 auto;
					clear:both;
					margin-top:0px;
					padding-top:15px;
					background: url(images/left_bottom_bg.gif) bottom no-repeat;			
					}		



#right_column		{
					width:230px;
					min-height:300px;					
					float:left;
					margin:0px;
					padding-top:15px;
					text-align:left;
					background:url(images/right_top_bg.gif) top no-repeat;
					}
					
#right_column a		{color:#FFFFFF;
					text-decoration:underline}

#right_column a:hover	{color:#9076AD}


#footer				{
					width:950px;
					margin: 0 auto;
					text-align:center;
					height:40px;
					color:#font-size:16px; color:#e8e8e8;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					clear:both;
					}
					
#footer a			{color:#font-size:16px; color:#e8e8e8;
					text-decoration:underline}

#footer a:hover
					{color:#9070AD}					
						
					

/*HEADER STYLES */

h1					{color:#9070AD;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:18px;
					margin-left:25px;
					margin-bottom:2.2em;
					}


h2					{
					color:#d3abf8;
					text-decoration: none;
					font-family:"Times New Roman", Times, serif;
					font-size:20px;
					margin-top:15px;
					margin-left:25px;
					margin-bottom:18px;
					line-height:16px;
					}

h3					{
					color:#font-size:16px; color:#e8e8e8;
					font-family:"Times New Roman", Times, serif;
					text-decoration: none;
					font-size:16px;
					margin-left:25px;
					margin-bottom:5px;
					}
					

h4					{
					color:#999999;
					font-family:"Times New Roman", Times, serif;
					font-size:14px;
					}
					



/*OTHER GENERAL STYLES */
