﻿body 
{
    font-family:Arial;
    font-size:12px;
    color:#666666;
}


h1
{
	font-size:20px;
	margin-top:0px;
}
h2
{
	font-size:16px;
	margin-top:0px;
}
h3
{
	font-size:14px;
	margin-top:0px;
}

.wrapper
/* ---- Main Shell ---- */
{
    width: 800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-15px;      
}
        
        
/* ---- Columns for Level 2, 3 and 4 ---- */
.leftcolumn
{
    width:120px;
    
    padding-right:15px;
    float:left;
    }
    
.centercolumn
{
    width:600px;
    padding-left:14px;
    padding-right:14px;
    float:left;
    
    border-left: solid 1px #b2b2b2;


    /*
    background-image:url(images/line_solid.gif);
    background-repeat:repeat-y;
    background-position:left;
   */
 
    }
    
.rightcolumn
{
    width:0px;
    padding-left:15px;
  

    float:left;
    }  
 
/* ---- Footer ---- */  

/* ---- Spacer ---- */
.spacer
{
	clear:both;
}

.footer
{
    
    background-image:url(images/line_solid.gif);
    background-repeat:repeat-x;
    clear:both;
    padding-top:5px;
    font-size:11px;
    color:#999999;
    }
.copyright
{
    font-size:11px;
}

.footer a
{
    text-decoration:none;
    color:#999999;
}

.footer a:hover
{
    color:Blue;
}

/* ---- Top Menu ---- */

ul#navigation
{
    list-style:none;
    margin:0px;
	margin-top:0px;
    padding-left:15px;
    clear:both;
   
}
#navigation li
{
    float:left;
    padding-right: 15px;
    }


.logo
{
    padding-left:15px;
    margin-top:0px;
    float:left;
    clear:left;
}
img 
{ border:0px;
   
}


/* --- Left Navigation ---- */

.secondnavlinks
{
	border-top:dashed 1px #b2b2b2;
	
}
.secondnavbottom
{
	border-top:dashed 1px #b2b2b2;
}


/* --- Right Header ---- */

.rightheader
{
	border-top:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
	margin-bottom:5px;
	
}

/* ---- Banner Image ---- */

.bannerimage
{
    padding-bottom:15px;
    padding-top:0px;
}

/* --- Lines ---- */





.dottedHline
{
	border-top:dashed 1px #b2b2b2;
	margin-top:10px;
	margin-bottom:10px;
}

.solidHline
{
	border-top:solid 1px #b2b2b2;
	
}

/*---UC_TopHeader | Top SearchBox and Logo ---*/
.topheader_logo
{
    padding-left:15px;
    margin-top:0px;
    float:left;
    clear:left;
}
.topheader img
{ border:0px;
   
}

.topheader_searcharea
{
    background-color:#f7f5ed;
    width: 250px;
    height: 50px;
    float:right;
	padding-left:50px;
    clear:both;
 
}
.topheader
{
	width:800px;
}
.topheader_button
{
	float:left; 
	margin-top:0px;
}
.topheader_searchbox
{
	float:left;
}
.topheader_links
{
	float:right;
	clear:right;
	width:300px;
	text-align:center;
}
.topheader_links a
{
	color:#663600;
	font-size:11px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	
}

.topheader_links a:hover
{
	text-decoration:underline;
}