/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					font-size: 14px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#333333;
					background:url(images/body_bg.gif) repeat;
					line-height:1.4em
					}
			
a 					{
					text-decoration:underline;
					color:#000066;
					font-weight:normal}

a:hover 			{color:#cc9900;}	


/* PARAGRAPH FORMAT */
					
p					{
					margin-left:20px;
					margin-right:140px;
					margin-top:16px;
					margin-bottom:16px;
					}

/* LIST FORMAT */

ul					{line-height: 1.5em;}	

li 					{padding-left:-20px;
					margin-left:0px;}


/* IMAGES & TABLES */

img					{border: none;}
					
img.bordered		{border: #8d734a solid 4px;}

.float_right		{float:right}

.float_left			{float:left}

/* FORMATTING OF MAIN CONTENTS */

div#wrap			{
					width:950px;
					left:50%;
					margin-left:-475px;
					xbackground-color:#ffffff;
					margin: 0 auto;
					margin-top:15px;
					}

#header				{width:950px;
					margin-left:0px;
					height:222px;
					background:url(images/header.jpg);
					}

		
#content_area		{
					width:950px;
					margin-left:0px;
					min-height:300px;
					float:none;						
					margin: 0 auto;
					padding-top:0px;
					padding-left:0px;
					clear:both;
					background:url(images/content_bg.gif) repeat-y;
					}			


#navigation			{
					width:160px;
					margin: 0 auto;
					clear:both;
					padding-top:45px;
					xpadding-left:35px;
					}

#left_column		{
					width:165px;
					min-height:300px;
					float:left;
					margin: 0 auto;
					clear:both;
					margin-top:0px;
					background:url(images/left_bg.jpg) no-repeat center ;					
					}				
				

#right_column		{
					width:740px;
					min-height:400px;					
					float:left;
					margin-top:0px;
					background-color:#ffffff;
					margin-left:30px;
					xpadding-left:15px;
					padding-right:15px;
					background:url(images/right_bg.jpg) bottom right no-repeat;
					}
					


#footer				{
					width:950px;
					text-align:center;
					height:47px;
					color:#ffffff;
					font-size:11px;
					clear:both;
					background:url(images/footer_bg.gif);
					}
					
#footer a			{color:#FFFFFF}

#footer a:hover
					{color:#cc9900}					
						
					

/*HEADER STYLES */

h1					{
					color:#000066;
					text-decoration: none;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:18px;
					margin-top:20px;
					margin-left:20px;
					margin-bottom:12px;
					line-height:1.4em;
					}

h2					{
					color:#0101f2;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					text-decoration: none;
					font-size:15px;
					margin-left:20px;
					margin-bottom:10px;
					}

h3					{color:#000066;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:bold;
					margin-left:20px;
					}


/* OTHER ELEMENTS */

.index_box		{width:252px;
				height:104px;
				background:url(images/index_box.gif) no-repeat;
				margin-left:25px;
				margin-bottom:20px;
				float:left;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#000066;		
				text-align:center;
				}




