body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: silver;
	font-size: 110%;
}

#container {
	width: 90%;
	margin-left: 4%;
	margin-right: 4%;
	padding: 10px;
	text-align: left;
	background-color: white;
	float: left;
}

#footer {
	width: 100%;
	margin: 0;
	border-top: solid white 5px;
	clear: both;
	float: left;
	background-color: #d3d6eb;
}

/* single column with center alignment */
.singlecenter {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/* 2 columns with menu left for main content*/
#main {
	margin: 0 auto;
	background-color: white;
	width: 100%;
	float: left;
}



.rightcontent {
	float:right;
	width: 77%;
	background-color: white;
	position: relative;
}

/* block in content to hold main parts */
.maincontent {
	margin-left: 2% ;
	margin-right: 2%;
	float: left;
	width: 96%;
	position: relative;
	margin-top: 7px;
	
}

.maincontent img {
	float: right;
	margin-left: 5px;
	border: white solid 3px;
}

.maincontent img:hover {
	border: solid blue 3px;
}

/* most content will need to have paragraph left and image right */
.usualcontent {
	margin-left: 2% ;
	margin-right: 2%;
	float: left;
	width: 96%;
	position: relative;
	margin-top: 7px;	
}
/* float images in usual content right */
.usualcontent img {
	float: right;
	margin: 5px;
}

/* hold Google block ad */ /* for trial only use width */
.rightblock {
	width: 250px;
	float:right;
	background-color: white;
}


.centerblock {
	margin:auto;
	clear: both;
	text-align: center;
}

.blue{
	color: blue;
}

.black {
	color: black;
}
.red {
	color: red;
}

.italic {
	font-style: italic;
}

.bold {
	font-size: 105%;
	font-weight: bolder;
}

.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	color: blue;
}

.iframe {
	float: right;
	border: 0;
}

.right { float: right;}

.left { float: left; }

.rightimg { float: right; margin-bottom: 5px;}
/* menu items in menuleft div */

#menuleft {
	float: left;
	width: 20%;
	background-color: white;
}

#menuleft li {
	list-style-type: none;
	width: 98%;
	text-align: center;
	margin-left: -2.5em;
	}
	
#menuleft a {
	text-decoration: none;
	color: black;
	display: block;
	background-color: #eeeeff;
	box-shadow: 5px 5px 5px gray; 
	margin-bottom: 3px;
	border-radius: 3px;
}	
	
#menuleft a:hover {
	background-color: #ddddee;
	box-shadow: 3px 3px 3px gray;
	border: none;
}	

/*-- for other menus in column shape */
.leftmenu {
	background-color: white;
}

.leftmenu li {
	list-style-type: none;
	width: 90%;
	text-align: center;
	margin-left: -2.5em;
	margin-right: 20px;
	}

.leftmenu li ul li{
	margin-left: -1em;
}	
.leftmenu a {
	text-decoration: none;
	color: black;
	display: block;
	background-color: #eeeeff;
	box-shadow: 5px 5px 5px gray; 
	margin-bottom: 3px;
	border-radius: 3px;
	width: 90%;
}	
	
.leftmenu a:hover {
	background-color: #ddddee;
	box-shadow: 3px 3px 3px gray;
	border: none;
}
/* for columns in contents page */
.cols {float: left; width:24%;}	
	
/* Menu Items in topmenu div */

#topmenu {
	float: left;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

p.top {
	margin-top: 60px;
}

img.top {
	float:right; 
	margin-top: 50px;
}

#topmenu ul{
	margin-left: -2em;
}

	
#topmenu li {
	list-style-type: none;
	width: 7em;
	text-align: center;
	float: left;
	}
	
#topmenu a {
	text-decoration: none;
	color: black;
	display: block;
	background-color: #eeeeff;
	box-shadow: 5px 5px 5px gray; 
	margin-bottom: 3px;
	margin-right: 3px;
	border-radius: 3px;
	border:3px outset #eeeeff;
}	

#topmenu a:hover {
	background-color: #ddddee;
	box-shadow: 3px 3px 3px gray;
	border:3px outset #eeeeff;
}	
	
#topmenu li ul {
	display: none;	
}	
	
#topmenu li:hover ul {
	display: block;
	margin-left: -1em;	
}	
	
/* hold menu items in footer */
.footmenu {
	float: left;
	width: 24%;
	
}

.footmenu ul {
	list-style-type: none;
	margin-left: 1em;;
	padding: 0;
	text-align: left;
}

.footmenu li {
	display: block;
	width: 10em;
}

.footmenu ul a {
	text-decoration: none;
	display: block;
	color: blue;
	width: 10em;
	
}

.footmenu ul a:visited {
	color: blue;
}

.footmenu ul a:hover {
	color: black;
	background-color: #e1e3ed;
}

/* table as grid */
table.grid  th, td {
	border: solid 5px black;
}

table.grid {
	border-collapse: collapse;
}

table.grid td {
	width: 6em;
}

p.top {
	margin-top: 60px;
}

img.top {
	float:right; 
	margin-top: 50px;
}

/* Menu Items in horizontalmenu div */


.horizontalmenu ul{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

	
.horizontalmenu ul li {display: inline-block; width: 7em; margin-bottom: 7px; margin-top: 5px; vertical-align: top;	}
	
.horizontalmenu a {
	text-decoration: none;
	color: black;
	background-color: #eeeeff;
	box-shadow: 5px 5px  gray; 
	margin-bottom: 5px;
	margin-right: 3px;
	border-radius: 3px;
}

.horizontalmenu a:hover {
	background-color: #ddddee;
	box-shadow: 3px 3px  gray;
}	
	
/* Menu Items in pagetopmenu div */

.pagetopmenu ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
}

	
.pagetopmenu ul li {display: inline-block; width: 200px;	}
	
.pagetopmenu a {
	text-decoration: none;
	color: black;
	background-color: #eeeeff;
	box-shadow: 5px 5px  gray; 
	margin-bottom:3px;
	margin-right: 3px;
	border-radius: 3px;
	display: block;
	
}


.pagetopmenu a:hover {
	background-color: #ddddee;
	box-shadow: 3px 3px  gray;
}	

/*caption image*/
.imageholder {
	clear: left;
	position: relative;
	width: 320px;ss
}	

.imageholder .caption {
	position: absolute;
	width: 320px;
	height: 30px;
	bottom: 0px;
	left: 0px;
	color: #ffffff;
	background: blue;
	opacity: 0.7;
	text-align: center;
	font-weight: bold;
	
}