body {
	margin: 0;
	padding: 0;
	background-color: #00a9a6;
	color: #682e86; /*purple*/
	font-family: Times New Roman;
	font-size: 16px;
}

#nav_bg_blue {
	background-image: url(images/nav_bg_blue.gif);
	background-repeat: no-repeat;
}

#nav_bg_yellow {
	background-image: url(images/nav_bg_yellow.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-weight: bold;
}

#content_left {
	background-color: #00a9a6;
}

#content_right {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffcc04; /*yellow*/
	min-height: 411px;
	height: 411px;
	margin: 0;
	padding: 20px 10px 5px 35px;
}

#content_right_int {
	background-color: #e5d7ec; /*light purple*/
	min-height: 411px;
	height: 411px;
	margin: 0;
	padding: 20px 10px 5px 35px;
}

#footer {
	background-color: #682e86;
	height: 53px;
	padding-top: 7px;
	text-align: center;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

.mediator {
	color: #682e86; /*purple*/
	padding-left: 20px;
}

.left_nav_box {
	padding: 10px 0 10px 15px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

ul.left_nav {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

ul.left_nav a {
	color: #ffcb04; /*gold*/
	text-decoration: none;
}

ul.left_nav a:hover {
	color: #682e86; /*purple*/
}

ul.left_nav, ul.left_nav_2 {
	list-style: none;
}

ul.left_nav li ul {
	display: none;
}

ul.left_nav li:hover ul {
	display: list-item;
}
