/* GENERAL FORMATTING */
body 				{margin-height:0;
					margin-width:0;
					margin-top:0;
					margin-left:0;
					margin-bottom:0;
					font-size: 14px;
					font-family: "trebuchet ms", helvetica, sans-serif; 
					color:#666666;
					background-color:#ffffff;
					text-align:left;}
					
a					{text-decoration:none;
					font-weight:bold;
					color:#000066;}

a:hover				{color:#006699}					

a:visited			{color:#000066;}

/* FORMATTING OF MAIN CONTENTS */

#wrap				{width:800px;
					height:100%}

#top_bar			{width:100%;
					height:78px;
					float: left;
					text-align:left;
					margin: 0 auto;
					background:url('images/top_bar.gif') no-repeat}
					
#left_column		{
					float:left;
					text-align:left;
					margin: 0 auto;
					background-image:url(images/side_bar_bg.gif);
					background-color:66cc00;
					border:none;
					width:180px;
					height:100%;
					clear:both}
					
#left_column a		{font-size: 16px;
					font-weight:bold;
					color:#FFFFFF;}

#left_column a:hover
					{font-weight:bold;
					color:#FF0000}

#right_column		{width:590px;
					min-height:500px;
					text-align:left;
					margin: 0 auto;
					float:left;
					background:url(images/bottom_bar.gif) repeat-x;
					background-color:#FFFFFF;
					line-height:17px;
					}			
			
						
/* IMAGES */

img					{border:none;
					padding:0;
					margin:0px 0px 0px 0px;}
					
img.bordered		{border-bottom: #5500a8 double;
					border-top:#5500a8 double;
					border-left: #5500a8 double;
					border-right: #5500a8 double}

img.bordered2		{border:none;					
					padding:20px}

/* padded can be used for images or other */

.padded				{padding:3px;
					border-top-width: 1px;
					border-right-width: 1px;
					border-bottom-width: 1px;
					border-left-width: 1px;
					border-top-style:ridge;
					border-right-style: ridge;
					border-bottom-style: ridge;
					border-left-style: ridge;					
					border-top-color:#666666;
					border-right-color:#666666;
					border-bottom-color:#666666;
					border-left-color: #666666;
					background-color:#FFFFFF;
					margin: 10 10 10 10;}
					
/*GENERAL FONT STYLES */

ul.arrowed			{list-style-image: url(images/arrow_brown_small.gif);
					line-height: 1.5em;
					margin:17px;
					padding:17px}

h1					{font-family : "trebuchet ms", helvetica, sans-serif;  
					color:#5500a8;
					text-decoration: none;
					font-size:18px;
					font-weight:bold;
					margin-bottom:15px;
					}

h2					{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#FF0000;
					text-decoration: none;
					font-size:15px;
					margin-bottom:10px;}
										
p					{margin-left:10px;}

.smaller			{font-size:0.8em;
					text-align:center}