* {
    padding: 0;
    margin: 0;
} 

body {
    background: #FFFFFF url(images/body.jpg) repeat;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	color : #111;
}

.redbold {
	color: #c70000;
}

a { color: #595A3A }
a:hover { color: #000; }

#wrap {
margin: 20px auto;
width: 780px;
background: #ffffff;
}

#header {
background: #ffffff url('images/topbanner.jpg') no-repeat;
height: 134px;
}
#header h1 {
font-size: 1.7em;
color: #fff;
padding: 40px 0 0 40px;
font-weight: 100;
}
#header h1 a{
text-decoration: none;
color: #fff;
font-weight: 100;
}
#header h1 a:hover {
border-bottom: 1px dotted #aaa; text-decoration: none;
}

#header h2 {
padding: 0 0 0 40px;
color: #fff;
font-size: 1.3em;
font-weight: 100;
}

#breadcrumbs {
background: #ffffff url('images/breadcrumbs.jpg') no-repeat;
height: 18px;
padding: 0 0 0 40px;
}
#breadcrumbs a { text-decoration: none; }
#breadcrumbs a:hover { border-bottom: 1px dotted #000; text-decoration: none; }

#content {
background: #ffffff url('images/content.jpg');
background-repeat: repeat-y;
padding: 10px 25px 20px 25px;
}
#content ul { 
	list-style-type: circle; 
}
.left { 
float: left;
width: 520px;
margin-right: 20px;
margin-top: 5px;
}
.left h2 { font-size: 1.1em; margin: 0 0 5px 0; padding-top: 8px; }
.left h2 a { text-decoration: none; }
.left h2 a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;}
.left a { text-decoration: none; }
.left a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

.leftpic { 
float: left;
padding:5px
}

.noborder{
	border:none;
}

.right {
float: left;
width: 160px;
padding: 15px;
background: #f7f7f7 url('images/right.gif') no-repeat;
margin-top: 11px;
}
.right h2 { font-size: 1em; margin: 0 0 5px 0; }
.right li { list-style-type: none; padding-left: 5px; }
.right li a { text-decoration: none; }
.right li a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;;}

.right2 {
float: left;
width: 160px;
padding: 15px;
background: #f7f7f7;
margin-top: 10px;
}
.right2 h2 { font-size: 1em; margin: 0 0 5px 0; }
.right2 li { list-style-type: none; padding-left: 5px; }
.right2 li a { text-decoration: none; }
.right2 li a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;;}

/* A hyperlinked image with no border */
.noborder {
    border: none;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This will style the read more thing at the bottom */
.grey {
color: #999999
}

#footer { 
background: #ffffff url('images/footer.jpg');
height: 30px;
padding: 0px 25px 0 25px;
text-align: center;
}
#footer a { text-decoration: none; }
#footer a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}