


#header {
        top: 25px;
	background:#fff url('../images/logosup.jpg') repeat-x top ;
	height:155px;
	position:relative;
	width:1006px;
 }


#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header2 {
	width: 625px;
   	padding-left: 75px;
   	align: justify;
}

#redtext {
	color: #FF0000;
}

#orangetext {
	color: #ffa235;
}

#violettext {
	color: #0000ff;
}

#blacktext {
	color: #00000f;
}

#normal_size_text {
	font-weight: normal;
}


.menu_links {
	font-weight: bold;
}


h1 {font-size: 24px;
	color: mediumvioletred;
	padding-left: 75px;
	width: 525px;
	align: justify;
}

h2 {font-size: 16px;
	color: indigo;
	padding-left: 75px;
	width: 525px;
	align: justify;
	margin-top: 45px;
}
h3 {font-size: 12px;
	padding-left: 75px;
	width: 525px;
	align: justify;
}

p {width: 525px;
   padding-left: 75px;
   align: justify;
}


body {	top: 250px;
	color: #3E7FA9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image:  url('../images/back.jpg');
	margin-left: 0px;
}

ol { position: relative;
     padding-left: 75px;
     align: justify;
     width: 505px;
}

ul { position: relative;
     padding-left: 75px;
     align: justify;
     width: 505px;
}

.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
