body,html {
	background: #002D70;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;	
	background: #004A9D;
	text-align: left;
	
	font-family: Trebuchet MS;
}

div#content-left {
	
	float: left;
	width: 188px;
}

div#content-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	

	
	margin-top: 20px;

	color: #FFF;
}

div#content-left li {
	display: block;
	text-align: center;
	
	margin-bottom: 7px;

}

div#content-left li a{
	color: #FFF;
	text-decoration: none;
}

div#content-left li.spes1 a{
	color: #FFC20E;
	text-decoration: none;
}

div#content-left li.spes2 a:hover{
	color: #ED1C24;
	text-decoration: none;
}

div#content-left li.spes3 a:hover{
	color: #ED1C24;
	text-decoration: none;
}

div#content-left li.spes2 a{
	color: #72BF44;
	text-decoration: none;
}

div#content-left li.spes3 a{
	color: #19ADE4;
	text-decoration: none;
}


div#content-left li a:hover, div#content-left li a.selected{
	color: #ED1C24;
	text-decoration: none;
}

div#content-right {
	background: url(images/repeat.gif);
	width: 592px;
	float: right;
	
	font-size: 13px;
}

div#content-right img{
	position: relative;
}



div#content-right h1 {
	font-size: 30px;
	font-weight: italic;
	color: #ED1C24;
	margin-top: 3px;
	margin-bottom: 3px;
}

div#content-right p {
	margin: 0px;
}

div#bottom {
	clear: both;
}

div.inin {
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

/* for understanding browsers */
.inin {
	min-height: 360px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .inin {
	height: 360px;
}
/**/

div#logo {
	display: block;
	text-align: center;
}

div#top {
	text-align: right;
	background: #002D70;
	color: #FFF;
	font-size: 11px;
	padding: 2px;
}

div#top a{
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
}

div#content-right legend {
	color: #E50104;
}	

div#content-right table {
	font-size: 13px;

}

div#content-right a{
	color: #ED1C24;
	text-decoration: none;
}

div#content-right a:hover {
	text-decoration: underline;
}


