* html		{
					min-width: 722px;
				}
				
body			{
					margin: 0;
					padding: 0;
					background: url(../images/bkg.gif);
					font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
					color: #595959;
				}
									
#clear, .clear
				{
					clear: both;
				}
				
#container	{
					width: 720px;
					text-align: left;
					word-wrap: break-word;
					overflow: hidden;
					background: #FFF url(../images/bkg_page.gif) repeat-y;
					border: solid;
					border-width: 0 1px 0 1px;
				}
				
* html #container 
				{
    				width: 722px; /* for IE5 and IE6 in quirks mode */
    				w\idth: 720px; /* for IE6 in standards mode */
 				}

#left 		{
					float: left;
					width: 210px;
					/* ie5win fudge begins */
					voice-family: "\"
					}\"";
					voice-family:inherit;
					width:210px;
				}

html>body #left
				{
					width: 210px; /* ie5win fudge ends */
				}
	
#right		{
					float: left;
					padding: 0 0 20px 0;
					margin: 0px;
					width: 510px;
					/* ie5win fudge begins */
					voice-family: "\";
					}\"";
					voice-family:inherit;
					width: 510px;
				}
				
html>body #right
				{
					width: 510px; /* ie5win fudge ends */
				}
				
#contentbox	{
					padding : 15px 10px 20px 10px;	
					float: left;
					width: 490px;
					word-wrap: break-word;
					overflow: hidden;
				}
				
#colorbox	{
					padding : 5px 10px 5px 10px;
					border-top : 1px solid #FFF;
				}
				
#footer		{
					clear: both;
					border-top: 2px solid;
					text-align: center;
					padding: 10px 10px 30px 10px;
					height: 1%; /* Fix for MSIE peekaboo bug */
				}
				
#adrotator	{
					height: 104px;
				}

#pic			{
					height: 313px;
				}
				
#pagetools	{
					margin: 0;
					padding: 5px 10px 5px 0;
					overflow: hidden;
					text-align: right;
					border-bottom: 1px solid #E9E9E9;
				}
				
#navsection
				{
					margin: 0;
					padding: 10px 10px 10px 0;
				}

/*--------- Masthead -------------------*/

#header		{
					width: 100%;
					height: 54px;
					border-bottom : 1px solid;
				}
				
.brand		{
					height : 54px;
					float: left;
				}
/*--- COMMENTED OUT UNTIL WEB SITE HAS BEEN INDEXED						
#search		{
					visibility: hidden;
				}
		---*/			
	
#search		{
					float: right;
					width: 169px;
					padding: 0;
					margin: 17px 5px 0 0;
				}
				
#search input
				{
					width: 139px;
					height: 12px;	
					font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
					float: left;
				}

.search-submit
				{
					float: right;
					height: 14px;
					width: 14px;
					padding: 2px 0 0 5px;
					border: none;
					background: none;
					cursor: pointer;
				}

				
/*--------- End Masthead -------------------*/

/*--------- Content Layout -------------------*/

#navsection li
				{
					margin: 0;
					padding: 0 0 0.5em 0;
					list-style: none;
				}
	
#navsection ul
				{
					margin: 0;
					padding: 0 0 0 10px;
				}

#contentbox ul
				{
					padding: 0.15em 0 0 0.2em;
					margin: 0 0 0 1.5em;
				}

#contentbox li
				{
					padding : 0 0 3px 0;
					margin : 0;
				}
				
#onecol		{
					width : 153px;
					border-left : 1px solid #E9E9E9;
					float : right;
					vertical-align : text-top;
					padding : 0px 0px 10px 10px;
					margin : 0 0 20px 0;
					color: #595959;
				}
				
#onecolsection1
				{
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 10px 0px;
					border-bottom: 1px solid #E9E9E9;
				}

#onecolsection2
				{
					margin: 0px 0px 0px 0px;
					padding: 10px 0px 10px 0px;
					border-bottom: 1px solid #E9E9E9;
				}

#twocol		{
					width : 316px;
					float : left;
					vertical-align : text-top;
					padding : 0px 10px 0px 0px;
					color: #595959;
				}

#onecol-left
				{
					width: 25%;
					float: left;
					vertical-align: text-top;
					padding: 0 10px 20px 0;
					color: #595959;
				}

#twocol-right
				{
					width: 70%;
					float: right;
					border-left: 1px solid #E9E9E9;
					vertical-align: text-top;
					padding: 0 0 20px 10px;
					color: #595959;
				}

#halfcol-left
				{
					float : left;
					width : 48%;
					color: #595959;
				}

#halfcol-right
				{
					float : right;
					width : 48%;
					border-left : 1px solid #E9E9E9;
					padding : 0 0 0 10px;
					color: #595959;
				}

#threeleft	{
					display: inline;
					margin: 0 10px 0 0;
					padding: 0px;
					width: 156px;
					float: left;
					color: #595959;
				}

#threemiddle 
				{
					float: left;
					margin: 0 10px 0 0;
					padding: 0;
					width: 156px;
					display: inline;
					position: relative;
					color: #595959;
				}

#threeright {
					display: inline;
					position: relative;
					margin: 0;
					padding: 0;
					width: 156px;
					float: right;
					color: #595959;
				}
				
#searchresults
				{
					width: 490px;
					height: 970px;
					word-wrap: break-word;
				}

/*--------- End Content Layout -------------------*/

/*--------- Typography -------------------*/

#navsection, #contentbox, #footer, #colorbox
				{
					font-size : 62.5%;
					line-height: 1.6em;
				}
				
#navsection, #contentbox
				{
					text-align: left;
					color: #595959;
				}
		
h1				{
					margin-top: 0;
					font-size: 2em;
					font-weight : lighter;
					line-height: 1.25em;
				}
				
h2, h3, h4, h5, h6 
				{
					font-size: 1.25em;
					line-height: 1em;
					margin: 0.25em 0 1em 0;
				}

strong, b	{
					font-weight: bold;
				}
				
a, a:visited
				{
					text-decoration:none;
				}
				
a:hover, a:active
				{
					text-decoration: underline;
				}
				
/*--------- End Typography -------------------*/
				
/*--------- Images -------------------*/

img, a img	{
					border: 0;
				}
				
.LargeImage	{
					margin-bottom: 1em;
				}
	
.alignright	{
					padding : 0px 0px 10px 10px;
					float : right;
				}

.alignright-divider
				{
					height: 25px;
					width: 1px;
				}

.alignleft	{
					padding: 0px 10px 10px 0;
					float: left;
				}		
				
/*--------- End Images -------------------*/
				
/*--------- Buttons -------------------*/

#buttons		{
					width: 100%;
					border-top : 1px solid #E9E9E9;
					border-bottom : 1px solid #E9E9E9;
					margin : 10px 0 10px 0;
					padding : 10px 0 10px 0;
					vertical-align : 50%;
					overflow:hidden;
				}

#buttons-bottom
				{
					width: 100%;
					border-top : 1px solid #E9E9E9;
					margin : 5px 0 5px 0;
					padding : 10px 0 5px 0;
					vertical-align : 50%;
					overflow:hidden;
				}

#buttons-top
				{
					width: 100%;
					margin : 5px 0 5px 0;
					padding : 5px 0 5px 0;
					vertical-align : 50%;
					overflow:hidden;
					border-bottom : 1px solid #E9E9E9;
				}

#buttons-left
				{
					float : left;
					vertical-align : middle;
				}
	
#buttons-right
				{
					float : right;
					text-align : right;
					vertical-align : baseline;
				}

.btn 			{
					background: #FFEA82 url(../images/bkg-button.gif) repeat-x;
					display: inline-block;
					font-weight: bold;
					margin-right: 8px;
					border: 1px #D7AE56 solid;
					padding: 0.25em 0.7em 0.25em 0.7em;
				}

a.btn:link, a.btn:visited 
				{
					color: #513F17;
					text-decoration: none;
				}
				
a.btn:hover, a.btn:active 
				{
					color: #FFF;
					text-decoration: none;
					background : #89B0FF;
					border: 1px #5975AE solid;
				}

.btn-sub 	{
					background: #FFF8D6;
					display: inline-block;
					font-weight: bold;
					margin-right: 8px;
					border: 1px #D7AE56 solid;
					padding: 0.2em 0.7em 0.2em 0.7em;
				}

a.btn-sub:link, a.btn-sub:visited
				{
					color: #666;
					text-decoration: none;
				}

a.btn-sub:hover, a.btn-sub:active
				{
					color: #FFF;
					text-decoration: none;
					background : #89B0FF;
					border: 1px #5975AE solid;
				}

/*--------- End Buttons -------------------*/


/*--------- Page Elements -------------------*/

input, textarea, select
				{
					color: #000;
					font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
				}

input.small	{
					width : 100px;
				}
				
input.medium
				{
					width : 156px;
				}

input.large	{
					width : 300px;
				}

textarea.medium
				{
					height : 100px;
					width : 50%;
				}

textarea.large
				{
					height : 100px;
					width : 98%;
				}
				
select.ddlsmall 
				{
					width : 50px;
				}

select.ddlmedium 
				{
					width : 150px;
				}

select.ddllarge 
				{
					width : 200px;
				}

select.ddlxlarge
				{
					width : 300px;	
				} 

/*--------- End Page Elements -------------------*/