/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					font-size: 14px;
					font-family: arial, helvetica, sans-serif;
					color:#000000;
					background:#000000;
					line-height:1.4em;
					}
			
a 					{
					text-decoration:none;
					color:#000000;
					font-weight:bold}

a:hover 			{color:#68969f;}	


/* PARAGRAPH FORMAT */
					
p					{
					margin-left:10px;
					margin-right:10px;
					margin-top: 10px;
					margin-bottom: 10px;
					}

/* LIST FORMAT */

ul					{line-height: 1.5em;}	

ul.arrowed			{list-style-image:url(images/blue_arrow_small.gif);
					line-height:1.7em;}

/* IMAGES */

img					{border: none;}
					
img.bordered		{border:#ffffff 5px solid;
					vspace:10px;
					hspace:10px;}

.captioned			{float:left;
					padding:00px 10px 10px 0px;
					margin: 15px;
					margin-top:5px;
					font-size:12px;
					text-align:center;}

.captioned img		{border:#000000 1px solid;}

.float_right		{float:right}

.float_left			{float:left}

								
table				{
					xborder:1px solid #999999;
					padding:5px;
					vertical-align:top;
					border-collapse:collapse;
					}
					
th					{text-align:left;
					background-color:#FFFF99;
					}
										
td					{
					border:1 #999999;
					height:23px;
					}	

/* FORMATTING OF MAIN CONTENTS */

iframe				{border:1px #000000 solid;}

div#wrap			{
					width:950px;
					margin: 0 auto;
					margin-top: 15px;
					background-color:#FFFFFF;
					}

#top_bar			{width:950px;
					height:192px;
					margin: 0 auto;
					xmargin-top:15px;
					background: url(images/top_bar.jpg) no-repeat;
					overflow:hidden;			
					}

#second_bar			{width:950px;
					height:118px;
					background:#000000 url(images/second_bar.gif) no-repeat;				
					}
			
					
#left_column			{
					width:640px;
					min-height:300px;
					overflow:visible;
					float:left;
					margin: 0 auto;
					margin-left:30px;
					}

													
#content_area		{
					width:950px;
					background-color:#ffffff;
					margin: 0 auto;
					}			

#right_column		{
					width:200px;
					float:right;
					overflow:visible;
					font-size:18px;
					color:#999999;
					line-height:1.5em;
					margin-top:50px;
					}
														
#full_width			{
					width:950px;
					float:left;
					overflow:visible;
					margin-left:30px;
					margin-top:-10px;
					background-color:#FFFFFF;
					}

#footer				{
					xbackground:url(images/footer_bg.gif) no-repeat;
					background-color:#ffffff;
					height:41px;
					width:950px;
					color:#000000;
					font-family: arial, helvetica, sans-serif;
					clear:both;
					margin: 0 auto;
					text-align:center;
					font-size:13px;
					font-weight:bold;
					}
					
#footer a			{color:#FFFFFF;
					text-decoration:none;
					font-weight:normal;
					font-size:11px;}

#footer a:hover
					{color:#FFFF00}					


#bottom_text		{color:#FFFFFF;
					text-decoration:none;
					font-weight:normal;
					font-size:11px;}					

/* FORM ELEMENTS */

form				{
					background-color:#eeeeee;
					color:#1A1A1A;
					border:1px #666666 ridge;
					width:580px;
					}


		
/*HEADER STYLES */

h1					{
					font-family:verdana, arial, sans-serif;
					color:#68969f;
					text-decoration: none;
					font-size:1.35em;
					font-weight:bold;
					margin-bottom:20px;
					line-height:1.5em;
					margin-top:15px;
					}

h2					{
					font-family:verdana, arial, sans-serif;
					color:#eeeeee;
					text-decoration: none;
					font-size:1.2em;
					margin-bottom:10px;
					}


/*OTHER FONT STYLES */


/*OTHER GENERAL STYLES */

					
.font1				{
					font-size: 16px;
					font-family: arial, helvetica, sans-serif;
					color:#000000;
					font-weight:bold
					}

.box_left			{
					width:200px;
					float:left;
					margin-left:50px;
					}			

.box_right			{
					width:250px;
					float:left;
					margin-left:10px;
					}	
					
.inner_box			{width:120px;
					float:left;}								
