* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #96D06A;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}


#page_des_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #69AE3C;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#breadcrumbs_container {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/breadcrumps_bg.gif);
	height: 32px;
	background-repeat: no-repeat;
}
#breadcrumbs_container a:visited {
	color: #FFFFFF;
}
.pathway a:visited {
	color: #A57DD5;
}



#nav_left_container {
	float: left;
	width: 160px;
	color: #FFFFFF;
	background-color: #52297a;
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../../../images/wpalogo.gif);
	background-position: left bottom;
	display: inline;
}

#body_container {
	float: left;
	width: 560px;
	margin-left: 20px;
}



#header_container {

	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main_cont_spreader {
	clear: both;
}

#main_container {
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #52297A;
	background-image: url(../images/main_cont_bg.gif);
	background-repeat: repeat-y;
}
#footer_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.95em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
}
#vision_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: .8em;
	color: #333333;
	text-align: center;
}

/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

a.mainlevel:link, a.mainlevel:visited {
	/* this styling is for the MAIN items in the menu */
    color: #ffffff;
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	background-color: #532B83;
	display: block;
	width: 154px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #9F76D1;
	border-left-color: #999999;
        }

a.mainlevel:hover {
	/* same as above, but when hovering */
        color: #000000;
	text-align: left;
	background-color: #FFE864;
	display: block;
	width: 92%;
	background-image: url(../images/button_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
        }
        
        
a.sublevel:link, a.sublevel:visited {
        /* this styling is for menu items that HAS A PARENT */
        font-family: 'Comic Sans MS', Tekton, Blueprint, 'Dom Casual', 'Dom Casual BT', cursive;
        color: #ffffff;
        font-weight: bold;
}

a.sublevel:hover {
        /* pffff!.. you know this! */
        color: rgb(0,51,204);
        text-decoration: underline;
        }
#nav_container .inputbox {
	font-size: 10px;
	margin-left: 10px;
}
#login_container TD {
	width: 100%;
	margin-left: 20px;
	text-align: center;
}

#nav_left_container TH {
	padding-top: 15px;
}
#nav_left_container form {
	padding-left: 15px;
	width: 110px;
}


#nav_left_container .button {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.componentheading {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/heading_bg.gif);
	padding-top: 15px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#body_container img {
	margin: 5px;
}


#nav_left_container form a {
	color: #FFFFFF;
}
#body_container LI {
	margin-left: 20px;
}

.contentheading {
	font-size: 15px;
	color: #532B83;
	font-weight: bold;
	background-image: url(../images/h1_bg.gif);
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
}
h1 {
	font-size: 15px;
	color: #532B83;
	font-weight: bold;
	background-image: url(../images/header_bg.gif);
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top: 5px;
}#footer_container a {
	color: #FFFFFF;
}
#footer_container a:visited {
	color: #FFFFFF;
}
