@import url("screenlayout.css");

body { 	color : black;
	background : url(images/banner.jpg) no-repeat left top white;}
ul {list-style-type : square;}

.title h1 {font-size : 18px;
	   text-align : left; }
.title h1 span {background-color : rgb(51,51,153);
		color : white;}
.title h2 {font-family: Arial, Helvetica, sans-serif;
		font-size : medium;
	   text-align : right; }
.title h2 span {background-color : white;
		color : black;}

.menu {	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	background-color : white;
	border : 1px solid rgb(99,203,183); }
.menu a	{display : block;
	 margin : 2px;
	 padding : 2px;
	 border-top: 1px solid black;
	 border-left: 1px solid black;
	 border-bottom: 3px solid black;
	 border-right: 2px solid black;
	 text-decoration : none; }
.menu a.one{background : orange;
	    color : white;}
.menu a.two{background : red;
	    color : white;}
.menu a.three{background : green;
	      color : white;}
.menu a.four{background : purple;
	     color : white;}
.menu a.five{background : blue;
	     color : white;}
.menu br {display : none;}
.menu a:hover {	color:white;
		background-color : rgb(123,123,211); }
.menu span { display:block;
	     border : 0px;
	     margin : 0px;
	     padding: 0px;
	     text-align : center;}
.menu span a {display : inline;
	      border : 0px;
	      margin : 0px;
	      padding: 0px;}
.menu span a img { border : none;}


.contentText {	color : black;
		background-color : white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-bottom: 3px solid black;
		border-right: 2px solid black;}
.contentText h2 {color: black ;
		background-color : white;
		margin-top : 0px;
		font-style : italic;}
.contentText h3 {color: #6699cc;
		 background-color : white; }
.contentText * em {color : #6699cc;
		   background-color : white;
		   font-style : normal;
		   font-weight : bold}
