/* CSS Document */

a:link {
	decoration:none;
	color:#21559a;
	text-decoration: none;
}
a:visited{
text-decoration:none;
color:#21559a;
}
a:hover{
text-decoration:underline;
color:#21559a;

}

body {
	background-color: #e3ecf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

.heading{
	background-image: url(../images/header.jpg);
	display: block;
	height: 103px;
	width: 800px;
}
a.mainlevel:link, a.mainlevel:visited {
	background-color: #21559a;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	height: 16px !important;
	height: 16px;
	width: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #aad890;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #aad890;
}
a.mainlevel-submenu:link, a.mainlevel-submenu:visited{
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #21559a;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	height: 13px !important;
	height: 13px;
	width: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}

a.mainlevel-submenu:hover{
	color:#5C9E38;
	}
.pathway{
	font-weight: bold;
	color: #21559a;
	padding-left: 5px;	
}
.moduletable-html{
	display: table;
	width: 190px;
	padding-left: 20px;
	text-align: justify;
	border: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
	color: #777777;
	background-position: bottom;
	background-image: url(../images/r_column_bottom.jpg);
	background-repeat: no-repeat;
}
.moduletable{
	display: table;
	width: 190px;
	padding-left: 20px;
	text-align: justify;
	border: 0px;
	padding-right: 20px;
	color: #777777;
	}
moduletable-bonfire{
	padding-left: 20px;
	display: table;
	margin-left: 20px;
}
.r_column {
	background-image: url(../images/r_column_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.contentpaneopen{
	text-align: left;
}
.contentheading {
    text-align: left;
	font-size: 18px;
	color: #6fbe42;

}
.inputbox{
	border: 1px solid #21559a;
}
.button{
	font-weight: bold;
	color: #ffffff;
	background-color: #21559a;
	border: 1px solid #b1c6dd;
}
input.text{
color: #21559a;
}