/* Nav Styles */
div#nav_container{
	background-color: #580A6E;
}

/* directory */
div#directory td{
	background-color: #580A6E;
}

/* HORIZONTAL NAV */

#nav li li {border-color:#580A6E;}
#nav li.active {background: #9DAFB1;}
#nav li.active li { border-color:#580A6E}
#nav li {background-color: #580A6E;}


/* Headings */
h1, h1 a{
	font-family: Arial;
	font-weight: normal;
	color: #580A6E;
	font-size: 24px;
	text-align: left;
	margin: 10px 0px 15px 0px;
	text-decoration: none;
	line-height: 1.2em;		
}

h2, h2 a{
	font-family: Arial;
	font-weight: normal;
	color: #580A6E;	
	font-size: 16px;
	text-align: left;	
	text-decoration: none;		
}

h3, h3 a{
	font-family: Arial;
	font-weight: bold;
	color: #787A7D;
	font-size: 15px;
	text-align: left;
	text-decoration: none;	
	margin: 0px 0px 10px 0px;
} 

h1 a:hover, h2 a:hover{
	text-decoration: none;
	font-weight: normal;
}

h3 a:hover {
	text-decoration: none;
	font-weight: bold;
}

#nav li li a:hover {color:#fff;background:#5778A2}

/* Subnav styles */
div#subnav{
	margin-left: 0px;
}

/* Main Content - Everypage, No Image */
div#content{

}

div#left{

}

div#middle{

}

div#right{

}

p#language_select{
	margin: 5px 0px 0px 0px;
}

