* {
	margin: 0;
	padding: 0;
}

body {
background: url(../images/background2.gif) repeat-x top;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 75px auto 10px auto;
width: 920px;
background: #fff;
padding: 10px;

}

.nav a {
	color:#003366;
	padding-bottom:10px;
	text-decoration:none;
	text-align:left;
	
	} 
.nav a:visited {
	color:#003366;
	}
	
.nav a:hover {
	color:#E60D0D;
}

.nav li {
	
	line-height:25px;
	color:#003366;
	list-style-type:none;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 5px 0;
background-color:#f1ecd6;
}

.left {
float: left;
width: 60px;
padding-top: 10px;
background-color:#f1ecd6;
}

.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}


.info {
	float:right;
	color:#000000;
	font-size:14px;
	margin: 30px 10px 10px 10px;
	
	}
	
.info a {
	text-decoration:none;
	color:#000000;
}	

.info a:visited {
	color:#000000;
}

.info a:hover {
	color:#E60D0D;
	}
	
.info li {
	
	line-height:25px;
	color:#000000;
	list-style-type:none;
}

.right {
float: right;
width: 800px;
text-align: justify;

margin-top: 15px;
background: #fff;
height: 100%;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.content-text {
position:relative;
float:left;
width: 580px;
height: 100%;
margin: 30px 0 60px 20px;
font-size: 15px;
line-height: 20px;

}

.image_float_right {
float:right;
margin: 5px 5px 5px 10px;
}

.image_float_left {
float:left;
margin: 5px 10px 5px 0px;
}


#footer {
text-align: center;
padding-left: 20px;
background-color:#f1ecd6;
}


.footerText {
     text-align:center;
	color:#000;
	font-size:12px;
	font-weight:bold;
background-color:#f1ecd6;

	}

.footerText a, .footerText a:visited  {	
	color:#000;
	}

 

.footerText a:hover {	
	color:#333;
	}

.redhot {
	text-align:center;
        padding-bottom: 10px;
	font-size:10px;
	color:#333;
        background-color:#f1ecd6; 
 
	}

.redhot a, .redhot a:visited {
	color:#333;
	}

 

.redhot a:hover {
	color: red;
	}
.icons {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	}		
