/* This file contains the styling rules for sample 1 website.  */
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin: 0;
	border: 0;
	color: #000033;
	background-color: #00002F;
	background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
}
a:link {
	color: #F4F4F4;
	text-decoration: none;
}
a:visited {
	color: #F4F4F4;
	text-decoration: none;
}
a:hover {
	color: #F4F4F4;
	background-color: #000099;
}
a:active {
	color: #F4F4F4;
	text-decoration: none;
	width: 10%;
}
h1 {width: 13em;
     text-align: center;
		 font-size: 2em;
		 margin: 0;
		 margin-top: 0.5em;
		 margin-left: 8em;
		 padding: 0;
		 border: 0;
		 color: #F4F4F4;
		 background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
h2 {width: 19em;
     text-align: center;
		 font-size: 1.8em;
		 margin-left: 7em;
		 color: #F4F4F4;
		 background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
h3 {width: 18.5em;
     text-align: center;
		 font-size: 1.2em;
		 color: #F4F4F4;
		 margin-left: 15em;
		 background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
h4 {width: 10em;
     text-align: center;
		 margin-top: -1em;
		 font-size: 1.2em;
		 color: #F4F4F4;
		 margin-left: 19.4em;
		 background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
/*  container   */
div.container {
	width: 950px;
	position: relative;
	color: #000033;
	background-color: #F0F8FF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3em;
	height: 920px;
	min-height: 920px; 
	text-align: left;
	border: 0px;
	border-width: 0px;
	border-color: #000033;
	border-style: solid;
}
/* Banner h1 style   */
div.banner {
	width: 100%;
	height: 12em;
  min-height: 12em;
	color: #FF0000;
	text-align: center;
	background: url(images/banner1.jpg);
	background-repeat: no-repeat;
}
/*   Main menu  */
div.menu1 {
  width: 12%;
	min-width: 12%;
	height: 12em;
	min-height: 12em;
	color: #F4F4F4;
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	float: left;
	position: relative;
	background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
/* index2 for dummy link page  */
div.index2 {
  margin-top: 10%;
	margin-left: 0px;
	text-align: center;
	font-size: 1.6em;
	color: #f00;
	float: left;
	position: relative;
}
div.welcome1 {
	width: 73%;
	margin-top: 2em;
	margin-left: -2em;
	text-align: center;
	font-size: 1.2em;
	float: left;
	position: relative;
}
div.welcome2 {
	width: 73%;
	margin-right: auto;
	margin-left: 1em;
	text-align: left;
	font-size: 1em;
	float: left;
	position: relative;

}
div.motto {
	width: 65%;
	min-width: 65%;
	text-align: center;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1.2em;
	padding: 1em;
	font-size: 1.2em;
	background-color: #778899;
	float: left;
	position: relative;
}
div.space {
 width: 100%;
 min-width: 100%;
 height: 1em;
 min-height: 0.1em;
}
/*   Front page contact  */
div.fcontact {
  width: 18%;
	min-width: 18%;
	height: 25em;
	min-height: 25em;
	font-size: 0.8em;
	color: #F4F4F4;
	margin-top: 2em;
	margin-left: 1em;
	padding-top: 2em;
	padding-bottom: 2.5em;
	padding-left: 2em;
	padding-right: 2em;
	float: left;
	position: relative;
	background-image: url(images/sample2bg.jpg);
	background-repeat: repeat;}
/* container for Front page supplementary text  */
div.container2 {
	width: 65%;
	text-align: center;
	margin-left: 1em;
	margin-right: auto;
	float: left;
	position: relative;
}
/* left justify Front page supplementary text  */
div.textsupp {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.homeimg {
	float: right;
	margin-right: 0.3em;
}
