/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					background-color:#A9C2C2;
					}
			
a 					{
					text-decoration:underline;
					color:#666666;
					font-weight:normal}

a:hover 			{color:#015353;}	


/* PARAGRAPH FORMAT */
					
p					{
					margin-left:10px;
					margin-right:10px;
					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: #000000 solid 1px;}
					

/* FORMATTING OF MAIN CONTENTS */

div#wrap			{
					width:960px;
					height:600px;
					left:50%;
					margin-left:-505px;
					background:url(images/squares_background.jpg) no-repeat;
					margin:0px auto;
					margin-top:0px;
					}


#left_column		{width:300px;
					height:450px;
					margin-top:20px;
					margin-left:30px;
					background-color:#FFFFFF;
					font-size: 12px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#666666;
					text-align:right;
					float:left;
					}

								
#right_column		{width:600px;
					height:450px;
					margin-top:20px;			
					float:left;
					background-color:#FFFFFF;
					font-size: 14px;
					font-family:Arial, Helvetica, sans-serif;
					color:#666666;
					}
					


#right_column a		{color:#666666}

#right_column a:hover	{color:#015353}



#footer_left		{width:300px;
					height:110px;
					background-color:#015353;
					clear:both;
					text-align:left;
					float:left;
					margin-left:30px;
					}

#footer_right		{width:600px;
					height:110px;
					background-color:#276D6D;
					float:left;
					text-align:left;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:10px;
					color:#FFFFFF;
					}
					
#footer a			{color:#FFFFFF;
					text-decoration:underline;}

#footer a:hover		{color:#C8DA75}					
						
					

/*HEADER STYLES */

h1					{
					color:#516F27;
					text-decoration: none;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:16px;
					font-weight:bold;
					font-variant:small-caps;
					margin-top:15px;
					margin-left:10px;
					margin-bottom:12px;
					line-height:16px;
					}

h2					{
					color:#666666;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-weight:bold;
					text-decoration: none;
					font-size:12px;
					margin-left:10px;
					margin-bottom:10px;
					}

h3					{color:#000000;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:bold;
					margin-left:10px;
					}

/*OTHER STYLES */



.voicega			{color:#FFFFFF}

.voicega a 			{
					color:#FFFFFF;
					text-decoration:underline;
					}

.voicega a:hover {color:#cccccc;}	




