body {
    text-align: center;
    padding: 12px 0 0 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;

    background-color: #9E6522;  /* #00C5CD; */
    background-image:  url(images/bg_horzStripes_blue.jpg);
    background-repeat: repeat-x;
    background-position: 0px 152px;
}


a.mylink:link, a.mylink:visited, a.mylink:active    { text-decoration: none; color: #ff6600; }
a.mylink:hover                                      { text-decoration: underline; color: #0000ff; }

a.mywhite:link, a.mywhite:visited, a.mywhite:active { text-decoration: none; color: #ffffff; }
a.mywhite:hover                                     { text-decoration: underline; color: #0000ff; }

	
p, img, ul, ul li, ol, img, table, td, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}


p { padding-bottom: 10px; }

td { vertical-align: top; }

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

h2 {
    color: #000000;
    font-size: 16px;
}

h3 {
    color: #0000ff;
    font-size: 14px;
    font-weight: bold;
}

ul { padding-bottom: 10px; }

ul li {
    padding-left: 15px;
    list-style: none;
}

ol {
    margin-left: 22px;
    padding-bottom: 10px;
}

#outer {
    width: 900px;  /*941px; */
    padding: 0 0 0 0px;   /* 9px; */
    margin: auto;
    text-align: left;
    position: relative;
}

#header {
    width: 900px;
    margin: 0 0 0 0px;  /* 5px; */
    height: 140px;   /* 172px;  */
    position: relative;
    z-index: 999;
    background: #ffffff url(images/bg_header2.jpg) 0 0 no-repeat;
}


#header #dropNav {
    position: absolute;
    right: 2px;
    top: 8px;
}
			
#header #dropNav td {
    padding: 0;
    vertical-align: top;
    color: #ffffff;
    height: 21px;
    font-size: 12px;
}
				
#header #dropNav #quickLinks {
    width: 174px;
    border: solid 1px #000000;
    font-size: 12px;
    color: #000000;
    padding: 0;
    margin: 0;
}
				
#header #topNav {
    position: absolute;
    right: 36px;
    top: 70px;
}
			
#header #topNav a:link,
#header #topNav a:visited,
#header #topNav a:active
{
    float: left;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
}
			
#header #topNav a:hover { text-decoration: underline; }
			
#header #topNav .divider {
    float: left;
    margin: 0 10px 0 10px;
}

#header #topNav .text {
    color: #0000ff;
    float: left;
}
		
#tabNav {
    position: absolute;
    left: 194px;
    bottom: 0;
}
			
#tabNav a:link,
#tabNav a:visited,
#tabNav a:active
{
    display: block;
    float: left;
    margin-left: 3px;
    background: url(images/bg_tab_nav4.jpg) 0 0 no-repeat;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
			
#tabNav a:link span,
#tabNav a:visited span,
#tabNav a:active span
{
    display: block;				
    background: url(images/bg_tab_nav3.jpg) 100% 0 no-repeat;
    padding: 15px 18px 15px 18px;
}

#tabNav a:hover {
    background: url(images/bg_tab_nav4.jpg) 0 -51px no-repeat;
    color: #fff;
}
			
#tabNav a:hover span {
    background: url(images/bg_tab_nav3.jpg) 100% -51px no-repeat;
}
			
#main {
    position: relative;
    width: 900px;         /* 923px; */
    padding: 0 0px 0 0;
    z-index: 1;
}


.inside #main {
    background-color: #ffffff;
    background-repeat: repeat-y;
}

#photoFrame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(images/bg_horzStripes_blue.jpg) 0 0 repeat-x;
}
		
.inside #photoFrame {
    width: 270px;
    height: 260px;
}
		
#photoFrame #photo {
    position: absolute;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
}
			
.inside #photoFrame #photo {
    left: 1px;
    top: 40px;
    width: 238px;
    height: 165px;
}
				
.inside #photoFrame #photo img {
    width: 238px;
    height: 165px;
}

#col1 {
    float: left;
    z-index: 5;
}
		
.inside #col1{
    width: 270px;
    margin: 250px 0 0 0;
}
			
#col1 .sectionTitle {
    padding: 15px;
    font-size: 20px;
    border-bottom: solid 1px #cccccc;
    color: #000000;
}
			
.inside #col1 .sectionTitle {
    margin: 0 0 0 5px;
}

#col1 .liner {
    padding: 25px 22px 15px 22px;
}
		

			
#col1 #leftNav {
    margin: 0 0 35px 0;
}
			 
#leftNav a:link,
#leftNav a:visited,
#leftNav a:active
{
    display: block;
    border-bottom: solid 1px #cccccc;
    font-size: 13px;
    line-height: 19px;
    vertical-align: bottom;
    padding-top: 1px;
    padding-right: 16px;
    padding-bottom: 3px;
    color: #000000;
    text-decoration: none;
}
			  
#leftNav a:hover,
#leftNav .active a:link,
#leftNav .active a:visited,
#leftNav .active a:active,
#leftNav .active a:hover
{
    background: #000000;
    color: #ffffff;
}

#leftNav .active a:hover {
    cursor: default;
}
					
#leftNav a.level1 {
    padding-left: 6px;
}
						
#col1 .contentArea {
    margin: 0 0 25px 0;
}
				
#mainContent {
    float: right;
    z-index: 5;
}
		
.inside #mainContent
{
    width: 630px;
}
		
.inside #mainContent #introduction {
    background: url(images/bg_horzStripes_blue.jpg) 0 0 repeat-x;
    width: 630px;
    height: 112px;  /* 132px; */
}

.inside #mainContent #introduction #mainTitle {
    padding-top: 44px;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}

.inside #mainContent #introduction img {
    width: 630px;   /* 653px; */
    height: 123px;
}
				
				
#mainContent #introduction img.spacer {
    width: 630px;  /* 653px; */
    height: 9px;
}
			
.inside #mainContent .sectionTitle {
    padding: 14px 7px 14px 9px;
    background: #ffffff url(images/bg_corners.jpg) no-repeat;
    border-bottom: #cccccc 1px solid;
    font-size: 20px;
    text-align: center;
    color: #000000;
}
			
.inside #mainContent .sectionTitle {
	padding-left: 28px;
	text-align: left;
}
				
.inside #mainContentBody #leftContent a:link,
.inside #mainContentBody #leftContent a:visited,
.inside #mainContentBody #leftContent a:active
{
    color: #FF6600;
    text-decoration: none;
}

.inside #mainContentBody #leftContent a:hover {
    color: #0000ff;
    text-decoration: underline;
    /*background-color: #000000;*/
}			
			
.inside #mainContent #mainContentBody {
    width: 608px;
    margin: 11px;
    margin-top: 18px;
}
				
				
.inside #mainContentBody #leftContent {
    width: 435px;
}
				


.inside #mainContentBody #rightContent
{
    width: 180px;       /* 196px; right column width */
}
				
.inside #mainContentBody #spacingCol {
    width: 1px;
    background: #cccccc;
}
					
.inside #mainContent #mainContentBody .liner {
    margin: 0 11px 0 17px;
}

#testFoot { clear: both; }
	
#mainFooter { }
	
#mainFooter table {
    width: 900px;
    margin: 23px 0 10px 0;
    font-size: 11px;
    color: #ffffff;
}
		
.inside #mainFooter {
    width: 900px;  /*  928px;  */
    height: 12px;
}
	
#stripePatch {
    position: absolute;
    right: 13px;
    top: 172px;
    z-index: 999;
}
