/* GENERAL FORMATTING */
body 				{
					margin-top:0;
					margin-left:0;
					margin-bottom:0;
					font-size: 12px;
					font-family: "trebuchet ms", helvetica, sans-serif;
					color:#62799D;
					background:url(images/main_bg.jpg) repeat-x;
					background-color:#000000;
					text-align:center;
					line-height:1.4em}
			


/* FORMATTING OF MAIN CONTENTS */

#wrap				{width: 900px;
					margin: 0 auto;
					margin-top: 0px;	
					text-align: left;
					border:none;
					padding:0;
					}


#top_bar			{width:900px;
					height:150px;
					text-align:left;
					margin: 0 auto;
					border:none;
					background: url('images/title_bar.jpg') no-repeat;
					background-color:#EEEEEE;
					text-align:left;
					}
					
#second_bar			{height:31px;
					width:900px;
					clear:both;
					text-align:center;
					font-size:12px;
					color:#FFFFFF;
					margin: 0 auto;
					padding-top:0px;
					background: url('images/bg_second_bar.gif') repeat-x;
					border:none;}
					
#main_area_full		{width:900px;
					min-height:500px;
					overflow:visible;					
					text-align:left;
					margin: 0 auto;
					border:none;
					clear:both;
					float:left;
					background: url('images/main_bg.gif') repeat-y;
					xbackground-color:#EEEEEE;

					}			


#main_area_full a {text-decoration:none;
					color:#4F2700;
					font-weight:bold}

#main_area_full a:hover {text-decoration:underline}		

#left_column		{width:620px;
					min-height:350px;
					text-align:left;
					margin: 0 auto;
					font-family: verdana, "trebuchet ms", helvetica, sans-serif;
					float:left;
					overflow:visible;
					color:#333333;
					clear:both;
					}				


#left_column a 		{text-decoration:none;
					color:#003366;
					font-weight:bold}

#left_column a:hover {text-decoration:none;
					color:#006633;
						}	


.spaced				{margin-top:8px;}
					
#right_column		{width:280px;
					min-height:400px;
					text-align:left;
					margin: 0 auto;
					float:right;
					color:#333333;
					font-size:12px;
					overflow:visible;
					}
		
#right_column a 	{text-decoration:none;
					color:#003366;
					font-weight:bold}

#right_column a:hover {text-decoration:none;
					color:#006633;
						}	
						
						
#footer				{width:900px;
					text-align:center;
					height:23px;
					color:#333333;
					font-size:12px;
					padding-top:2px;
					font-family: "trebuchet ms", helvetica, sans-serif;
					background: url('images/bg_footer.jpg') repeat-x;
					clear:both;}
					
#forms				{background-color:#CCCCCC;
					color:#666666;
					border-top:thin #666666 ridge;
					border-bottom:thin #666666 ridge;
					border-right:thin #666666 ridge;
					border-left:thin #666666 ridge;
					}

#photos				{height:60px;
					width:500px;
					max-width:500px;
					overflow-x:scroll;
					overflow-y:hidden;
					white-space:nowrap}
					
#bigpicture			{height:400px;
					width:500px;
					overflow-x:hidden;
					overflow-y:hidden;}
						
/* IMAGES */

img					{border: none}
					
img.bordered		{border-bottom: #958767 double;
					border-top: #958767 double;
					border-left: #958767 double;
					border-right: #958767 double}
												

/* 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;}
					
/*GENERAL FONT STYLES */

ul.arrowed			{list-style-image: url(images/arrow_blue_small.gif);
					line-height: 1.5em;}
					
ol					{line-height:1.7em;
					margin-top:20px;}					

					
h1					{font-family : "trebuchet ms", helvetica, sans-serif;  
					color:#de403a;
					text-decoration: none;
					font-size:1.75em;
					font-weight:bold;
					margin-bottom:20px;
					margin-top:35px;
					}

h2					{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#fd693f;
					text-decoration: none;
					font-size:1.25em;
					margin-bottom:10px;}


h3					{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#2B5EAA;
					text-decoration: none;
					font-size:1.1em;
					margin-bottom:5px;}										
p					{margin-left:10px;}


.bordered			{padding:0px;
					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;}
																	
.font1				{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:normal}
					
.font1:link			{color:#FFFF99;
					font-weight:bold}

.font1:hover		{color:#FFFF33}					

.font2				{color:#2B5EAA;
					text-decoration: none;
					font-size:1.4em;
					font-weight:bold}

.font3				{font-family : "trebuchet ms", helvetica, sans-serif;
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:normal}

.font3:link			{font-family : "trebuchet ms", helvetica, sans-serif; 
					color:#ffffff;
					text-decoration: none;
					font-size:12px;
					font-weight:bold}
					
.font3:hover		{color:#ffff00}					

.font3:focus		{color:#ffff00}		

		