#columns
{
padding: 0px;
margin: 0px;
}

#columnsLeft
{
width: 140px;
#width: 150px;
float:left;
padding: 0px 10px 0px 0px;
margin-top: 5px;
}


#columnsRight
{
width: 570px;
float:left;
padding: 0px 0px 0px 17px;
}


/*----------left Navigation----------*/

.leftNav
{
padding: 0px;
margin: 0px;
}

.leftNav ul
{
margin:0px;
padding: 0px;
display: block;
}

.leftNav ul li
{
	list-style: none;
padding:0px 0px 4px 0px;
margin: 4px 0px 0px 0px;
border-bottom: 1px solid #ccc;
line-height: 14px;
/* list-style-image: url(/images/template/arrowLeftLink.gif); */
}

.leftNav ul li a:link, .leftNav ul li a:active, .leftNav ul li a:visited
{
color: #666;
text-decoration: none;
font-size: 100%;
font-weight: bold;	
}

.leftNav ul li.current a:link, .leftNav ul li.current a:active, .leftNav ul li.current a:visited
{
color: #D50028;
text-decoration: none;
font-size: 100%;
font-weight: bold;	
}

.leftNav ul li a:hover
{
color: #999999;
}

.splitter
{
clear: both;
border-bottom: 1px dashed #d3d3d3;
width: 100%;
height: 10px;
margin: 0px 0px 20px 0px;
}

HR{
	clear: both;
	color: #E4E4E4;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background-color:#E4E4E4;
	}

/*----------gallery----------*/

#gallery
{
position: relative;
}

#galleryImage
{
width:444px;
float: left;
}  

H1{
	margin: 5px 0 15px 0;}
	
H3
{
font-size: 100%;
color: #ffffff;
font-weight: bold;
background-color:#ffa201;
padding: 2px 0px 4px 5px;
width:439px;
}  

H2{
	font-weight: normal;
	font-size: 130%;
	color: #D50028;
	margin: 10px 0;}

#galleryImage img
{
border: 2px solid #ffa201;
}

#galleryImageSub
{
width:120px;
height: 340px;
float: left;
text-align: center;
position: relative;
}

#galleryThumbs img
{
border: 2px solid #ffa201;
margin: 0px 0px 5px 0px;
}

#galleryControls
{
position: absolute;
bottom: 0px;
right: 10px;
vertical-align: text-top;
height: 20px;
}


#galleryControls a:link, #galleryControls a:active, #galleryControls a:visited
{
color: #468261;
text-decoration: none;
font-size: 80%;
font-weight: bold;	
}

#galleryControls a:hover
{
color: #999999;
}

/*----------styles----------*/

.introText
{
color: #003300;
font-weight: bold;
font-style: italic;
}


a:link.yellow, a:active.yellow, a:visited.yellow
{
color: #ffa811;
text-decoration: none;
font-size: 120%;
font-weight:bolder;	
}

a:hover.yellow
{
text-decoration: underline;
}