
#content_container {
	background-image: url(/images/layout/filler-white.jpg);
	background-position: top left;
	background-repeat: repeat-y;	
}

#navigation {
	background: white;	
}

#footer {
	background: white;	
}

body.layout {
	background-color: white;
}

p, a, div, td, li, h1, h2, h3, span {
	color: black;
}

a, a:link, a:VISITED {
	font-weight: bold;	
}

a:hover {
	color: #0000FF;		
}

a.smalltext, a.smalltext:ACTIVE, A.smalltext:VISITED, A.smalltext:LINK {
	background: transparent;	
}

a.smalltext:HOVER {
	background: transparent;
}

a.mediumtext, a.mediumtext:ACTIVE, A.mediumtext:VISITED, A.mediumtext:LINK {
	background: transparent;	
}

a.mediumtext:HOVER {
	background: transparent;
}


a.largetext, a.largetext:ACTIVE, A.largetext:VISITED, A.largetext:LINK {
	background: transparent;	
}

a.largetext:HOVER {
	background: transparent;
}


ul.toplevel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.toplevel {
	list-style-type: none;
}

a.toplevel {
	color: black;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	margin-bottom: 1px;
}

a.toplevel:HOVER {
	background: black;
	color: white;
}

.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 165px; /*width of menu*/
}

.glossymenu a.menuitem {
	font-weight: bold;
	background: white;
	color: black;
	display: block;
	
	/*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 10px;
	text-decoration: none;
	
	border: 1px solid #05417d;
	margin-bottom: -1px;
}

.glossymenu a.menuitem:visited {
	color: black;
}

.glossymenu a.menuitem:hover {
	color: white;
	background: black;
}

.glossymenu a.menuitem:active {
	color: white;
	background: black;
}

.glossymenu a.menuitem .statusicon {
	display: none;
}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
	border-left: 1px solid #05417d;
	border-right: 1px solid #05417d;
	border-bottom: 1px solid #05417d;
	border-top: none;
}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li {
	list-style-type: none;
}

.glossymenu div.submenu ul li a {
	color: black;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	margin-bottom: 1px;
}

.glossymenu div.submenu ul li a:hover {
	background: black;
	color: white;
}
