body {
	font-family: arial, "lucida console", sans-serif;
	margin: 10px;
	background-color: #D3D3D3; 
	/*background-color: #E3E4E4;*/

}



div.right-inside1 {
	width: 285px;
	padding: 10px;
	height: 265px;
}

* html div.right-inside1 {
	width: 310px;
	height: 282px;
}

div.right-inside2 {
	width: 285px;
	padding: 10px;
	height: 234px;
}

* html div.right-inside2 {
	width: 310px;
	height: 253px;
}

div.left-inside {
	width: 275px;
	padding: 10px;
}

* html div.left-inside {
	width: 300px;
}

tr.header {
	background-image:url('images/header.jpg')
}

table.main {

	width: 970px; 
	height: 560px; 
	/*background-color: #E3E4E4;*/
	background-color: white;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 


}

td.content {
	padding-right: 10px;
	padding-left: 15px; 
	width: 800px;

	/* 
	
	border-left: thin solid #e0e0e0; 
	border-top: thin solid black;
	width: 800px;
	*/
}

td.leftside {
	width: 170px;
	background-color: #efefef;
}

td.rightside {
	width: 200px;
	background-color: #efefef;
}

img.banner_name {
	margin-right: 15px; 
	margin-left: 5px;
}

div.sidemenu {
	font-size: 12px;
	margin-top: 30px;
	padding-left: 5px;
	line-height: 17px;
	font-weight: bold;
	
	
}

div.column {
	font-size: 13x;
	font-family: arial, sans-serif;
}

a.sidemenu {
	text-decoration: none;
	color: #36494F;
	font-size: 12px;
}

a.sidemenu:hover {
	text-decoration: underline;
}

a.paralink {
	text-decoration: underline;
	color: #2373b7;
}


p {
	font-size: 12px;
	
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 12px;

}

a{
	text-decoration: none;
	color: #2373b7;
	/*color: #36494F;/* 
	/*color: #601C27;*/
}

a.darkblue {
	color: #36494F;
	text-decoration: none;
}

img {
	border: 0px;	
}

ul {
	list-style-type: disc;
	font-size: 13px;
}

ul.links {
	list-style-type: none;
	font-size: 13px;
}

div.booklinks {
	font-size: 14px;
}

li {
	font-size: 13px;
}

td.columns {
	width: 50px;
	font-size: 15px;
	
}

a.columns {
	text-decoration: underline;
}

ul.col-list {
	list-style: none;
}

li.col-list {
	margin: 2px;
}

p.footer {
	font-size: 11px;
	color: #36494F;
	margin-top: 5px;
	margin-bottom: 0px;
}