/* CSS Document */

body {

margin: 20px 10px 10px 20px;
		padding: 20px;
		background-position:right;
		background-attachment: fixed;
		
		line-height: 130%;
		width: 85%;
		background-color:#fbfbfb;
		background-image:url(../images/halfToneBK.png) no-repeat top right;
		
		
}

h1{
font-size: 26px;
font-weight:normal;
font-stretch:condensed;
font-style:normal;
letter-spacing:inherit;
font-family: Garamond, Univers, Arial, Helvetica, sans-serif;
}

h1 a{
font-size: 26px;
font-weight:normal;
font-stretch:condensed;
font-style:normal;
letter-spacing:inherit;
font-family: Garamond, Univers, Arial, Helvetica, sans-serif;

}

.highlight{color: #fdb147;}
.lowlight{color: #4794fd;}
.header{color: #606060;}


h2{
	font-size: 20px;
	background: url(../images/h2Bk.jpg) repeat-x bottom left;
	font-family: Garamond, Univers, Arial, Helvetica, sans-serif;
	padding: 11px 8px;
	font-weight:normal;
}
h3{
font-size: 14px;
font-weight:bold;
color: #70c05a;
margin-bottom:2px;
margin-top:25px;
}

#wrapper{
width: 700px;
margin-bottom: 20px;
padding: 20px;
}

#main{
float: left;
width: 60%;
}
#other{
float: right;
width: 35%;

}

.bodyContent{
	font-family: Tahoma, Verdana, Arial;
	padding-left: 16px;
}
.bodyContent p{
	color: #555;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:10px;
	
}
.bodyContent .lowLight{
	color: #999;
}

#other .row{
	width: 90%;
	clear: left;
	margin-left: 2px;
}

#other .row .lt{
	width: 53px;
	float: left;
	background-color:transparent;
	padding-top: 5px;
}

#other .row .rt{
	 
	float: left;
	background-color:transparent;
	padding: 9px 2px 2px 8px;
}

#other p{
	color: #555;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:10px;
	font-family: Tahoma, Verdana, Arial;
	padding-left: 8px;
}


a:link{
	color: #4794fd;
	text-decoration:none;

}

a:hover{
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: #999;
}


a img{
	border: 1px solid #999;
}

.gallery img{border:1px solid #999;}

a img:hover{border: 1px solid #4794fd;}

p{margin-top: 2px;}

