/*************************************
Main body of the site
**************************************/

body {
width:990px;
margin: 0 auto;
background-color:#ffffff;
height:100%;
text-align:left;
padding-top:30px;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family: Arial, Courier,  sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
	background-color:#ffffff; 
	height: 100%;
}

/*************************************
Styling of the columns
**************************************/

#container{
	padding:22px;
	background:url('images/greenbg.gif');
	width:957px;
}

#insideContainer{
	background-color:#ffffff;
	padding:20px;
	width:917px;
}

#topLeft, #topRight{
		height:100px;
		width:456px;
		float:left;
}

#topMenu{
	background:url('images/yellowbg.gif');
	width:917px;
	height:30px;
}

#bottomBar{
	margin-top:50px;
	margin-bottom:10px;
	background:url('images/bottomyellowbg.gif');
	width:917px;
	height:15px;
}

#bottom{
width:917px;

}

#bottomLeft{
float:left;
color:#5ccce0;
width:250px;
}

#bottomRight{
float:left;
width:667px;
color:#5ccce0;
}

#slider{

}

#middleLeft{
	width:200px;
	float:left;
}

#middleRight{
	width:617px;
	float:left;
}

#c2{
clear:both;
width:917px;
position:relative;
top:50px;
padding-bottom:100px;
}
#clear
{
clear:both;
}
/*************************************
Text and other layout of site
**************************************/



#links a:link, #links a:visited 
{
text-transform: uppercase;
display:block;
text-decoration:none;
color:#000000;
line-height:15px;
margin-right:20px;
}

#links a.selected:link, #links a.selected:visited 
{
display:block;
text-decoration:none;
color:#000000;
background-color:#e41b5b;
min-width:164px;
}

#links a:hover           
{ 
color: #e41b5b;
text-decoration:none;
}

a:link, a:visited 
{
color: #ec2b8b;
text-decoration:none;
position: relative;
font-size:12px;
}

a:hover           
{ 
color: #ec2b8b;
text-decoration:none;
}

#top td{
height:60px;
}

img.main{
padding-right:20px;
}