

/******content styles*****/	 
body {
	background-image:url(../images/layout/bg.jpg);
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5C5348;
	font-size: 11px;
	
}
h1 {
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
	padding-left: 38px;
	height: 25px;
	font-size: 16px;
	color:#5C5348;
	text-transform:lowercase;
	padding-top: 7px;
	
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color:#18459B;
	margin-bottom: 3px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color:#666666;
	margin-bottom: 0px;
	font-weight: bold;
}
a:link, 
a:visited,
a:active {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#66CCCC;
	text-decoration:none;
}
th {
	color:#FFFFFF;
	background-color:#18459B;
	padding: 4px;
	font-weight: bold;
}

th a:link, 
th a:visited,
th a:active,
th a:hover {
	color:#FFFFFF;
}
td {
	border: none;	
}
.description {
	color: #66CCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:lowercase;
	padding-left: 38px;
	margin-top:0;
	font-weight:bold;
	font-size: 11px;
}
.brown {
	color: #5C5348;
	font-weight: normal;
}


.boxpic{
	background-color: #C4E9DF;
	padding: 7px;
	border:1px solid #5C5348;
}


.boxpicimagespacert {
	background-color: #C4E9DF;
	padding:7px;
	border:1px solid #5C5348;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.boxpicimagespacelt {
 	background-color: #C4E9DF;
	padding:7px;
	border:1px solid #5C5348;
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
