@charset "utf-8";

body{
	padding:0px;
	margin:0px;
	text-align: left;
	background-color: #adbeb8;
	color:#551A8B;
}


.about_white
{

}
.left_nav
{
font-family:Verdana;
font-size: 12px;
color:#551A8B;
text-align: left;
border: 2px solid #c4cbd3;
}
.left_nav_cell
{
padding: 20px;
}

.left_nav_link:hover{color:#FFFFFF; text-decoration: none;}
.left_nav_link:link{color:#551A8B; text-decoration: none;}
.left_nav_link:visited{color:#551A8B; text-decoration: none;}
.left_nav_link:active{color:#FFFFFF; text-decoration: none;}

.top_nav
{
font-family:Verdana;
font-size: 14px;
color:#551A8B;
}
.top_nav_cell
{
width: 130px;
text-align: center;
height: 40px;
background-image:url("images/button_off.gif");
background-repeat:no-repeat;

}
.top_nav_cell2
{
width: 200px;
text-align: center;
height: 40px;
background-image:url("images/button_off2.gif");
background-repeat:no-repeat;

}
.top_nav_link:hover{color:#551A8B; text-decoration: none;}
.top_nav_link:link{color:#551A8B; text-decoration: none;}
.top_nav_link:visited{color:#551A8B; text-decoration: none;}
.top_nav_link:active{color:#551A8B; text-decoration: none;}

.footer
{
font-family:Verdana;
font-size: 10px;
color:#551A8B;
text-align: center;
}
.footer_link:hover{color:#551A8B; text-decoration: none;}
.footer_link:link{color:#551A8B; text-decoration: none;}
.footer_link:visited{color:#551A8B; text-decoration: none;}
.footer_link:active{color:#551A8B; text-decoration: none;}

.content
{
font-family:Verdana;
font-size: 10px;

text-align: left;
border: 2px solid #c4cbd3;
}


