html, body, div, ul, li, p, h1, h2, h3, h4, h5, h6, span, table, tr, td{  
    margin: 0px;
    padding: 0px;
    border: 0px;
	}

body {
	background: #4096EE url(img/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

.text {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 902px;
	color: #18426C;
	height:700px;
	background: #FFF;
	border: 0px;
	padding: 20px 20px 40px 20px;
  }	
.text ul li {
        display:list-item;
        list-style-type:disc;
				margin-left: 2em;
        padding: 0px 0px 0px 0px;
  }	  	
.text p {
    padding: 5px 5px 5px 5px;
    color: #18426C;
  }
.text a {
    color: #E93630;
}
.text h1 {
  font-size: 22px;
  color: #E93630;
}
.text td {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #18426C;
}

#header {
	width: 900px;
}

#footerline{
width:100%
height:10px;
background: #0C2947;
}

#footer{
width:100%;
height:100px;
background: #18426C;
}

#footer td{
width: 275px;
color: #4096EE;
text-align: top;
}
/* Menu */

#menu {
	width: 902px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	background: #EA3F4D url(img/bg_red.gif) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#menu li {
	display: inline;
	/*width: 150px;*/
	height:30px;
}

#menu li.sel  a{
	background: #911114 url(img/bg_darkred.gif) repeat-x;
}

#menu a {
	/*display: block;
	float: left;
	width: 150px;*/
	height:30px;
	font-size:18px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #EA3F4D url(img/bg_red.gif) repeat-x;
}

#menu a:hover {
	background: #911114 url(img/bg_darkred.gif) repeat-x;
}
	