/* Base Template CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEE0;
}

h1 {
	font-size:16px;
	color:#838B83;
	margin-top:25px;
	margin-bottom:0;
	padding-bottom:0;
}

#header {
	background-color:#EEEEE0;
}

.headerText {
	color:#5d707e;
	font-size: 11px;
	font-weight: bold;
	padding:0px;

}
.headerSmall {
	color: #5d707e; 
	font-weight: bold; 
	font-size: 10px; 
	padding:0px;
	text-decoration:none;
}

#headerInfo li {
	padding:2px 10px 2px 0px;
	list-style-type:none;
}


#nav {
	background-color:#797C75;
	background-image:url(../images/nav-bg.jpg); 
	background-repeat:no-repeat;
	border:3px #EEEEE0 solid;
	border-left-style:none;

}

#nav ul {
	margin:5px 0px 0px 0px;
	padding:0;
	width:143px;
}

#nav li {
	list-style-type:none;
	height:27px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/nav_link_bg.gif);
	
}

#nav a, #nav li a:visited {
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	width:130px;
}

#nav li a:hover {
	color:#dfdbac;
}

a:hover {
	color: #666633;
}

#content p {
	line-height:1.38em;
	margin-top:7px;
	margin-bottom: 5px;
}

#content {
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
	border:3px #EEEEE0 solid;
	border-left-style:none;
	border-right-style:none;
}

#content ul {
	margin:0;
	padding-left:20px;
	margin-left:12px;
}

#content #mainImage {
	margin-left:20px;
	margin-bottom:8px;
	margin-right:-100px;
	float:right;
	text-align: right;
}

#footer {
	background-color:#EEEEE0;
	height:23px;
	padding:0px 12px 0px 12px;
}

.photo_border {
	border:1px #8B8878 solid;
}

h4 {
	font-size:13px;
	color:#838B83;
	margin-bottom:7px;
	padding-bottom:0px;
}

.byline {
	font-size:9px;
}

.tag_green {color: #005738; font-weight: bold; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.photo_caption {
	font-weight:bold;
	color:#838B83;
}
