/* CSS Document */


#listWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#listWrapper #listHeader {
	background-color: #0C2686;
	border-bottom: solid 1px #628152; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #DCDDEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#listWrapper #listCentre #listCon {
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #DCDDEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#listWrapper #listFooter {
	background-color: #0C2686;
	border-top: solid 1px #8ab573; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #DCDDEE;
	font-size: 11px;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #4C4C1C;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../GFX/fish2.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4C4C1C;
}

.wireframemenu a:visited{
color: #4C4C1C;
}

.wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	color: #7C7414;
	text-decoration: underline;
}
/* toolbar left */
.wireframemenu{
	border-bottom-width: 0;
	width: 190px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 190px;
	background-color: #FFFFFF;
	color: #4C4C1C;
	padding: 0px;
	margin-top: 25px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#outerWrapper #contentWrapper #content .links {
	margin: 5px;
	padding: 4px;
	width: 450px;
	font-size: 12px;
}

